diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-18 15:19:56 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-18 15:19:56 +0000 |
commit | 4068adaefbb3c79ca1b6c5aa9512a28eb777c891 (patch) | |
tree | 729f79f9c0ac3dd3bae50a1fed3d36f97b1c184e /sys-process | |
parent | Add ~sparc keyword. Builds and installs fine; selftest.py runs successfully. (diff) | |
download | gentoo-2-4068adaefbb3c79ca1b6c5aa9512a28eb777c891.tar.gz gentoo-2-4068adaefbb3c79ca1b6c5aa9512a28eb777c891.tar.bz2 gentoo-2-4068adaefbb3c79ca1b6c5aa9512a28eb777c891.zip |
x86 stable wrt bug 162646
(Portage version: 2.1.2)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/files/digest-htop-0.5.2 | 2 | ||||
-rw-r--r-- | sys-process/htop/files/digest-htop-0.5.4 | 2 | ||||
-rw-r--r-- | sys-process/htop/htop-0.6.5.ebuild | 4 |
4 files changed, 10 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 5cbea85db72c..5698db4d4c9d 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.30 2007/01/18 12:58:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.31 2007/01/18 15:19:56 armin76 Exp $ + + 18 Jan 2007; Raúl Porcel <armin76@gentoo.org> htop-0.6.5.ebuild: + x86 stable wrt bug 162646 18 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> htop-0.6.5.ebuild: Stable on sparc wrt #162646 diff --git a/sys-process/htop/files/digest-htop-0.5.2 b/sys-process/htop/files/digest-htop-0.5.2 index 7cf50827b6c1..1241b5949a75 100644 --- a/sys-process/htop/files/digest-htop-0.5.2 +++ b/sys-process/htop/files/digest-htop-0.5.2 @@ -1 +1,3 @@ MD5 e1a3f03971a3868315c4c1f92aee9b7f htop-0.5.2.tar.gz 122132 +RMD160 28c41678f8ac64244f996b043b39215f9e10a13f htop-0.5.2.tar.gz 122132 +SHA256 eec6915d85cedc04f1223726748333736c21399e8f32929448eb9baac0366e98 htop-0.5.2.tar.gz 122132 diff --git a/sys-process/htop/files/digest-htop-0.5.4 b/sys-process/htop/files/digest-htop-0.5.4 index 494dfcf92a57..e45c15fc2460 100644 --- a/sys-process/htop/files/digest-htop-0.5.4 +++ b/sys-process/htop/files/digest-htop-0.5.4 @@ -1 +1,3 @@ MD5 9bd650ea78418227b9661a58889a4c2a htop-0.5.4.tar.gz 126245 +RMD160 908faaeef4c3db3a4145a2e9a590545f3c6aa6f5 htop-0.5.4.tar.gz 126245 +SHA256 bb3747903b1e94814e382da6fce020ed3590b0c69e274c92f1ddca4628d6fc06 htop-0.5.4.tar.gz 126245 diff --git a/sys-process/htop/htop-0.6.5.ebuild b/sys-process/htop/htop-0.6.5.ebuild index 1defcf9e297b..b67ed99bd92f 100644 --- a/sys-process/htop/htop-0.6.5.ebuild +++ b/sys-process/htop/htop-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.5.ebuild,v 1.3 2007/01/18 12:58:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.5.ebuild,v 1.4 2007/01/18 15:19:56 armin76 Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ HOMEPAGE="http://htop.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" src_compile() { |