diff options
Diffstat (limited to 'dev-perl/digest-bubblebabble')
-rw-r--r-- | dev-perl/digest-bubblebabble/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild | 18 |
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/digest-bubblebabble/ChangeLog b/dev-perl/digest-bubblebabble/ChangeLog index f3a56c806b76..ed41453008c7 100644 --- a/dev-perl/digest-bubblebabble/ChangeLog +++ b/dev-perl/digest-bubblebabble/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/digest-bubblebabble # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-bubblebabble/ChangeLog,v 1.21 2012/02/12 20:45:10 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-bubblebabble/ChangeLog,v 1.22 2012/02/18 15:09:30 tove Exp $ + + 18 Feb 2012; Torsten Veller <tove@gentoo.org> + -digest-bubblebabble-0.01.ebuild: + Cleanup 12 Feb 2012; Tony Vroon <chainsaw@gentoo.org> digest-bubblebabble-0.20.0.ebuild: diff --git a/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild b/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild deleted file mode 100644 index e0cda4285b72..000000000000 --- a/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild,v 1.17 2007/07/10 23:33:28 mr_bones_ Exp $ - -inherit perl-module - -MY_P=Digest-BubbleBabble-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Create bubble-babble fingerprints" -HOMEPAGE="http://search.cpan.org/~btrott/" -SRC_URI="mirror://cpan/authors/id/B/BT/BTROTT/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ppc64 sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" |