summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-09-28 12:26:32 +0000
committerTorsten Veller <tove@gentoo.org>2010-09-28 12:26:32 +0000
commit22022f88aa19432530cdc56970c5381fb6e592b5 (patch)
tree0fd5b97f3dd26267e3b192ed4bda29e1718d87ea /dev-perl
parent[sys-apps/gdisk] Version bump per bug #337220 (diff)
downloadhistorical-22022f88aa19432530cdc56970c5381fb6e592b5.tar.gz
historical-22022f88aa19432530cdc56970c5381fb6e592b5.tar.bz2
historical-22022f88aa19432530cdc56970c5381fb6e592b5.zip
Version bump
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Chart/ChangeLog9
-rw-r--r--dev-perl/Chart/Chart-2.4.2.ebuild20
-rw-r--r--dev-perl/JSON/ChangeLog7
-rw-r--r--dev-perl/JSON/JSON-2.26.ebuild16
-rw-r--r--dev-perl/Sys-Statistics-Linux/ChangeLog8
-rw-r--r--dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild22
6 files changed, 78 insertions, 4 deletions
diff --git a/dev-perl/Chart/ChangeLog b/dev-perl/Chart/ChangeLog
index 68aa3a6fbd98..05b04b6acc56 100644
--- a/dev-perl/Chart/ChangeLog
+++ b/dev-perl/Chart/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Chart
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.30 2009/09/11 18:16:55 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.31 2010/09/28 12:26:32 tove Exp $
+
+*Chart-2.4.2 (28 Sep 2010)
+
+ 28 Sep 2010; Torsten Veller <tove@gentoo.org> +Chart-2.4.2.ebuild:
+ Version bump
11 Sep 2009; Torsten Veller <tove@gentoo.org> Chart-2.4.1.ebuild:
Tests depend on dev-perl/GD compiled with png support
diff --git a/dev-perl/Chart/Chart-2.4.2.ebuild b/dev-perl/Chart/Chart-2.4.2.ebuild
new file mode 100644
index 000000000000..9cd314c09b7a
--- /dev/null
+++ b/dev-perl/Chart/Chart-2.4.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.2.ebuild,v 1.1 2010/09/28 12:26:32 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=CHARTGRP
+inherit perl-module
+
+DESCRIPTION="The Perl Chart Module"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="test"
+
+RDEPEND=">=dev-perl/GD-2.0.36"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/GD[png] )"
+
+SRC_TEST="do"
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog
index 881f50655e14..29248a3c4541 100644
--- a/dev-perl/JSON/ChangeLog
+++ b/dev-perl/JSON/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/JSON
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.22 2010/08/26 13:16:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.23 2010/09/28 12:23:07 tove Exp $
+
+*JSON-2.26 (28 Sep 2010)
+
+ 28 Sep 2010; Torsten Veller <tove@gentoo.org> +JSON-2.26.ebuild:
+ Version bump
*JSON-2.22 (26 Aug 2010)
diff --git a/dev-perl/JSON/JSON-2.26.ebuild b/dev-perl/JSON/JSON-2.26.ebuild
new file mode 100644
index 000000000000..d0aa7cc84ed8
--- /dev/null
+++ b/dev-perl/JSON/JSON-2.26.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.26.ebuild,v 1.1 2010/09/28 12:23:07 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=MAKAMAKA
+inherit perl-module
+
+DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog
index 7394d92f908a..e6fe20f4f604 100644
--- a/dev-perl/Sys-Statistics-Linux/ChangeLog
+++ b/dev-perl/Sys-Statistics-Linux/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Sys-Statistics-Linux
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.43 2010/09/28 07:00:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.44 2010/09/28 12:20:05 tove Exp $
+
+*Sys-Statistics-Linux-0.59 (28 Sep 2010)
+
+ 28 Sep 2010; Torsten Veller <tove@gentoo.org>
+ +Sys-Statistics-Linux-0.59.ebuild:
+ Version bump
*Sys-Statistics-Linux-0.58 (28 Sep 2010)
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild
new file mode 100644
index 000000000000..d54ab49f5e6a
--- /dev/null
+++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 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.59.ebuild,v 1.1 2010/09/28 12:20:05 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=BLOONIX
+inherit perl-module
+
+DESCRIPTION="Collect linux system statistics"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/YAML-Syck"
+DEPEND="
+ virtual/perl-Module-Build
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST="do"