diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 13:32:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 13:32:39 +0000 |
commit | 7e5e2e2c101296ca85347f2b82af5b17149596be (patch) | |
tree | 802f368710424c9e7a66470cecc407eb370eef53 /dev-perl/Test-Script | |
parent | arm stable, bug #379743 (diff) | |
download | gentoo-2-7e5e2e2c101296ca85347f2b82af5b17149596be.tar.gz gentoo-2-7e5e2e2c101296ca85347f2b82af5b17149596be.tar.bz2 gentoo-2-7e5e2e2c101296ca85347f2b82af5b17149596be.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Script')
-rw-r--r-- | dev-perl/Test-Script/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-Script/Test-Script-1.70.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Test-Script/ChangeLog b/dev-perl/Test-Script/ChangeLog index 86862a307452..d64ca918a42e 100644 --- a/dev-perl/Test-Script/ChangeLog +++ b/dev-perl/Test-Script/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Test-Script # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Script/ChangeLog,v 1.24 2011/07/07 05:48:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Script/ChangeLog,v 1.25 2011/08/28 13:32:39 tove Exp $ + +*Test-Script-1.70.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Test-Script-1.70.0.ebuild: + Change version scheme 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> Test-Script-1.07.ebuild: keyword ~x86-fbsd diff --git a/dev-perl/Test-Script/Test-Script-1.70.0.ebuild b/dev-perl/Test-Script/Test-Script-1.70.0.ebuild new file mode 100644 index 000000000000..1b518992c0bc --- /dev/null +++ b/dev-perl/Test-Script/Test-Script-1.70.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Script/Test-Script-1.70.0.ebuild,v 1.1 2011/08/28 13:32:39 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ADAMK +MODULE_VERSION=1.07 +inherit perl-module + +DESCRIPTION="Cross-platform basic tests for scripts" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +IUSE="" + +RDEPEND="virtual/perl-File-Spec + dev-perl/Probe-Perl + dev-perl/IPC-Run3 + virtual/perl-Test-Simple" +DEPEND="${RDEPEND}" + +SRC_TEST=do |