diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/SRU/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/SRU/SRU-1.0.0.ebuild | 33 |
2 files changed, 40 insertions, 2 deletions
diff --git a/dev-perl/SRU/ChangeLog b/dev-perl/SRU/ChangeLog index f3144746afbb..a3ce42c8b21b 100644 --- a/dev-perl/SRU/ChangeLog +++ b/dev-perl/SRU/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SRU -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/ChangeLog,v 1.8 2012/11/18 11:36:58 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/ChangeLog,v 1.9 2013/01/25 19:54:39 tove Exp $ + +*SRU-1.0.0 (25 Jan 2013) + + 25 Jan 2013; Torsten Veller <tove@gentoo.org> +SRU-1.0.0.ebuild: + Version bump 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/SRU/SRU-1.0.0.ebuild b/dev-perl/SRU/SRU-1.0.0.ebuild new file mode 100644 index 000000000000..10cfca6ec2b6 --- /dev/null +++ b/dev-perl/SRU/SRU-1.0.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/SRU-1.0.0.ebuild,v 1.1 2013/01/25 19:54:39 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=BRICAS +MODULE_VERSION=1.00 +inherit perl-module + +DESCRIPTION="Catalyst::Controller::SRU - Dispatch SRU methods with Catalyst" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/URI + dev-perl/XML-LibXML + dev-perl/XML-Simple + dev-perl/Class-Accessor + >=dev-perl/CQL-Parser-1.120.0 +" +DEPEND=" + test? ( + ${RDEPEND} + dev-perl/Test-Exception + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST=do |