diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-20 07:28:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-20 07:28:39 +0000 |
commit | 2bb612d7cb994cc9c6fa61edb5ea763f940c1159 (patch) | |
tree | 60513ccf1579d1cb93875c6d7198d0600dffc2f5 /dev-perl/SVG | |
parent | Cleanup (diff) | |
download | gentoo-2-2bb612d7cb994cc9c6fa61edb5ea763f940c1159.tar.gz gentoo-2-2bb612d7cb994cc9c6fa61edb5ea763f940c1159.tar.bz2 gentoo-2-2bb612d7cb994cc9c6fa61edb5ea763f940c1159.zip |
Cleanup
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SVG')
-rw-r--r-- | dev-perl/SVG/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SVG/SVG-2.33.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/SVG/SVG-2.44.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/SVG/SVG-2.49.ebuild | 20 |
4 files changed, 5 insertions, 51 deletions
diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog index c584bcfa59a8..c3210c113ccf 100644 --- a/dev-perl/SVG/ChangeLog +++ b/dev-perl/SVG/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SVG # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.35 2010/06/27 19:19:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.36 2010/10/20 07:28:38 tove Exp $ + + 20 Oct 2010; Torsten Veller <tove@gentoo.org> -SVG-2.33.ebuild, + -SVG-2.44.ebuild, -SVG-2.49.ebuild: + Cleanup 27 Jun 2010; <nixnut@gentoo.org> SVG-2.50.ebuild: ppc stable #323529 diff --git a/dev-perl/SVG/SVG-2.33.ebuild b/dev-perl/SVG/SVG-2.33.ebuild deleted file mode 100644 index a076f6b7399c..000000000000 --- a/dev-perl/SVG/SVG-2.33.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.33.ebuild,v 1.10 2007/07/10 23:33:30 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents" -SRC_URI="mirror://cpan/authors/id/R/RO/RONAN/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~ronan/" -IUSE="" -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/SVG/SVG-2.44.ebuild b/dev-perl/SVG/SVG-2.44.ebuild deleted file mode 100644 index d333cdfd0eb3..000000000000 --- a/dev-perl/SVG/SVG-2.44.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.44.ebuild,v 1.2 2008/07/17 20:19:14 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents" -SRC_URI="mirror://cpan/authors/id/R/RO/RONAN/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~ronan/" -IUSE="" -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/SVG/SVG-2.49.ebuild b/dev-perl/SVG/SVG-2.49.ebuild deleted file mode 100644 index 4f382c3d085c..000000000000 --- a/dev-perl/SVG/SVG-2.49.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.49.ebuild,v 1.1 2009/01/23 10:14:37 tove Exp $ - -MODULE_AUTHOR=RONAN -inherit perl-module - -DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do |