diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-09 21:14:17 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-09 21:14:17 +0000 |
commit | 4fcdd7e694968cfe72c89d2aee53172771e48584 (patch) | |
tree | 659674d39ebb5cf9c29fa90bce4594299c42c29a /dev-perl/Test-Output | |
parent | Version bump; drop old (diff) | |
download | gentoo-2-4fcdd7e694968cfe72c89d2aee53172771e48584.tar.gz gentoo-2-4fcdd7e694968cfe72c89d2aee53172771e48584.tar.bz2 gentoo-2-4fcdd7e694968cfe72c89d2aee53172771e48584.zip |
Version bump; remove old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl/Test-Output')
-rw-r--r-- | dev-perl/Test-Output/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-Output/Test-Output-0.16.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Test-Output/Test-Output-1.30.0.ebuild | 30 |
3 files changed, 37 insertions, 25 deletions
diff --git a/dev-perl/Test-Output/ChangeLog b/dev-perl/Test-Output/ChangeLog index 4d07deaeeca6..fdf7015bdddc 100644 --- a/dev-perl/Test-Output/ChangeLog +++ b/dev-perl/Test-Output/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-Output # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/ChangeLog,v 1.27 2014/08/23 21:28:59 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/ChangeLog,v 1.28 2014/12/09 21:14:17 dilfridge Exp $ + +*Test-Output-1.30.0 (09 Dec 2014) + + 09 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -Test-Output-0.16.ebuild, +Test-Output-1.30.0.ebuild: + Version bump; remove old *Test-Output-1.10.0-r1 (23 Aug 2014) diff --git a/dev-perl/Test-Output/Test-Output-0.16.ebuild b/dev-perl/Test-Output/Test-Output-0.16.ebuild deleted file mode 100644 index 39bf72fb4ec8..000000000000 --- a/dev-perl/Test-Output/Test-Output-0.16.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 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.16.ebuild,v 1.5 2013/07/08 09:41:09 vincent Exp $ - -EAPI=5 - -MODULE_AUTHOR=BDFOY -inherit perl-module - -DESCRIPTION="Utilities to test STDOUT and STDERR messages" - -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="test" - -RDEPEND=" - dev-perl/Sub-Exporter - virtual/perl-Test-Simple" -DEPEND="${RDEPEND} - test? ( >=dev-perl/Test-Tester-0.107 - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/Test-Output/Test-Output-1.30.0.ebuild b/dev-perl/Test-Output/Test-Output-1.30.0.ebuild new file mode 100644 index 000000000000..86b7347ff45d --- /dev/null +++ b/dev-perl/Test-Output/Test-Output-1.30.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Output/Test-Output-1.30.0.ebuild,v 1.1 2014/12/09 21:14:17 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=BDFOY +MODULE_VERSION=1.03 +inherit perl-module + +DESCRIPTION="Utilities to test STDOUT and STDERR messages" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="test" + +RDEPEND=" + >=dev-perl/Capture-Tiny-0.170.0 + >=virtual/perl-File-Temp-0.170.0 + dev-perl/Sub-Exporter + virtual/perl-Test-Simple +" +DEPEND="${RDEPEND} + test? ( + virtual/perl-Test-Simple + >=dev-perl/Test-Tester-0.107 + ) +" + +SRC_TEST=do |