diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 15:43:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 15:43:16 +0000 |
commit | 8f454dd236bc3665d3847340a0e6b97c7d6d193b (patch) | |
tree | 0cce998ac7d155cc9f41fd196dcf2e1fa0ab0264 /dev-perl/Want | |
parent | Cleanup (diff) | |
download | gentoo-2-8f454dd236bc3665d3847340a0e6b97c7d6d193b.tar.gz gentoo-2-8f454dd236bc3665d3847340a0e6b97c7d6d193b.tar.bz2 gentoo-2-8f454dd236bc3665d3847340a0e6b97c7d6d193b.zip |
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Want')
-rw-r--r-- | dev-perl/Want/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Want/Want-0.15.ebuild | 17 |
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/Want/ChangeLog b/dev-perl/Want/ChangeLog index ae5dbd790086..bef9ae12b212 100644 --- a/dev-perl/Want/ChangeLog +++ b/dev-perl/Want/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Want -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.39 2010/10/24 15:37:10 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.40 2011/01/14 15:43:15 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Want-0.15.ebuild: + Cleanup 24 Oct 2010; Brent Baude <ranger@gentoo.org> Want-0.18.ebuild: stable ppc, bug 342385 diff --git a/dev-perl/Want/Want-0.15.ebuild b/dev-perl/Want/Want-0.15.ebuild deleted file mode 100644 index f35942c13ab8..000000000000 --- a/dev-perl/Want/Want-0.15.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.15.ebuild,v 1.5 2008/03/28 08:44:40 jer Exp $ - -inherit perl-module - -DESCRIPTION="A generalisation of wantarray" -SRC_URI="mirror://cpan/authors/id/R/RO/ROBIN/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/~robin/${P}/" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |