diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 19:40:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 19:40:04 +0000 |
commit | a62b7b52dcaef63c72ff1b49aba68cd8ec4d64c2 (patch) | |
tree | e39f008bb325b45cb17ce52f224a02ca0379b589 /dev-perl/string-crc32 | |
parent | dep (diff) | |
download | gentoo-2-a62b7b52dcaef63c72ff1b49aba68cd8ec4d64c2.tar.gz gentoo-2-a62b7b52dcaef63c72ff1b49aba68cd8ec4d64c2.tar.bz2 gentoo-2-a62b7b52dcaef63c72ff1b49aba68cd8ec4d64c2.zip |
cleaning
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r-- | dev-perl/string-crc32/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/string-crc32/string-crc32-1.2.ebuild | 4 |
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 )" |