diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-30 14:25:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-30 14:25:24 +0000 |
commit | e6b8ca06559f58c76902cfa92311ab6c53e489f6 (patch) | |
tree | 9766915e520a07d23247ba24633a0a563a6da877 /dev-perl/SVG | |
parent | [bump] dev-perl/XML-RegExp-0.40.0 (diff) | |
download | gentoo-2-e6b8ca06559f58c76902cfa92311ab6c53e489f6.tar.gz gentoo-2-e6b8ca06559f58c76902cfa92311ab6c53e489f6.tar.bz2 gentoo-2-e6b8ca06559f58c76902cfa92311ab6c53e489f6.zip |
[bump] dev-perl/SVG-2.510.0
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SVG')
-rw-r--r-- | dev-perl/SVG/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/SVG/SVG-2.510.0.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog index 6d618d39fcbe..926c07d16627 100644 --- a/dev-perl/SVG/ChangeLog +++ b/dev-perl/SVG/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SVG -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.39 2011/09/04 11:21:51 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.40 2012/03/30 14:25:24 tove Exp $ + +*SVG-2.510.0 (30 Mar 2012) + + 30 Mar 2012; Torsten Veller <tove@gentoo.org> +SVG-2.510.0.ebuild: + Version bump 04 Sep 2011; Torsten Veller <tove@gentoo.org> -SVG-2.50.ebuild: Cleanup diff --git a/dev-perl/SVG/SVG-2.510.0.ebuild b/dev-perl/SVG/SVG-2.510.0.ebuild new file mode 100644 index 000000000000..1966155cdd5a --- /dev/null +++ b/dev-perl/SVG/SVG-2.510.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.510.0.ebuild,v 1.1 2012/03/30 14:25:24 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SZABGAB +MODULE_VERSION=2.51 +inherit perl-module + +DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST=do |