polynomial-c 14/05/28 09:45:44
Modified: ChangeLog
Added: collectl-3.7.3.ebuild
Removed: collectl-3.6.0.ebuild collectl-3.6.5.ebuild
collectl-3.6.1.ebuild
Log:
Version bump. Removed old. Added rewritten init script
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0x981CA6FC)
Revision Changes Path
1.19 sys-apps/collectl/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/collectl/ChangeLog?rev=1.19&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/collectl/ChangeLog?rev=1.19&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/collectl/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/collectl/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 20 Oct 2013 21:21:25 -0000 1.18
+++ ChangeLog 28 May 2014 09:45:44 -0000 1.19
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/collectl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/ChangeLog,v 1.18
2013/10/20 21:21:25 chainsaw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/ChangeLog,v 1.19
2014/05/28 09:45:44 polynomial-c Exp $
+
+*collectl-3.7.3 (28 May 2014)
+
+ 28 May 2014; Lars Wendler <[email protected]> -collectl-3.6.0.ebuild,
+ -collectl-3.6.1.ebuild, -collectl-3.6.5.ebuild, +collectl-3.7.3.ebuild,
+ +files/collectl.initd-2:
+ Version bump. Removed old. Added rewritten init script.
*collectl-3.6.9 (20 Oct 2013)
1.1 sys-apps/collectl/collectl-3.7.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/collectl/collectl-3.7.3.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/collectl/collectl-3.7.3.ebuild?rev=1.1&content-type=text/plain
Index: collectl-3.7.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/collectl-3.7.3.ebuild,v
1.1 2014/05/28 09:45:44 polynomial-c Exp $
EAPI="4"
DESCRIPTION="light-weight performance monitoring tool capable of reporting
interactively and 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-2 collectl
cd "${D}"/usr/share/doc/${PF} || die
dohtml *
rm ARTISTIC GPL COPYING *.html *.jpg *.css || die
}