diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-03 15:26:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-03 15:26:45 +0000 |
commit | bd07e9425da2d58ac1e2c24fc93f93a350d5501c (patch) | |
tree | adc8abaa257a7afb0848d7f68cfae0a3aa86cb1d | |
parent | Marking kdvi-3.5.10 ppc64 for bug 271889 (diff) | |
download | gentoo-2-bd07e9425da2d58ac1e2c24fc93f93a350d5501c.tar.gz gentoo-2-bd07e9425da2d58ac1e2c24fc93f93a350d5501c.tar.bz2 gentoo-2-bd07e9425da2d58ac1e2c24fc93f93a350d5501c.zip |
Cleanup
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r-- | dev-perl/Test-Output/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Output/Test-Output-0.13.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-perl/Test-Output/ChangeLog b/dev-perl/Test-Output/ChangeLog index 85de3af58b25..9cb50e88d225 100644 --- a/dev-perl/Test-Output/ChangeLog +++ b/dev-perl/Test-Output/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Output # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/ChangeLog,v 1.6 2009/05/15 16:58:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/ChangeLog,v 1.7 2009/06/03 15:26:45 tove Exp $ + + 03 Jun 2009; Torsten Veller <tove@gentoo.org> -Test-Output-0.13.ebuild: + Cleanup *Test-Output-0.16 (15 May 2009) diff --git a/dev-perl/Test-Output/Test-Output-0.13.ebuild b/dev-perl/Test-Output/Test-Output-0.13.ebuild deleted file mode 100644 index 1929636f57ef..000000000000 --- a/dev-perl/Test-Output/Test-Output-0.13.ebuild +++ /dev/null @@ -1,24 +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/Test-Output/Test-Output-0.13.ebuild,v 1.2 2009/04/27 18:41:43 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=BDFOY -inherit perl-module - -DESCRIPTION="Utilities to test STDOUT and STDERR messages" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-perl/Sub-Exporter - virtual/perl-Test-Simple" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Tester - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do |