diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-28 12:06:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-28 12:06:34 +0000 |
commit | 9708c1e71b0cac556bfcb7eaa928632a0a279e73 (patch) | |
tree | 91c849130ee0b9522665591bf592ef87ab7887a4 /perl-core | |
parent | Cleanup (diff) | |
download | gentoo-2-9708c1e71b0cac556bfcb7eaa928632a0a279e73.tar.gz gentoo-2-9708c1e71b0cac556bfcb7eaa928632a0a279e73.tar.bz2 gentoo-2-9708c1e71b0cac556bfcb7eaa928632a0a279e73.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Pluggable/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-3.6.ebuild | 21 | ||||
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-3.8.ebuild | 18 |
3 files changed, 5 insertions, 40 deletions
diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog index 9ee4e83318a6..54ced4aa4fd5 100644 --- a/perl-core/Module-Pluggable/ChangeLog +++ b/perl-core/Module-Pluggable/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Module-Pluggable # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.8 2009/04/25 17:35:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.9 2009/04/28 12:06:34 tove Exp $ + + 28 Apr 2009; Torsten Veller <tove@gentoo.org> + -Module-Pluggable-3.6.ebuild, -Module-Pluggable-3.8.ebuild: + Cleanup 25 Apr 2009; Raúl Porcel <armin76@gentoo.org> Module-Pluggable-3.9.ebuild: diff --git a/perl-core/Module-Pluggable/Module-Pluggable-3.6.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-3.6.ebuild deleted file mode 100644 index c9e28afe2418..000000000000 --- a/perl-core/Module-Pluggable/Module-Pluggable-3.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.6.ebuild,v 1.1 2008/11/02 07:28:37 tove Exp $ - -inherit perl-module - -DESCRIPTION="automatically give your module the ability to have plugins" -HOMEPAGE="http://search.cpan.org/search?query=${PN}" -SRC_URI="mirror://cpan/authors/id/S/SI/SIMONW/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND=">=virtual/perl-Module-Build-0.28 - dev-perl/Class-Inspector - virtual/perl-File-Spec - dev-lang/perl" diff --git a/perl-core/Module-Pluggable/Module-Pluggable-3.8.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-3.8.ebuild deleted file mode 100644 index c0c4a9a18ffb..000000000000 --- a/perl-core/Module-Pluggable/Module-Pluggable-3.8.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.8.ebuild,v 1.1 2008/11/02 07:28:37 tove Exp $ - -MODULE_AUTHOR=SIMONW -inherit perl-module - -DESCRIPTION="automatically give your module the ability to have plugins" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="virtual/perl-File-Spec - dev-lang/perl" |