summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 09:10:03 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 09:10:03 +0000
commitbf2cd7749d3149b253b1781a69c25de52a0e0ce7 (patch)
tree4972bae571854fcceef516358fa72ce203c2fa59 /dev-perl/string-crc32
parentRemove old, fix case where my name was missing from echangelog var. (diff)
downloadhistorical-bf2cd7749d3149b253b1781a69c25de52a0e0ce7.tar.gz
historical-bf2cd7749d3149b253b1781a69c25de52a0e0ce7.tar.bz2
historical-bf2cd7749d3149b253b1781a69c25de52a0e0ce7.zip
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r--dev-perl/string-crc32/ChangeLog7
-rw-r--r--dev-perl/string-crc32/string-crc32-1.2.ebuild18
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"