diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-27 00:10:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-27 00:10:03 +0000 |
commit | 54721f9b17d90a60201fa5b18dd62013ffdd5b10 (patch) | |
tree | 6c9e8b2527d976083f085e9f1c6b713adab0f35e /dev-perl | |
parent | 0.7.5 version bump. (diff) | |
download | historical-54721f9b17d90a60201fa5b18dd62013ffdd5b10.tar.gz historical-54721f9b17d90a60201fa5b18dd62013ffdd5b10.tar.bz2 historical-54721f9b17d90a60201fa5b18dd62013ffdd5b10.zip |
Initial commit wrt #325781 by Markos Chandras.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Command/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Test-Command/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Test-Command/Test-Command-0.08.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Test-Command/metadata.xml | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Test-Command/ChangeLog b/dev-perl/Test-Command/ChangeLog new file mode 100644 index 000000000000..2c5aa9f9ded0 --- /dev/null +++ b/dev-perl/Test-Command/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Test-Command +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/ChangeLog,v 1.1 2010/06/27 00:10:03 ssuominen Exp $ + +*Test-Command-0.08 (27 Jun 2010) + + 27 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> + +Test-Command-0.08.ebuild: + Initial commit wrt #325781 by Markos Chandras. + diff --git a/dev-perl/Test-Command/Manifest b/dev-perl/Test-Command/Manifest new file mode 100644 index 000000000000..f640b13135af --- /dev/null +++ b/dev-perl/Test-Command/Manifest @@ -0,0 +1,4 @@ +DIST Test-Command-0.08.tar.gz 9967 RMD160 31269c5a8fe699b011c867c1506bb14f48f40176 SHA1 9e36f168a42dcbc70797c71a050530fe239d8826 SHA256 5c46f5eab3f2c6bbfde4b3ceb01fb78eb7468f381b913355ca84c61a9cf76788 +EBUILD Test-Command-0.08.ebuild 555 RMD160 f083c978135bbfd63342ff970e50812e6af461e9 SHA1 a2f359f1e76da892d22a17c81aa0fc246f0441fe SHA256 b1803aeeb14fd0c13800894f02b505111bc8ec2c22852ef47400942a4c5a4aa8 +MISC ChangeLog 385 RMD160 7f0fb7430465389876f2383e304cd66b84abb432 SHA1 11e3ef0be3adb3d4c816599e7b9ccc9fb584dba2 SHA256 61f783a5f0716c88519a299ceed3281f232faf831dd92ea67c53bce883a8e5a3 +MISC metadata.xml 157 RMD160 20eb42c177eede01b15cb26692a3cdf9d09dbebb SHA1 c0abc66887e1c41278649d0c0a75716a20f1ffd5 SHA256 6a11fd41a2a210a9760849de398ef8c62cf46cc742d09b2e1781def7848fa1ec diff --git a/dev-perl/Test-Command/Test-Command-0.08.ebuild b/dev-perl/Test-Command/Test-Command-0.08.ebuild new file mode 100644 index 000000000000..31c39653a82d --- /dev/null +++ b/dev-perl/Test-Command/Test-Command-0.08.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild,v 1.1 2010/06/27 00:10:03 ssuominen Exp $ + +MODULE_AUTHOR=DANBOO +inherit perl-module + +DESCRIPTION="Test routines for external commands" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +RDEPEND="" +DEPEND="virtual/perl-Module-Build + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" diff --git a/dev-perl/Test-Command/metadata.xml b/dev-perl/Test-Command/metadata.xml new file mode 100644 index 000000000000..708bcbd30056 --- /dev/null +++ b/dev-perl/Test-Command/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> |