diff options
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.6.5.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index e07247ffef10..64a4343a931d 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.52 2008/01/22 08:30:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.53 2008/02/14 01:11:20 wschlich Exp $ + + 14 Feb 2008; Wolfram Schlich <wschlich@gentoo.org> -htop-0.6.5.ebuild: + removed old version 22 Jan 2008; Jeroen Roovers <jer@gentoo.org> htop-0.7.ebuild: Stable for HPPA too. diff --git a/sys-process/htop/htop-0.6.5.ebuild b/sys-process/htop/htop-0.6.5.ebuild deleted file mode 100644 index 709bbfb58c0c..000000000000 --- a/sys-process/htop/htop-0.6.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.11 2007/05/13 19:40:52 armin76 Exp $ - -inherit flag-o-matic - -IUSE="debug" -DESCRIPTION="interactive process viewer" -HOMEPAGE="http://htop.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -DEPEND="sys-libs/ncurses" - -src_compile() { - useq debug && append-flags -O -ggdb -DDEBUG - econf || die "configure failed" - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README ChangeLog TODO -} |