summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-23 07:41:54 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-23 07:41:54 +0000
commitb62028dcc38251b9c395235027ec68cc75c331a2 (patch)
treeea847b5b00e173739985cd984a9a8440b2a3b75e /sys-apps/collectl
parentVersion bump. (diff)
downloadgentoo-2-b62028dcc38251b9c395235027ec68cc75c331a2.tar.gz
gentoo-2-b62028dcc38251b9c395235027ec68cc75c331a2.tar.bz2
gentoo-2-b62028dcc38251b9c395235027ec68cc75c331a2.zip
Remove old.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/collectl')
-rw-r--r--sys-apps/collectl/ChangeLog7
-rw-r--r--sys-apps/collectl/collectl-3.4.2.ebuild40
-rw-r--r--sys-apps/collectl/collectl-3.5.1.ebuild38
-rw-r--r--sys-apps/collectl/files/collectl-3.4.0-install.patch55
-rw-r--r--sys-apps/collectl/files/collectl-3.4.1-install.patch22
5 files changed, 6 insertions, 156 deletions
diff --git a/sys-apps/collectl/ChangeLog b/sys-apps/collectl/ChangeLog
index e9bbd4f6f238..1883354a883c 100644
--- a/sys-apps/collectl/ChangeLog
+++ b/sys-apps/collectl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/collectl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/ChangeLog,v 1.14 2012/02/23 07:40:42 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/ChangeLog,v 1.15 2012/02/23 07:41:54 radhermit Exp $
+
+ 23 Feb 2012; Tim Harder <radhermit@gentoo.org>
+ -files/collectl-3.4.0-install.patch, -files/collectl-3.4.1-install.patch,
+ -collectl-3.4.2.ebuild, -collectl-3.5.1.ebuild:
+ Remove old.
*collectl-3.6.1 (23 Feb 2012)
diff --git a/sys-apps/collectl/collectl-3.4.2.ebuild b/sys-apps/collectl/collectl-3.4.2.ebuild
deleted file mode 100644
index 00f9de193209..000000000000
--- a/sys-apps/collectl/collectl-3.4.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/collectl-3.4.2.ebuild,v 1.1 2010/07/21 13:29:30 vapier Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="light-weight performance monitoring tool capable of reporting interactively as well as logging to disk"
-HOMEPAGE="http://collectl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/collectl/${P}.src.tar.gz"
-
-LICENSE="GPL-2 Artistic"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.8
- virtual/perl-Time-HiRes
- >=dev-perl/Archive-Zip-1.20
- sys-apps/ethtool
- sys-apps/pciutils"
-
-src_prepare() {
- sed -i \
- -e "/^DOCDIR/s:doc/collectl:doc/${PF}:" \
- INSTALL || die
-}
-
-src_install() {
- DESTDIR=${D} bash -ex ./INSTALL || die
-
- rm "${D}"/etc/init.d/* || die
- newinitd "${FILESDIR}"/collectl.initd collectl
-
- cd "${D}"/usr/share/doc/${PF}
- dohtml * || die
- rm -f ARTISTIC GPL COPYING *.html *.jpg *.css || die
- prepalldocs
-}
diff --git a/sys-apps/collectl/collectl-3.5.1.ebuild b/sys-apps/collectl/collectl-3.5.1.ebuild
deleted file mode 100644
index 069cf85d14c5..000000000000
--- a/sys-apps/collectl/collectl-3.5.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/collectl-3.5.1.ebuild,v 1.1 2011/06/15 03:15:51 jer Exp $
-
-EAPI="3"
-
-inherit eutils
-
-DESCRIPTION="light-weight performance monitoring tool capable of reporting interactively as well as logging to disk"
-HOMEPAGE="http://collectl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/collectl/${P}.src.tar.gz"
-
-LICENSE="GPL-2 Artistic"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.8
- virtual/perl-Time-HiRes
- >=dev-perl/Archive-Zip-1.20
- sys-apps/ethtool
- sys-apps/pciutils"
-
-src_prepare() {
- sed -i INSTALL -e "/^DOCDIR/s:doc/collectl:doc/${PF}:" || die
-}
-
-src_install() {
- DESTDIR=${D} bash -ex ./INSTALL || die
-
- rm "${D}"/etc/init.d/* || die
- newinitd "${FILESDIR}"/collectl.initd collectl
-
- cd "${D}"/usr/share/doc/${PF}
- dohtml * || die
- rm -f ARTISTIC GPL COPYING *.html *.jpg *.css || die
- prepalldocs
-}
diff --git a/sys-apps/collectl/files/collectl-3.4.0-install.patch b/sys-apps/collectl/files/collectl-3.4.0-install.patch
deleted file mode 100644
index 647059c01553..000000000000
--- a/sys-apps/collectl/files/collectl-3.4.0-install.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-add DESTDIR support
-
---- INSTALL
-+++ INSTALL
-@@ -1,18 +1,22 @@
- #!/bin/bash
-
--BINDIR=/usr/bin
--DOCDIR=/usr/share/doc/collectl
--SHRDIR=/usr/share/collectl
-+#DESTDIR=
-+BINDIR=$DESTDIR/usr/bin
-+DOCDIR=$DESTDIR/usr/share/doc/collectl
-+SHRDIR=$DESTDIR/usr/share/collectl
-
-+mkdir -p $BINDIR
- mkdir -p $DOCDIR
- mkdir -p $SHRDIR
- mkdir -p $SHRDIR/util
--mkdir -p /var/log/collectl
-+mkdir -p $DESTDIR/etc/init.d
-+mkdir -p $DESTDIR/usr/share/man/man1
-+mkdir -p $DESTDIR/var/log/collectl
-
- cp collectl.pl $BINDIR/collectl
--cp collectl.conf /etc
--cp initd/* /etc/init.d
--cp man1/* /usr/share/man/man1
-+cp collectl.conf $DESTDIR/etc
-+cp initd/* $DESTDIR/etc/init.d
-+cp man1/* $DESTDIR/usr/share/man/man1
-
- cp docs/* $DOCDIR
- cp GPL ARTISTIC COPYING $DOCDIR
-@@ -28,15 +32,17 @@
- cp col2tlviz.pl $SHRDIR/util
-
- # Force in case redoing the install and files already zipped
--gzip -f /usr/share/man/man1/collectl*
-+gzip -f $DESTDIR/usr/share/man/man1/collectl*
-
--chmod 755 /etc/init.d/collectl*
--chmod 444 /etc/collectl.conf
-+chmod 755 $DESTDIR/etc/init.d/collectl*
-+chmod 444 $DESTDIR/etc/collectl.conf
- chmod 755 $BINDIR/collectl
- chmod 444 $DOCDIR/ARTISTIC $DOCDIR/COPYING $DOCDIR/GPL
- chmod 755 $SHRDIR/util/*
- chmod 444 $SHRDIR/formatit.ph $SHRDIR/*expr.ph $SHRDIR/vmstat.ph
-
-+[[ -n $DESTDIR ]] && exit 0
-+
- # remove any stale versions in case the names/numbers used have changed.
- # on new ROCKS installion 'rm' isn't there yet! [thanks roy]
- if [ -x /bin/rm ] ; then
diff --git a/sys-apps/collectl/files/collectl-3.4.1-install.patch b/sys-apps/collectl/files/collectl-3.4.1-install.patch
deleted file mode 100644
index 2d230513b719..000000000000
--- a/sys-apps/collectl/files/collectl-3.4.1-install.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-DESTDIR doesnt require clean up of things outside of DESTDIR
-
---- INSTALL
-+++ INSTALL
-@@ -7,7 +7,7 @@
- SHRDIR=$DESTDIR/usr/share/collectl
- MANDIR=$DESTDIR/usr/share/man/man1
- ETCDIR=$DESTDIR/etc
--INITDIR=$DESTDIR/$ETCDIR/init.d
-+INITDIR=$ETCDIR/init.d
-
- mkdir -p $BINDIR
- mkdir -p $DOCDIR
-@@ -46,6 +46,8 @@
- chmod 755 $SHRDIR/util/*
- chmod 444 $SHRDIR/formatit.ph $SHRDIR/*expr.ph $SHRDIR/vmstat.ph
-
-+[[ ${DESTDIR} != "/" ]] && exit 0
-+
- # remove any stale versions in case the names/numbers used have changed.
- # on new ROCKS installion 'rm' isn't there yet! [thanks roy]
- if [ -x /bin/rm ] ; then