diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 14:15:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 14:15:06 +0000 |
commit | e4a4d22bd118fc01060a2db253946989cf602709 (patch) | |
tree | b518522ba951129e53d88e312c800f6e23655cdc /dev-perl/Test-Command | |
parent | Add ~x86-fbsd, bug #379449 (diff) | |
download | historical-e4a4d22bd118fc01060a2db253946989cf602709.tar.gz historical-e4a4d22bd118fc01060a2db253946989cf602709.tar.bz2 historical-e4a4d22bd118fc01060a2db253946989cf602709.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-Command')
-rw-r--r-- | dev-perl/Test-Command/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-Command/Test-Command-0.80.0.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Test-Command/ChangeLog b/dev-perl/Test-Command/ChangeLog index 71e1b7d244e3..8b1d2afc66e6 100644 --- a/dev-perl/Test-Command/ChangeLog +++ b/dev-perl/Test-Command/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Test-Command # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/ChangeLog,v 1.7 2011/06/11 12:08:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/ChangeLog,v 1.8 2011/08/28 14:10:42 tove Exp $ + +*Test-Command-0.80.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Test-Command-0.80.0.ebuild: + Change version scheme 11 Jun 2011; Markus Meier <maekke@gentoo.org> Test-Command-0.08.ebuild: add ~arm, bug #359133 diff --git a/dev-perl/Test-Command/Test-Command-0.80.0.ebuild b/dev-perl/Test-Command/Test-Command-0.80.0.ebuild new file mode 100644 index 000000000000..62ab7b364111 --- /dev/null +++ b/dev-perl/Test-Command/Test-Command-0.80.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 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.80.0.ebuild,v 1.1 2011/08/28 14:10:42 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DANBOO +MODULE_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Test routines for external commands" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" |