summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-process/htop/Manifest2
-rw-r--r--sys-process/htop/htop-0.7.ebuild35
2 files changed, 0 insertions, 37 deletions
diff --git a/sys-process/htop/Manifest b/sys-process/htop/Manifest
index 36c9539232fe..18851ccf6f67 100644
--- a/sys-process/htop/Manifest
+++ b/sys-process/htop/Manifest
@@ -1,8 +1,6 @@
AUX htop-0.8.1-desktop-entry.patch 396 RMD160 a86dbdf0856410707d3b352df43c10dddfb3d807 SHA1 4f852f1a9be20bb6d49369c43d43d0c2560f6c49 SHA256 fad5d148a176b61b2ceeba0dfefd6dc9efd54704ff8f845f6b7ef695a49f2625
AUX htop-0.8.1-non-printable-char-filter.patch 576 RMD160 eb716cf0a079b4a06aa60c763c2b3ecb138aa82e SHA1 1ade154e42525b3e04210eb7375e1543ed6d87f5 SHA256 e4ff4eb727b9baae514589ec99d08f3c9f5160618dae493fcacca92473de68a7
-DIST htop-0.7.tar.gz 143896 RMD160 0f7606dfd143512e53414d346893f5a7799a8652 SHA1 43911d32f7b899dfd4addf65a83d8b3656454359 SHA256 1361f4f0b92d7e6bdac25a4b7ee138a7ee83b5a9368820f5aa518051ca82862b
DIST htop-0.8.1.tar.gz 414870 RMD160 8e73a9b31b6a48d4680c4df06c280c8d1bc125da SHA1 b41b4d83ab7ac40b79f6eeb730cd561293b62fd4 SHA256 25ae28202fa4b782ed0e1298d3feee407bdeb56eaf9c652d0a6f9dbf22125d28
-EBUILD htop-0.7.ebuild 945 RMD160 dad4544d03fbb5177d9ad72218c4084ab728621c SHA1 3c95fb3fbfec22f3bb973ebdeea35a1e3086d720 SHA256 aa065482e425d976107dd3e3833b55ccefe357015135c852279b290005547a4e
EBUILD htop-0.8.1-r1.ebuild 1330 RMD160 1764fcbf6f8d8cf61ec567a167c0f5e083bd73fd SHA1 adee5628994b9f3e2d741c19e3d61e48d381d2c5 SHA256 886ec387bb0642ea6195c5271cfa0d1bca2a28cba05abceb1d0c79786b2ee5cb
MISC ChangeLog 9685 RMD160 a5fd8a4626324506e314863121869722e69f1bb3 SHA1 104846e6c8d8611f1f634d5ddab4422514d6e40e SHA256 e6cf8bf23a37abf4c671735acd8200c2c650b4c7e53ca8671b882ef514edaf0b
MISC metadata.xml 618 RMD160 dd00a14cdcd692f6c4efd5107cc0e97f2ea915c6 SHA1 4b96f9a5c5964bc4182eed3acdb59e6b9d9b0559 SHA256 b04ca9e5e1cde68556c792812c5ba650727c43513cf577296a6ed24c8d18256d
diff --git a/sys-process/htop/htop-0.7.ebuild b/sys-process/htop/htop-0.7.ebuild
deleted file mode 100644
index 0a8233eb3e44..000000000000
--- a/sys-process/htop/htop-0.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.7.ebuild,v 1.5 2008/05/12 18:00:33 corsair 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"
-
-pkg_setup() {
- if use elibc_FreeBSD ; then
- elog
- elog "htop needs /proc mounted to work, to mount it type"
- elog "mount -t linprocfs none /proc"
- elog "or uncomment the example in /etc/fstab"
- elog
- fi
-}
-
-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
-}