Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 849422 - sys-process/htop: use release tarball
Summary: sys-process/htop: use release tarball
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-03 02:24 UTC by Sam James
Modified: 2022-08-09 20:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-03 02:24:25 UTC
Why not? Lets us avoid an eautoreconf.

(e.g. https://github.com/htop-dev/htop/releases/download/3.2.1/htop-3.2.1.tar.xz, listed on https://github.com/htop-dev/htop/releases/tag/3.2.1)
Comment 1 Larry the Git Cow gentoo-dev 2022-06-29 09:08:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d5319d31378762c32b0b2344e24f37ffbaccd2

commit 20d5319d31378762c32b0b2344e24f37ffbaccd2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-29 08:51:25 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-29 09:07:52 +0000

    sys-process/htop: use release tarball
    
    Closes: https://bugs.gentoo.org/849422
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-process/htop/Manifest             |   1 +
 sys-process/htop/htop-3.2.1-r1.ebuild | 105 ++++++++++++++++++++++++++++++++++
 sys-process/htop/htop-9999.ebuild     |  42 ++++++--------
 3 files changed, 123 insertions(+), 25 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2022-08-09 20:06:29 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6410deb61fa2ebd7adf5c82d7e9be941ab78a6d9

commit 6410deb61fa2ebd7adf5c82d7e9be941ab78a6d9
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-08-09 03:12:29 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-09 20:05:44 +0000

    sys-process/htop: drop back to xdg-utils.eclass
    
    My own fault -- I didn't add a comment when I originally
    inherited xdg-utils instead of xdg, and I broke it myself
    later when changing to release tarballs!
    
    See original commit for rationale.
    
    Bug: https://bugs.gentoo.org/787470
    Bug: https://bugs.gentoo.org/849422
    Fixes: 20d5319d31378762c32b0b2344e24f37ffbaccd2
    See: 1bf94ee45ca93a214be3fa2dda29b1d9fd90e0a9
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-process/htop/htop-3.2.1-r2.ebuild | 113 ++++++++++++++++++++++++++++++++++
 sys-process/htop/htop-9999.ebuild     |  12 +++-
 2 files changed, 123 insertions(+), 2 deletions(-)