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 /dev-perl/SVG/SVG-2.590.0.ebuild | |
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)
Diffstat (limited to 'dev-perl/SVG/SVG-2.590.0.ebuild')
-rw-r--r-- | dev-perl/SVG/SVG-2.590.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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 |