diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
commit | 67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch) | |
tree | 42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /dev-perl/SVG/SVG-2.28.ebuild | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2 gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip |
Diffstat (limited to 'dev-perl/SVG/SVG-2.28.ebuild')
-rw-r--r-- | dev-perl/SVG/SVG-2.28.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/SVG/SVG-2.28.ebuild b/dev-perl/SVG/SVG-2.28.ebuild index dd13a473a1c2..d66493515b3b 100644 --- a/dev-perl/SVG/SVG-2.28.ebuild +++ b/dev-perl/SVG/SVG-2.28.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.28.ebuild,v 1.9 2005/04/29 12:22:41 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.28.ebuild,v 1.1 2004/01/09 02:24:33 sediener 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" +SRC_URI="http://search.cpan.org/CPAN/authors/id/R/RO/RONAN/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~ronan/${P}/" IUSE="" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 alpha ~ppc" +KEYWORDS="x86" |