diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-17 15:16:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-17 15:16:14 +0000 |
commit | d28abc4198a29a6036bb9dc4dc23110b4525446b (patch) | |
tree | 42ebdd7b138b7538ba325b604ec5f631f7cc8d54 /perl-core/digest-base | |
parent | Cleanup (diff) | |
download | gentoo-2-d28abc4198a29a6036bb9dc4dc23110b4525446b.tar.gz gentoo-2-d28abc4198a29a6036bb9dc4dc23110b4525446b.tar.bz2 gentoo-2-d28abc4198a29a6036bb9dc4dc23110b4525446b.zip |
Cleanup
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/digest-base')
-rw-r--r-- | perl-core/digest-base/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.15.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog index f481ff5f5230..d6ff393ee60a 100644 --- a/perl-core/digest-base/ChangeLog +++ b/perl-core/digest-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/digest-base # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.44 2010/01/05 19:28:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.45 2010/01/17 15:16:14 tove Exp $ + + 17 Jan 2010; Torsten Veller <tove@gentoo.org> -digest-base-1.15.ebuild: + Cleanup 05 Jan 2010; nixnut <nixnut@gentoo.org> digest-base-1.16.ebuild: ppc stable #288026 diff --git a/perl-core/digest-base/digest-base-1.15.ebuild b/perl-core/digest-base/digest-base-1.15.ebuild deleted file mode 100644 index f60a4b58aaa6..000000000000 --- a/perl-core/digest-base/digest-base-1.15.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.15.ebuild,v 1.16 2009/12/16 21:46:44 abcd Exp $ - -inherit perl-module - -MY_P=Digest-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Modules that calculate message digests" -HOMEPAGE="http://search.cpan.org/~gaas/" -SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-lang/perl - virtual/perl-MIME-Base64" - -SRC_TEST="do" -mydoc="rfc*.txt" |