diff options
Diffstat (limited to 'dev-perl/Test-Warn')
-rw-r--r-- | dev-perl/Test-Warn/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Warn/Test-Warn-0.08.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Test-Warn/Test-Warn-0.09.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-perl/Test-Warn/ChangeLog b/dev-perl/Test-Warn/ChangeLog index cf5a6305763a..f299babf281c 100644 --- a/dev-perl/Test-Warn/ChangeLog +++ b/dev-perl/Test-Warn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Warn # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.16 2008/07/18 14:37:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.17 2008/07/18 14:38:47 tove Exp $ + + 18 Jul 2008; Torsten Veller <tove@gentoo.org> -Test-Warn-0.08.ebuild, + -Test-Warn-0.09.ebuild: + Cleaning *Test-Warn-0.11 (18 Jul 2008) diff --git a/dev-perl/Test-Warn/Test-Warn-0.08.ebuild b/dev-perl/Test-Warn/Test-Warn-0.08.ebuild deleted file mode 100644 index 5a833868678f..000000000000 --- a/dev-perl/Test-Warn/Test-Warn-0.08.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-Warn/Test-Warn-0.08.ebuild,v 1.10 2007/01/19 16:53:01 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Perl extension to test methods for warnings" -HOMEPAGE="http://search.cpan.org/~bigj/" -SRC_URI="mirror://cpan/authors/id/B/BI/BIGJ/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-perl/Test-Exception - >=dev-perl/Sub-Uplevel-0.09-r1 - dev-perl/Array-Compare - dev-perl/Tree-DAG_Node - dev-lang/perl" diff --git a/dev-perl/Test-Warn/Test-Warn-0.09.ebuild b/dev-perl/Test-Warn/Test-Warn-0.09.ebuild deleted file mode 100644 index 54a18512fba1..000000000000 --- a/dev-perl/Test-Warn/Test-Warn-0.09.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-Warn/Test-Warn-0.09.ebuild,v 1.1 2007/04/06 20:57:36 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Perl extension to test methods for warnings" -HOMEPAGE="http://search.cpan.org/~chorny/" -SRC_URI="mirror://cpan/authors/id/C/CH/CHORNY/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-perl/Test-Exception - >=dev-perl/Sub-Uplevel-0.09-r1 - dev-perl/Array-Compare - dev-perl/Tree-DAG_Node - dev-lang/perl" |