summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-12-13 10:23:51 +0000
committerMike Frysinger <vapier@gentoo.org>2010-12-13 10:23:51 +0000
commitee2af4919fc06a6d26c219c923b49e719e801ece (patch)
tree29c2b7d12381a9ce4e76ae68333781b4e7f72120 /sys-process
parentAdd special handling of Python-specific variables for support for Jython. #34... (diff)
downloadhistorical-ee2af4919fc06a6d26c219c923b49e719e801ece.tar.gz
historical-ee2af4919fc06a6d26c219c923b49e719e801ece.tar.bz2
historical-ee2af4919fc06a6d26c219c923b49e719e801ece.zip
old
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/atop/atop-1.24-r1.ebuild36
-rw-r--r--sys-process/atop/atop-1.25.ebuild36
2 files changed, 0 insertions, 72 deletions
diff --git a/sys-process/atop/atop-1.24-r1.ebuild b/sys-process/atop/atop-1.24-r1.ebuild
deleted file mode 100644
index 3e5b8278a9f7..000000000000
--- a/sys-process/atop/atop-1.24-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.24-r1.ebuild,v 1.1 2010/03/20 04:13:41 vapier Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Resource-specific view of processes"
-HOMEPAGE="http://www.atoptool.nl/"
-SRC_URI="http://www.atoptool.nl/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-DEPEND="sys-process/acct"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^CFLAGS/s: = -O : += :' \
- -e '/^LDFLAGS/s: = : += :' \
- -e 's:\<cc\>:$(CC):' \
- Makefile
- tc-export CC
- cp "${FILESDIR}"/atop.rc atop.init
- chmod a+rx atop.init
- sed -i 's: root : :' atop.cron #191926
-}
-
-src_install() {
- emake DESTDIR="${D}" INIPATH=/etc/init.d install || die
- dodoc README "${D}"/etc/cron.d/*
- rm -r "${D}"/etc/cron.d || die
-}
diff --git a/sys-process/atop/atop-1.25.ebuild b/sys-process/atop/atop-1.25.ebuild
deleted file mode 100644
index bd64ed9ffafa..000000000000
--- a/sys-process/atop/atop-1.25.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.25.ebuild,v 1.1 2010/05/18 17:17:06 jer Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Resource-specific view of processes"
-HOMEPAGE="http://www.atoptool.nl/"
-SRC_URI="http://www.atoptool.nl/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-DEPEND="sys-process/acct"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^CFLAGS/s: = -O : += :' \
- -e '/^LDFLAGS/s: = : += :' \
- -e 's:\<cc\>:$(CC):' \
- Makefile
- tc-export CC
- cp "${FILESDIR}"/atop.rc atop.init
- chmod a+rx atop.init
- sed -i 's: root : :' atop.cron #191926
-}
-
-src_install() {
- emake DESTDIR="${D}" INIPATH=/etc/init.d install || die
- dodoc README "${D}"/etc/cron.d/*
- rm -r "${D}"/etc/cron.d || die
-}