diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-27 11:30:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-27 11:30:38 +0000 |
commit | fb9cbdba62b24ae2af4879300184d87a732b605d (patch) | |
tree | fb3f9ca3a51987291da680c932a67cd1f2424055 /dev-perl/Test-Command | |
parent | alpha/ia64/sparc stable wrt #306107 (diff) | |
download | historical-fb9cbdba62b24ae2af4879300184d87a732b605d.tar.gz historical-fb9cbdba62b24ae2af4879300184d87a732b605d.tar.bz2 historical-fb9cbdba62b24ae2af4879300184d87a732b605d.zip |
Do some cosmetics, thanks to tove for review
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-Command')
-rw-r--r-- | dev-perl/Test-Command/Manifest | 12 | ||||
-rw-r--r-- | dev-perl/Test-Command/Test-Command-0.08.ebuild | 10 |
2 files changed, 7 insertions, 15 deletions
diff --git a/dev-perl/Test-Command/Manifest b/dev-perl/Test-Command/Manifest index 5737bef91776..51d81a6e7e1f 100644 --- a/dev-perl/Test-Command/Manifest +++ b/dev-perl/Test-Command/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST Test-Command-0.08.tar.gz 9967 RMD160 31269c5a8fe699b011c867c1506bb14f48f40176 SHA1 9e36f168a42dcbc70797c71a050530fe239d8826 SHA256 5c46f5eab3f2c6bbfde4b3ceb01fb78eb7468f381b913355ca84c61a9cf76788 -EBUILD Test-Command-0.08.ebuild 553 RMD160 041236e2012fa9ecf4842d8cbfe612e189c297f3 SHA1 b512fda925b0162b5de218016d73f0cf9564e62e SHA256 b6b8d425c65aed20b3d340c608f9cf56bbad20173bc540b045e6a6c6829eb610 +EBUILD Test-Command-0.08.ebuild 546 RMD160 9f5274b635bf45b6c00e2f926be93fa30fbff571 SHA1 caba98ca019a6bae1426bb7f918c51709aea4514 SHA256 d2811dca7ee0cb9ba67566a301d90d2bbd629977f60177e3ae669ca6da8ce22e MISC ChangeLog 609 RMD160 2018a9711d62e34c4b3cc7475b473d5ec83bfa12 SHA1 cd2050e4118d1f8086faab9864022dcd33b50c59 SHA256 c9ed27a88cb92b57368bc76c671aab2a61742cd03a3642c669e160d576f45baa MISC metadata.xml 157 RMD160 20eb42c177eede01b15cb26692a3cdf9d09dbebb SHA1 c0abc66887e1c41278649d0c0a75716a20f1ffd5 SHA256 6a11fd41a2a210a9760849de398ef8c62cf46cc742d09b2e1781def7848fa1ec ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEARECAAYFAkwnL4IACgkQNQqtfCuFneNpnACfTkbLTG6LximPEHQqYLV8xupi -I80AoI/BbCUfs4GlYmYM8h/4NdTgBlYS -=CNpR ------END PGP SIGNATURE----- diff --git a/dev-perl/Test-Command/Test-Command-0.08.ebuild b/dev-perl/Test-Command/Test-Command-0.08.ebuild index 1411b1476e6a..4261b25dc1cd 100644 --- a/dev-perl/Test-Command/Test-Command-0.08.ebuild +++ b/dev-perl/Test-Command/Test-Command-0.08.ebuild @@ -1,20 +1,22 @@ # 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.4 2010/06/27 11:00:26 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild,v 1.5 2010/06/27 11:30:38 ssuominen Exp $ + +EAPI=2 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="test" SRC_TEST="do" -RDEPEND="" -DEPEND="virtual/perl-Module-Build +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage )" |