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
commita2f978461faf1010a32aa3c909eab30032ecd4da (patch)
treecb39a9a5ffd0f906c8758029791bdc93f7d6583f /sys-process
parentAdd special handling of Python-specific variables for support for Jython. #34... (diff)
downloadgentoo-2-a2f978461faf1010a32aa3c909eab30032ecd4da.tar.gz
gentoo-2-a2f978461faf1010a32aa3c909eab30032ecd4da.tar.bz2
gentoo-2-a2f978461faf1010a32aa3c909eab30032ecd4da.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
-}