diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-17 18:28:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-17 18:28:28 +0000 |
commit | c34290563c1e11727527628503c4d2303c42e94e (patch) | |
tree | 69dc801272f3b36d43eab3e2e3dba171b41aba28 /dev-perl/Test-Script | |
parent | Initial commit (diff) | |
download | historical-c34290563c1e11727527628503c4d2303c42e94e.tar.gz historical-c34290563c1e11727527628503c4d2303c42e94e.tar.bz2 historical-c34290563c1e11727527628503c4d2303c42e94e.zip |
Version bump
Package-Manager: portage-2.2_rc40/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.06.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Test-Script/ChangeLog b/dev-perl/Test-Script/ChangeLog index a301cb45ea65..9435740f6545 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Script/ChangeLog,v 1.10 2009/09/16 17:16:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Script/ChangeLog,v 1.11 2009/09/17 18:24:54 tove Exp $ + +*Test-Script-1.06 (17 Sep 2009) + + 17 Sep 2009; Torsten Veller <tove@gentoo.org> +Test-Script-1.06.ebuild: + Version bump 16 Sep 2009; Jeroen Roovers <jer@gentoo.org> Test-Script-1.05.ebuild: Marked ~hppa (bug #285057). diff --git a/dev-perl/Test-Script/Test-Script-1.06.ebuild b/dev-perl/Test-Script/Test-Script-1.06.ebuild new file mode 100644 index 000000000000..a9571d3f6ee6 --- /dev/null +++ b/dev-perl/Test-Script/Test-Script-1.06.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 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.06.ebuild,v 1.1 2009/09/17 18:24:54 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=ADAMK +inherit perl-module + +DESCRIPTION="Cross-platform basic tests for scripts" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE="" + +RDEPEND="virtual/perl-File-Spec + dev-perl/Probe-Perl + dev-perl/IPC-Run3 + virtual/perl-Test-Simple" +DEPEND="${RDEPEND}" + +SRC_TEST=do |