diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-11 05:19:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-11 05:19:26 +0000 |
commit | 67338f717954666b9d609711c4b09e750f289be4 (patch) | |
tree | 69ab6fc86611d72bb8917d3c34b64beb0f45828b /dev-perl/namespace-autoclean | |
parent | Initialize jpeg_transform_info struct, bug 314613 (diff) | |
download | historical-67338f717954666b9d609711c4b09e750f289be4.tar.gz historical-67338f717954666b9d609711c4b09e750f289be4.tar.bz2 historical-67338f717954666b9d609711c4b09e750f289be4.zip |
Cleanup
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/namespace-autoclean')
-rw-r--r-- | dev-perl/namespace-autoclean/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/namespace-autoclean/namespace-autoclean-0.09.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/namespace-autoclean/namespace-autoclean-0.10.ebuild | 22 |
3 files changed, 5 insertions, 44 deletions
diff --git a/dev-perl/namespace-autoclean/ChangeLog b/dev-perl/namespace-autoclean/ChangeLog index 55e361a5dc1e..0d2285815ebf 100644 --- a/dev-perl/namespace-autoclean/ChangeLog +++ b/dev-perl/namespace-autoclean/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/namespace-autoclean # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-autoclean/ChangeLog,v 1.3 2010/05/08 07:14:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-autoclean/ChangeLog,v 1.4 2010/06/11 05:09:44 tove Exp $ + + 11 Jun 2010; Torsten Veller <tove@gentoo.org> + -namespace-autoclean-0.09.ebuild, -namespace-autoclean-0.10.ebuild: + Cleanup *namespace-autoclean-0.11 (08 May 2010) diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.09.ebuild b/dev-perl/namespace-autoclean/namespace-autoclean-0.09.ebuild deleted file mode 100644 index 5ed62deff0da..000000000000 --- a/dev-perl/namespace-autoclean/namespace-autoclean-0.09.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-autoclean/namespace-autoclean-0.09.ebuild,v 1.1 2009/10/10 11:05:40 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="Keep imports out of your namespace" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-perl/namespace-clean-0.11 - >=dev-perl/Class-MOP-0.80 - >=dev-perl/B-Hooks-EndOfScope-0.07 -" -DEPEND="${RDEPEND}" diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.10.ebuild b/dev-perl/namespace-autoclean/namespace-autoclean-0.10.ebuild deleted file mode 100644 index a76b2af2c308..000000000000 --- a/dev-perl/namespace-autoclean/namespace-autoclean-0.10.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-autoclean/namespace-autoclean-0.10.ebuild,v 1.1 2010/05/02 09:42:26 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="Keep imports out of your namespace" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-perl/namespace-clean-0.11 - >=dev-perl/Class-MOP-0.80 - >=dev-perl/B-Hooks-EndOfScope-0.07" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31" - -SRC_TEST=do |