summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-10-02 05:36:57 +0000
committerTorsten Veller <tove@gentoo.org>2008-10-02 05:36:57 +0000
commitfcde6bb007d55c4a13e68e5ade6ff3f6991cd219 (patch)
tree0f60bd3308fa34ae5edf5a97104289b52b1cf0da /dev-perl
parentmedia-sound (diff)
downloadgentoo-2-fcde6bb007d55c4a13e68e5ade6ff3f6991cd219.tar.gz
gentoo-2-fcde6bb007d55c4a13e68e5ade6ff3f6991cd219.tar.bz2
gentoo-2-fcde6bb007d55c4a13e68e5ade6ff3f6991cd219.zip
Version bump. Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Sys-Statistics-Linux/ChangeLog9
-rw-r--r--dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.21.ebuild22
-rw-r--r--dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.41.ebuild (renamed from dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.40.ebuild)2
3 files changed, 9 insertions, 24 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog
index 846c76afe22e..4fe2ce9aa99e 100644
--- a/dev-perl/Sys-Statistics-Linux/ChangeLog
+++ b/dev-perl/Sys-Statistics-Linux/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/Sys-Statistics-Linux
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.22 2008/09/30 06:00:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.23 2008/10/02 05:36:57 tove Exp $
+
+*Sys-Statistics-Linux-0.41 (02 Oct 2008)
+
+ 02 Oct 2008; Torsten Veller <tove@gentoo.org>
+ -Sys-Statistics-Linux-0.21.ebuild, -Sys-Statistics-Linux-0.40.ebuild,
+ +Sys-Statistics-Linux-0.41.ebuild:
+ Version bump. Cleanup
*Sys-Statistics-Linux-0.40 (30 Sep 2008)
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.21.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.21.ebuild
deleted file mode 100644
index 604827259a7f..000000000000
--- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.21.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.21.ebuild,v 1.5 2008/04/22 21:54:16 tove Exp $
-
-inherit perl-module
-
-DESCRIPTION="Collect linux system statistics"
-HOMEPAGE="http://search.cpan.org/~bloonix/"
-SRC_URI="mirror://cpan/authors/id/B/BL/BLOONIX/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 sparc x86"
-IUSE="test"
-SRC_TEST="do"
-
-RDEPEND="dev-lang/perl
- dev-perl/UNIVERSAL-require"
-DEPEND="${RDEPEND}
- dev-perl/module-build
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.40.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.41.ebuild
index b860b3990a49..7fe511fb98e2 100644
--- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.40.ebuild
+++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.41.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.40.ebuild,v 1.1 2008/09/30 06:00:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.41.ebuild,v 1.1 2008/10/02 05:36:57 tove Exp $
MODULE_AUTHOR=BLOONIX
inherit perl-module