diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-16 20:57:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-16 20:57:47 +0000 |
commit | dd97cfa5a5d0baf270ed878251204fd4266418d8 (patch) | |
tree | 45e14e03547f806c999822fd1e2688791c4eae74 /sys-process/atop | |
parent | Dont keep auto-package creation in default ebuild as it breaks things #210074... (diff) | |
download | historical-dd97cfa5a5d0baf270ed878251204fd4266418d8.tar.gz historical-dd97cfa5a5d0baf270ed878251204fd4266418d8.tar.bz2 historical-dd97cfa5a5d0baf270ed878251204fd4266418d8.zip |
old
Diffstat (limited to 'sys-process/atop')
-rw-r--r-- | sys-process/atop/atop-1.19.ebuild | 30 | ||||
-rw-r--r-- | sys-process/atop/atop-1.20.ebuild | 30 |
2 files changed, 0 insertions, 60 deletions
diff --git a/sys-process/atop/atop-1.19.ebuild b/sys-process/atop/atop-1.19.ebuild deleted file mode 100644 index f9f76418ab18..000000000000 --- a/sys-process/atop/atop-1.19.ebuild +++ /dev/null @@ -1,30 +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/atop/atop-1.19.ebuild,v 1.5 2007/07/05 00:02:15 angelos Exp $ - -DESCRIPTION="Resource-specific view of processes" -HOMEPAGE="http://www.atcomputing.nl/Tools/atop" -SRC_URI="http://www.atconsultancy.nl/atop/packages/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa x86" -IUSE="" - -DEPEND="sys-process/acct" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/^CFLAGS/s: = -O : += :' \ - -e '/^LDFLAGS/s: = : += :' \ - Makefile - cp "${FILESDIR}"/atop.rc atop.init - chmod a+rx atop.init -} - -src_install() { - emake DESTDIR="${D}" INIPATH=/etc/init.d install || die - dodoc README -} diff --git a/sys-process/atop/atop-1.20.ebuild b/sys-process/atop/atop-1.20.ebuild deleted file mode 100644 index b3ca03998f54..000000000000 --- a/sys-process/atop/atop-1.20.ebuild +++ /dev/null @@ -1,30 +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/atop/atop-1.20.ebuild,v 1.2 2007/08/10 16:54:50 armin76 Exp $ - -DESCRIPTION="Resource-specific view of processes" -HOMEPAGE="http://www.atcomputing.nl/Tools/atop" -SRC_URI="http://www.atconsultancy.nl/atop/packages/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa x86" -IUSE="" - -DEPEND="sys-process/acct" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/^CFLAGS/s: = -O : += :' \ - -e '/^LDFLAGS/s: = : += :' \ - Makefile - cp "${FILESDIR}"/atop.rc atop.init - chmod a+rx atop.init -} - -src_install() { - emake DESTDIR="${D}" INIPATH=/etc/init.d install || die - dodoc README -} |