diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 06:47:54 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 06:47:54 +0000 |
commit | 8a42be7bd183ef4bfcfe2f110429077927bafc04 (patch) | |
tree | 78ff609917e2b850af81f676ad6c54f44fdbca30 | |
parent | Bump (diff) | |
download | gentoo-2-8a42be7bd183ef4bfcfe2f110429077927bafc04.tar.gz gentoo-2-8a42be7bd183ef4bfcfe2f110429077927bafc04.tar.bz2 gentoo-2-8a42be7bd183ef4bfcfe2f110429077927bafc04.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | dev-perl/SVG/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/SVG/SVG-2.590.0.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog index 3e4c22fe0320..0715a16b9121 100644 --- a/dev-perl/SVG/ChangeLog +++ b/dev-perl/SVG/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SVG # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.55 2013/05/16 13:18:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.56 2013/08/15 06:47:54 patrick Exp $ + +*SVG-2.590.0 (15 Aug 2013) + + 15 Aug 2013; Patrick Lauer <patrick@gentoo.org> +SVG-2.590.0.ebuild: + Bump 16 May 2013; Agostino Sarubbo <ago@gentoo.org> SVG-2.540.0.ebuild: Stable for ppc, wrt bug #463060 diff --git a/dev-perl/SVG/SVG-2.590.0.ebuild b/dev-perl/SVG/SVG-2.590.0.ebuild new file mode 100644 index 000000000000..530824b071c1 --- /dev/null +++ b/dev-perl/SVG/SVG-2.590.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.590.0.ebuild,v 1.1 2013/08/15 06:47:54 patrick Exp $ + +EAPI=5 + +MODULE_AUTHOR=SZABGAB +MODULE_VERSION=2.59 +inherit perl-module + +DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND="virtual/perl-parent" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST=do |