summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-26 08:02:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-26 08:02:05 +0000
commit8ce00296214f5b613e130ab355cb5f697168f135 (patch)
tree2a8c5f47607f54a40f394a396d5472e37bd09f92 /dev-perl/Test-Script
parentVersion bump. (diff)
downloadhistorical-8ce00296214f5b613e130ab355cb5f697168f135.tar.gz
historical-8ce00296214f5b613e130ab355cb5f697168f135.tar.bz2
historical-8ce00296214f5b613e130ab355cb5f697168f135.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-Script')
-rw-r--r--dev-perl/Test-Script/ChangeLog8
-rw-r--r--dev-perl/Test-Script/Test-Script-1.07.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Test-Script/ChangeLog b/dev-perl/Test-Script/ChangeLog
index 53a59713b713..8289aab89a25 100644
--- a/dev-perl/Test-Script/ChangeLog
+++ b/dev-perl/Test-Script/ChangeLog
@@ -1,6 +1,12 @@
# 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.15 2009/10/12 11:30:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Script/ChangeLog,v 1.16 2009/11/26 08:00:54 robbat2 Exp $
+
+*Test-Script-1.07 (26 Nov 2009)
+
+ 26 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Test-Script-1.07.ebuild:
+ Version bump via perl-bump experimental tool.
12 Oct 2009; Torsten Veller <tove@gentoo.org> -Test-Script-1.05.ebuild:
Cleanup
diff --git a/dev-perl/Test-Script/Test-Script-1.07.ebuild b/dev-perl/Test-Script/Test-Script-1.07.ebuild
new file mode 100644
index 000000000000..624f5885ac0a
--- /dev/null
+++ b/dev-perl/Test-Script/Test-Script-1.07.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.07.ebuild,v 1.1 2009/11/26 08:00:54 robbat2 Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=ADAMK
+inherit perl-module
+
+DESCRIPTION="Cross-platform basic tests for scripts"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-File-Spec
+ dev-perl/Probe-Perl
+ dev-perl/IPC-Run3
+ virtual/perl-Test-Simple"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do