diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-02 05:46:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-02 05:46:30 +0000 |
commit | cf3e6125b6db4f3a7121b10843637bdf25b1c05e (patch) | |
tree | df6084660cce03b74314d25177e9f47f3cb12488 /dev-perl/GD-SVG | |
parent | Version bump (diff) | |
download | gentoo-2-cf3e6125b6db4f3a7121b10843637bdf25b1c05e.tar.gz gentoo-2-cf3e6125b6db4f3a7121b10843637bdf25b1c05e.tar.bz2 gentoo-2-cf3e6125b6db4f3a7121b10843637bdf25b1c05e.zip |
Version bump. Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/GD-SVG')
-rw-r--r-- | dev-perl/GD-SVG/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/GD-SVG/GD-SVG-0.27.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/GD-SVG/GD-SVG-0.32.ebuild | 19 |
3 files changed, 26 insertions, 18 deletions
diff --git a/dev-perl/GD-SVG/ChangeLog b/dev-perl/GD-SVG/ChangeLog index 084979767ba9..ff6f5c668196 100644 --- a/dev-perl/GD-SVG/ChangeLog +++ b/dev-perl/GD-SVG/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/GD-SVG # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/ChangeLog,v 1.27 2008/09/10 17:06:19 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/ChangeLog,v 1.28 2008/10/02 05:46:30 tove Exp $ + +*GD-SVG-0.32 (02 Oct 2008) + + 02 Oct 2008; Torsten Veller <tove@gentoo.org> -GD-SVG-0.27.ebuild, + +GD-SVG-0.32.ebuild: + Version bump. Cleanup *GD-SVG-0.31 (10 Sep 2008) diff --git a/dev-perl/GD-SVG/GD-SVG-0.27.ebuild b/dev-perl/GD-SVG/GD-SVG-0.27.ebuild deleted file mode 100644 index 9a12a2747f5b..000000000000 --- a/dev-perl/GD-SVG/GD-SVG-0.27.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/GD-SVG-0.27.ebuild,v 1.9 2007/07/10 23:33:29 mr_bones_ Exp $ - -inherit perl-module - -DEPEND="dev-perl/GD - dev-perl/SVG - dev-lang/perl" - -DESCRIPTION="Seamlessly enable SVG output from scripts written using GD" -SRC_URI="mirror://cpan/authors/id/T/TW/TWH/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~twh/${P}/" -IUSE="" -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" diff --git a/dev-perl/GD-SVG/GD-SVG-0.32.ebuild b/dev-perl/GD-SVG/GD-SVG-0.32.ebuild new file mode 100644 index 000000000000..916d4febaaae --- /dev/null +++ b/dev-perl/GD-SVG/GD-SVG-0.32.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/GD-SVG-0.32.ebuild,v 1.1 2008/10/02 05:46:30 tove Exp $ + +MODULE_AUTHOR=TWH +inherit perl-module + +DESCRIPTION="Seamlessly enable SVG output from scripts written using GD" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/GD + dev-perl/SVG + dev-lang/perl" + +SRC_TEST="do" |