diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-05-22 10:02:28 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2006-05-22 10:02:28 +0000 |
commit | bd8a66c0a11815b659118d1cc28b8e3551173d76 (patch) | |
tree | bc7fc724ffaedd5dccab2ee38077c9b6125c341e /sys-process/htop | |
parent | Cleanup postinst and add basic BSD functionality though no keyword yet, bug 1... (diff) | |
download | gentoo-2-bd8a66c0a11815b659118d1cc28b8e3551173d76.tar.gz gentoo-2-bd8a66c0a11815b659118d1cc28b8e3551173d76.tar.bz2 gentoo-2-bd8a66c0a11815b659118d1cc28b8e3551173d76.zip |
Marked ~hppa (because it works).
(Portage version: 2.1_rc1-r4)
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/files/digest-htop-0.6 | 2 | ||||
-rw-r--r-- | sys-process/htop/htop-0.6.2.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 8d5e256333fc..ceb0082e9be5 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.17 2006/05/21 20:36:29 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.18 2006/05/22 10:02:28 jer Exp $ + + 22 May 2006; Jeroen Roovers <jer@gentoo.org> htop-0.6.2.ebuild: + Marked ~hppa (because it works). *htop-0.6.2 (21 May 2006) diff --git a/sys-process/htop/files/digest-htop-0.6 b/sys-process/htop/files/digest-htop-0.6 index a04326e9142a..97aef5711302 100644 --- a/sys-process/htop/files/digest-htop-0.6 +++ b/sys-process/htop/files/digest-htop-0.6 @@ -1 +1,3 @@ MD5 c00b1dba101569a055ed260e06a25596 htop-0.6.tar.gz 128136 +RMD160 664f3e13a1f4f6725a99c23081a61ed0ddbdfbac htop-0.6.tar.gz 128136 +SHA256 9eaecc4cce3a1cf0fdb82c0b4e5a216884e8c99f1aa42e555916182acd0a2042 htop-0.6.tar.gz 128136 diff --git a/sys-process/htop/htop-0.6.2.ebuild b/sys-process/htop/htop-0.6.2.ebuild index f4bc894a5f42..b3ce9b681ca2 100644 --- a/sys-process/htop/htop-0.6.2.ebuild +++ b/sys-process/htop/htop-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.2.ebuild,v 1.1 2006/05/21 20:36:29 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.2.ebuild,v 1.2 2006/05/22 10:02:28 jer Exp $ inherit debug flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://htop.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" src_compile() { |