diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-25 16:30:53 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-25 16:30:53 +0000 |
commit | e4b61dbe0f27c52e7a35a67eb83cbe20b1351b3b (patch) | |
tree | 2ba6d2e8609fd198b15822e6ae5aeb94b45c2695 /dev-perl/Font-AFM/Font-AFM-1.19.ebuild | |
parent | Fix for building with gcc4. (diff) | |
download | historical-e4b61dbe0f27c52e7a35a67eb83cbe20b1351b3b.tar.gz historical-e4b61dbe0f27c52e7a35a67eb83cbe20b1351b3b.tar.bz2 historical-e4b61dbe0f27c52e7a35a67eb83cbe20b1351b3b.zip |
cleaning
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/Font-AFM/Font-AFM-1.19.ebuild')
-rw-r--r-- | dev-perl/Font-AFM/Font-AFM-1.19.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Font-AFM/Font-AFM-1.19.ebuild b/dev-perl/Font-AFM/Font-AFM-1.19.ebuild index f4e0b9d81357..8c3675234dda 100644 --- a/dev-perl/Font-AFM/Font-AFM-1.19.ebuild +++ b/dev-perl/Font-AFM/Font-AFM-1.19.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-AFM/Font-AFM-1.19.ebuild,v 1.5 2005/04/09 01:59:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-AFM/Font-AFM-1.19.ebuild,v 1.6 2005/04/25 16:28:06 mcummings Exp $ # this is a dependency for RT inherit perl-module DESCRIPTION="Parse Adobe Font Metric files" -SRC_URI="http://www.cpan.org/modules/by-authors/id/G/GA/GAAS/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/G/GA/GAAS/${P}.readme" SRC_TEST="do" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc sparc" IUSE="" |