summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-16 05:30:47 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-16 05:30:47 +0000
commit07d9a78905649aaaa245df760b07f3bdec2476c2 (patch)
tree18f31602709f5f4a337f84fb78d766909b8ba8c0 /sys-process/atop
parent2007.0 elements (diff)
downloadgentoo-2-07d9a78905649aaaa245df760b07f3bdec2476c2.tar.gz
gentoo-2-07d9a78905649aaaa245df760b07f3bdec2476c2.tar.bz2
gentoo-2-07d9a78905649aaaa245df760b07f3bdec2476c2.zip
Version bump #166971 by John Gerritse.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-process/atop')
-rw-r--r--sys-process/atop/ChangeLog9
-rw-r--r--sys-process/atop/atop-1.19.ebuild30
-rw-r--r--sys-process/atop/files/digest-atop-1.193
3 files changed, 40 insertions, 2 deletions
diff --git a/sys-process/atop/ChangeLog b/sys-process/atop/ChangeLog
index 17835e317bea..c8d429ed92e5 100644
--- a/sys-process/atop/ChangeLog
+++ b/sys-process/atop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-process/atop
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.9 2006/12/02 23:28:01 vapier Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.10 2007/02/16 05:30:47 vapier Exp $
+
+*atop-1.19 (16 Feb 2007)
+
+ 16 Feb 2007; Mike Frysinger <vapier@gentoo.org> +atop-1.19.ebuild:
+ Version bump #166971 by John Gerritse.
*atop-1.17 (02 Dec 2006)
diff --git a/sys-process/atop/atop-1.19.ebuild b/sys-process/atop/atop-1.19.ebuild
new file mode 100644
index 000000000000..a04889e9bd77
--- /dev/null
+++ b/sys-process/atop/atop-1.19.ebuild
@@ -0,0 +1,30 @@
+# 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.1 2007/02/16 05:30:47 vapier 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 ~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/files/digest-atop-1.19 b/sys-process/atop/files/digest-atop-1.19
new file mode 100644
index 000000000000..b3a379b65c43
--- /dev/null
+++ b/sys-process/atop/files/digest-atop-1.19
@@ -0,0 +1,3 @@
+MD5 4939916b1f2d03cb6c46752e6311adbb atop-1.19.tar.gz 118004
+RMD160 988eef7b96259e90821bb22ee7649d2cad85c754 atop-1.19.tar.gz 118004
+SHA256 c45d6fb05b3cc5287f2940a247a6d7a58921882c2db4df52a21b32b765ecd6a6 atop-1.19.tar.gz 118004