summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-29 10:34:15 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-29 10:34:15 +0000
commit9645f63090522235d23baf52fb5228cd07464911 (patch)
tree29058ca80f5c75ffbf42e74bf02736914a12a6ec /dev-perl/Pod-Tests
parentAdd patch to use ebuild-helper's version of sed (diff)
downloadgentoo-2-9645f63090522235d23baf52fb5228cd07464911.tar.gz
gentoo-2-9645f63090522235d23baf52fb5228cd07464911.tar.bz2
gentoo-2-9645f63090522235d23baf52fb5228cd07464911.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Pod-Tests')
-rw-r--r--dev-perl/Pod-Tests/ChangeLog9
-rw-r--r--dev-perl/Pod-Tests/Pod-Tests-1.190.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Pod-Tests/ChangeLog b/dev-perl/Pod-Tests/ChangeLog
index 58cdf70caede..88e0c6934a25 100644
--- a/dev-perl/Pod-Tests/ChangeLog
+++ b/dev-perl/Pod-Tests/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Pod-Tests
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/ChangeLog,v 1.17 2010/02/05 21:46:23 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/ChangeLog,v 1.18 2011/08/29 10:34:15 tove Exp $
+
+*Pod-Tests-1.190.0 (29 Aug 2011)
+
+ 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Pod-Tests-1.190.0.ebuild:
+ Change version scheme
05 Feb 2010; Torsten Veller <tove@gentoo.org> Pod-Tests-1.19.ebuild:
Fix LICENSE (#301969). Maintenance
diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.190.0.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.190.0.ebuild
new file mode 100644
index 000000000000..8ffa886b0fd1
--- /dev/null
+++ b/dev-perl/Pod-Tests/Pod-Tests-1.190.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/Pod-Tests-1.190.0.ebuild,v 1.1 2011/08/29 10:34:15 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ADAMK
+MODULE_VERSION=1.19
+inherit perl-module
+
+DESCRIPTION="Extracts embedded tests and code examples from POD"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="virtual/perl-File-Spec"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"