summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/atop')
-rw-r--r--sys-process/atop/ChangeLog9
-rw-r--r--sys-process/atop/atop-1.14.ebuild31
-rw-r--r--sys-process/atop/files/digest-atop-1.142
3 files changed, 40 insertions, 2 deletions
diff --git a/sys-process/atop/ChangeLog b/sys-process/atop/ChangeLog
index 8df5b2c52263..ecf8cdb9703f 100644
--- a/sys-process/atop/ChangeLog
+++ b/sys-process/atop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-process/atop
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.2 2005/03/03 19:46:10 swegener Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.3 2005/05/07 06:34:44 vapier Exp $
+
+*atop-1.14 (07 May 2005)
+
+ 07 May 2005; Mike Frysinger <vapier@gentoo.org> +atop-1.14.ebuild:
+ Version bump #76202 by Jonathan Smith.
*atop-1.9 (03 Mar 2005)
diff --git a/sys-process/atop/atop-1.14.ebuild b/sys-process/atop/atop-1.14.ebuild
new file mode 100644
index 000000000000..8d858ae5f9fd
--- /dev/null
+++ b/sys-process/atop/atop-1.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.14.ebuild,v 1.1 2005/05/07 06:34:44 vapier Exp $
+
+ATOP_INIT_VERSION="1.9"
+ATOP_INIT_SCRIPT=${PN}-${ATOP_INIT_VERSION}-initscript
+DESCRIPTION="Resource-specific view of processes"
+HOMEPAGE="http://www.atcomputing.nl/Tools/atop"
+SRC_URI="http://www.atconsultancy.nl/atop/packages/${P}.tar.gz
+ mirror://gentoo/${PN}-${ATOP_INIT_VERSION}-initscript"
+
+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 : ${CFLAGS} :" Makefile
+ mv "${S}"/atop.init "${S}"/atop.init.old
+ cp "${DISTDIR}/${ATOP_INIT_SCRIPT}" "${S}"/atop.init
+ chmod a+rx atop.init
+}
+
+src_install() {
+ make DESTDIR="${D}" INIPATH=/etc/init.d install || die
+ dodoc README
+}
diff --git a/sys-process/atop/files/digest-atop-1.14 b/sys-process/atop/files/digest-atop-1.14
new file mode 100644
index 000000000000..7f224e13e017
--- /dev/null
+++ b/sys-process/atop/files/digest-atop-1.14
@@ -0,0 +1,2 @@
+MD5 51ed85ea8d869568bd4038485c753756 atop-1.14.tar.gz 108748
+MD5 9e1db520318f831ff4f5006dc737eaa7 atop-1.9-initscript 521