summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-29 19:40:04 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-29 19:40:04 +0000
commitc08de45c32b768812b54dea23c735dd635a3f997 (patch)
tree3d10d9e16341d272ef969251c8a9b5082c2559e0 /dev-perl/string-crc32
parentdep (diff)
downloadhistorical-c08de45c32b768812b54dea23c735dd635a3f997.tar.gz
historical-c08de45c32b768812b54dea23c735dd635a3f997.tar.bz2
historical-c08de45c32b768812b54dea23c735dd635a3f997.zip
cleaning
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r--dev-perl/string-crc32/ChangeLog6
-rw-r--r--dev-perl/string-crc32/string-crc32-1.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog
index 9dbf43a88a62..0338462a62a8 100644
--- a/dev-perl/string-crc32/ChangeLog
+++ b/dev-perl/string-crc32/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/string-crc32
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.9 2005/03/29 08:13:36 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.10 2005/04/29 19:38:19 mcummings Exp $
+
+ 29 Apr 2005; Michael Cummings <mcummings@gentoo.org>
+ string-crc32-1.2.ebuild:
+ Cleaning for mirror syntax
29 Mar 2005; Konstantin Arkhipov <voxus@gentoo.org> string-crc32-1.2.ebuild:
Stable on amd64.
diff --git a/dev-perl/string-crc32/string-crc32-1.2.ebuild b/dev-perl/string-crc32/string-crc32-1.2.ebuild
index 7ac11c3a0a29..d4ef1f9438ff 100644
--- a/dev-perl/string-crc32/string-crc32-1.2.ebuild
+++ b/dev-perl/string-crc32/string-crc32-1.2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.2.ebuild,v 1.12 2005/03/29 08:13:36 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.2.ebuild,v 1.13 2005/04/29 19:38:19 mcummings Exp $
inherit perl-module
MY_P=String-CRC32-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Perl interface for cyclic redundancy check generation"
-SRC_URI="http://www.cpan.org/modules/by-authors/id/S/SO/SOENKE/${MY_P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/S/SO/SOENKE/${MY_P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SO/SOENKE/${MY_P}.readme"
LICENSE="|| ( Artistic GPL-2 )"