diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 16:01:28 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 16:01:28 +0000 |
commit | 2c92918bf8a504c0ef078c3c07766420e0293e0e (patch) | |
tree | 926c57354fa623d5afdbd1856f7d502139a478c3 /dev-perl/Unicode-Map | |
parent | Stable on ppc64 (diff) | |
download | historical-2c92918bf8a504c0ef078c3c07766420e0293e0e.tar.gz historical-2c92918bf8a504c0ef078c3c07766420e0293e0e.tar.bz2 historical-2c92918bf8a504c0ef078c3c07766420e0293e0e.zip |
cleaning
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/Unicode-Map')
-rw-r--r-- | dev-perl/Unicode-Map/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Unicode-Map/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/Unicode-Map/ChangeLog b/dev-perl/Unicode-Map/ChangeLog index 6784097f999e..dbaf1e9fdf4a 100644 --- a/dev-perl/Unicode-Map/ChangeLog +++ b/dev-perl/Unicode-Map/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Unicode-Map -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map/ChangeLog,v 1.2 2004/06/25 01:08:00 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map/ChangeLog,v 1.3 2005/04/29 15:43:16 mcummings Exp $ + + 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> + Unicode-Map-0.112.ebuild: + Cleaning for mirror *Unicode-Map-0.112 (06 Jun 2004) diff --git a/dev-perl/Unicode-Map/Manifest b/dev-perl/Unicode-Map/Manifest index 3e0aaaef3e73..171a47bc55c6 100644 --- a/dev-perl/Unicode-Map/Manifest +++ b/dev-perl/Unicode-Map/Manifest @@ -1,4 +1,4 @@ MD5 81eaf6328c37eabb208da53f25f42b68 ChangeLog 372 +MD5 0022bebe817080f86213a46f74bf790b Unicode-Map-0.112.ebuild 503 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 fe0ad91e6b46048c874d03bda268b1e1 Unicode-Map-0.112.ebuild 519 MD5 4c8218c3bab022a2f2219bc8f66d90d5 files/digest-Unicode-Map-0.112 69 diff --git a/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild b/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild index 659746389481..16389471ccf5 100644 --- a/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild +++ b/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild,v 1.3 2004/07/14 20:50:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild,v 1.4 2005/04/29 15:43:16 mcummings Exp $ inherit perl-module DESCRIPTION="map charsets from and to utf16 code" -SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWARTZ/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWARTZ/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/~mschwartz/${P}/" SLOT="0" LICENSE="Artistic" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha" IUSE="" SRC_TEST="do" |