summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-22 10:51:35 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-22 10:51:35 +0000
commitfe7e3c0b709891262bda5be95e20b6255c9be22b (patch)
tree846aba05f77d4d110445136316f4d7521a9795f2 /dev-perl/SRU
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-fe7e3c0b709891262bda5be95e20b6255c9be22b.tar.gz
gentoo-2-fe7e3c0b709891262bda5be95e20b6255c9be22b.tar.bz2
gentoo-2-fe7e3c0b709891262bda5be95e20b6255c9be22b.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SRU')
-rw-r--r--dev-perl/SRU/ChangeLog9
-rw-r--r--dev-perl/SRU/SRU-0.98.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/SRU/ChangeLog b/dev-perl/SRU/ChangeLog
index 9d6cd40affc8..3ba2b7800819 100644
--- a/dev-perl/SRU/ChangeLog
+++ b/dev-perl/SRU/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/SRU
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/ChangeLog,v 1.1 2008/12/23 08:13:02 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/ChangeLog,v 1.2 2009/11/22 10:51:35 robbat2 Exp $
+
+*SRU-0.98 (22 Nov 2009)
+
+ 22 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> +SRU-0.98.ebuild:
+ Version bump via perl-bump experimental tool.
*SRU-0.97 (23 Dec 2008)
diff --git a/dev-perl/SRU/SRU-0.98.ebuild b/dev-perl/SRU/SRU-0.98.ebuild
new file mode 100644
index 000000000000..f484d5fe9909
--- /dev/null
+++ b/dev-perl/SRU/SRU-0.98.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/SRU-0.98.ebuild,v 1.1 2009/11/22 10:51:35 robbat2 Exp $
+
+MODULE_AUTHOR="BRICAS"
+
+inherit perl-module
+
+DESCRIPTION="Catalyst::Controller::SRU - Dispatch SRU methods with Catalyst"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-perl/Test-Exception
+ dev-perl/URI
+ dev-perl/XML-LibXML
+ dev-perl/XML-Simple
+ dev-perl/Class-Accessor
+ >=dev-perl/CQL-Parser-1.0"