diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 08:56:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 08:56:39 +0000 |
commit | 2dbf96629750cd1b4b303bcb9e210a4232ff4db8 (patch) | |
tree | 5975d15d8dbd537dbd119a98abbd7e1ac94af906 /dev-perl/string-crc32 | |
parent | Cleanup (diff) | |
download | gentoo-2-2dbf96629750cd1b4b303bcb9e210a4232ff4db8.tar.gz gentoo-2-2dbf96629750cd1b4b303bcb9e210a4232ff4db8.tar.bz2 gentoo-2-2dbf96629750cd1b4b303bcb9e210a4232ff4db8.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r-- | dev-perl/string-crc32/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/string-crc32/string-crc32-1.2.ebuild | 18 |
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog index f9ab6ea3eb19..5115927ab59e 100644 --- a/dev-perl/string-crc32/ChangeLog +++ b/dev-perl/string-crc32/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/string-crc32 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.28 2007/10/23 11:00:10 flameeyes Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.29 2009/05/02 08:56:39 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -string-crc32-1.2.ebuild: + Cleanup 23 Oct 2007; Diego Pettenò <flameeyes@gentoo.org> string-crc32-1.4.ebuild: diff --git a/dev-perl/string-crc32/string-crc32-1.2.ebuild b/dev-perl/string-crc32/string-crc32-1.2.ebuild deleted file mode 100644 index ae849fe631ba..000000000000 --- a/dev-perl/string-crc32/string-crc32-1.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2006 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.22 2007/12/11 09:41:18 vapier Exp $ - -inherit perl-module - -MY_P=String-CRC32-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Perl interface for cyclic redundancy check generation" -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 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" |