diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-15 19:28:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-15 19:28:46 +0000 |
commit | 0e0ade50f2f541c09ce19d92c7c00867ccc3af36 (patch) | |
tree | e26ab5507b3885d7c1c8271c50a8d6bf369e4f8a /dev-perl/Test-Exception | |
parent | Cleanup (diff) | |
download | gentoo-2-0e0ade50f2f541c09ce19d92c7c00867ccc3af36.tar.gz gentoo-2-0e0ade50f2f541c09ce19d92c7c00867ccc3af36.tar.bz2 gentoo-2-0e0ade50f2f541c09ce19d92c7c00867ccc3af36.zip |
Cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.21.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.22.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.24.ebuild | 22 |
4 files changed, 5 insertions, 63 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 9c6f18a3e918..8d8392f9288b 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.50 2008/07/17 20:35:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.51 2008/09/15 19:28:46 tove Exp $ + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> -Test-Exception-0.21.ebuild, + -Test-Exception-0.22.ebuild, -Test-Exception-0.24.ebuild: + Cleanup 17 Jul 2008; Raúl Porcel <armin76@gentoo.org> Test-Exception-0.27.ebuild: alpha/ia64/sparc/x86 stable diff --git a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild b/dev-perl/Test-Exception/Test-Exception-0.21.ebuild deleted file mode 100644 index fbe0970bf3f8..000000000000 --- a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild +++ /dev/null @@ -1,20 +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/Test-Exception/Test-Exception-0.21.ebuild,v 1.14 2007/01/19 16:46:43 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="test functions for exception based code" -HOMEPAGE="http://search.cpan.org/~adie/" -SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc sparc ~x86" -IUSE="" -SRC_TEST="do" - -DEPEND=">=virtual/perl-Test-Simple-0.62 - >=dev-perl/module-build-0.28 - dev-perl/Sub-Uplevel - dev-lang/perl" diff --git a/dev-perl/Test-Exception/Test-Exception-0.22.ebuild b/dev-perl/Test-Exception/Test-Exception-0.22.ebuild deleted file mode 100644 index ae0a61f1c319..000000000000 --- a/dev-perl/Test-Exception/Test-Exception-0.22.ebuild +++ /dev/null @@ -1,20 +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/Test-Exception/Test-Exception-0.22.ebuild,v 1.6 2007/01/19 16:46:43 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="test functions for exception based code" -HOMEPAGE="http://search.cpan.org/~adie/" -SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" -IUSE="" -SRC_TEST="do" - -DEPEND=">=virtual/perl-Test-Simple-0.64 - >=dev-perl/module-build-0.28 - >=dev-perl/Sub-Uplevel-0.13 - dev-lang/perl" diff --git a/dev-perl/Test-Exception/Test-Exception-0.24.ebuild b/dev-perl/Test-Exception/Test-Exception-0.24.ebuild deleted file mode 100644 index d98e86d729f8..000000000000 --- a/dev-perl/Test-Exception/Test-Exception-0.24.ebuild +++ /dev/null @@ -1,22 +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/Test-Exception/Test-Exception-0.24.ebuild,v 1.6 2007/03/05 12:29:39 ticho Exp $ - -inherit perl-module - -DESCRIPTION="test functions for exception based code" -HOMEPAGE="http://search.cpan.org/~adie/" -SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ~mips ~ppc sparc x86" -IUSE="" -SRC_TEST="do" - -DEPEND="${RDEPEND} - >=dev-perl/module-build-0.28" - -RDEPEND=">=virtual/perl-Test-Simple-0.64 - >=dev-perl/Sub-Uplevel-0.13 - dev-lang/perl" |