summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-10-13 14:45:24 +0000
committerTorsten Veller <tove@gentoo.org>2009-10-13 14:45:24 +0000
commit87daa56faee3f4ccd47ee2b0900e98f88e20b594 (patch)
treec672b22303b0b3ba2f25345708a00bb5062b00e6 /dev-perl/JSON-Any
parentrm (diff)
downloadgentoo-2-87daa56faee3f4ccd47ee2b0900e98f88e20b594.tar.gz
gentoo-2-87daa56faee3f4ccd47ee2b0900e98f88e20b594.tar.bz2
gentoo-2-87daa56faee3f4ccd47ee2b0900e98f88e20b594.zip
Version bump
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/JSON-Any')
-rw-r--r--dev-perl/JSON-Any/ChangeLog7
-rw-r--r--dev-perl/JSON-Any/JSON-Any-1.22.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/JSON-Any/ChangeLog b/dev-perl/JSON-Any/ChangeLog
index 487582708c76..7aabebfad7f3 100644
--- a/dev-perl/JSON-Any/ChangeLog
+++ b/dev-perl/JSON-Any/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/JSON-Any
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-Any/ChangeLog,v 1.4 2009/09/07 08:57:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-Any/ChangeLog,v 1.5 2009/10/13 14:45:24 tove Exp $
+
+*JSON-Any-1.22 (13 Oct 2009)
+
+ 13 Oct 2009; Torsten Veller <tove@gentoo.org> +JSON-Any-1.22.ebuild:
+ Version bump
07 Sep 2009; Torsten Veller <tove@gentoo.org> -JSON-Any-1.19.ebuild,
-JSON-Any-1.20.ebuild:
diff --git a/dev-perl/JSON-Any/JSON-Any-1.22.ebuild b/dev-perl/JSON-Any/JSON-Any-1.22.ebuild
new file mode 100644
index 000000000000..b2cb10d9e118
--- /dev/null
+++ b/dev-perl/JSON-Any/JSON-Any-1.22.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-Any/JSON-Any-1.22.ebuild,v 1.1 2009/10/13 14:45:24 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="PERIGRIN"
+inherit perl-module
+
+DESCRIPTION="Wrapper Class for the various JSON classes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-perl/JSON"
+RDEPEND="${DEPEND}"
+
+SRC_TEST=do