diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-23 08:50:35 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-23 08:50:35 +0000 |
commit | 966a746ae02a44a16281dfb5232d024835b0975b (patch) | |
tree | 36323baa70c71d592760a24d8d2967353d056d0b /dev-perl/Test-Output | |
parent | Version bump (diff) | |
download | gentoo-2-966a746ae02a44a16281dfb5232d024835b0975b.tar.gz gentoo-2-966a746ae02a44a16281dfb5232d024835b0975b.tar.bz2 gentoo-2-966a746ae02a44a16281dfb5232d024835b0975b.zip |
Initial commit
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Test-Output')
-rw-r--r-- | dev-perl/Test-Output/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Test-Output/Test-Output-0.12.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Test-Output/metadata.xml | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Test-Output/ChangeLog b/dev-perl/Test-Output/ChangeLog new file mode 100644 index 000000000000..757c978545d2 --- /dev/null +++ b/dev-perl/Test-Output/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2009/01/23 08:50:35 tove Exp $ + +*Test-Output-0.12 (23 Jan 2009) + + 23 Jan 2009; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Test-Output-0.12.ebuild: + Initial commit + diff --git a/dev-perl/Test-Output/Test-Output-0.12.ebuild b/dev-perl/Test-Output/Test-Output-0.12.ebuild new file mode 100644 index 000000000000..a030e67bb92e --- /dev/null +++ b/dev-perl/Test-Output/Test-Output-0.12.ebuild @@ -0,0 +1,21 @@ +# 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.12.ebuild,v 1.1 2009/01/23 08:50:35 tove Exp $ + +MODULE_AUTHOR=SSORICHE +inherit perl-module + +DESCRIPTION="Utilities to test STDOUT and STDERR messages" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86" +IUSE="test" + +RDEPEND="dev-lang/perl + dev-perl/Sub-Exporter + virtual/perl-Test-Simple" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Tester )" + +SRC_TEST=do diff --git a/dev-perl/Test-Output/metadata.xml b/dev-perl/Test-Output/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/Test-Output/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |