summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-07-18 08:18:40 +0000
committerTorsten Veller <tove@gentoo.org>2009-07-18 08:18:40 +0000
commite3bd1211edb167e24bc8995b5024a009e64cba73 (patch)
tree54517d41506955a2c78359e6c2f67963d4b55bda /perl-core
parentFix dodoc. (diff)
downloadgentoo-2-e3bd1211edb167e24bc8995b5024a009e64cba73.tar.gz
gentoo-2-e3bd1211edb167e24bc8995b5024a009e64cba73.tar.bz2
gentoo-2-e3bd1211edb167e24bc8995b5024a009e64cba73.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Pod-Simple/ChangeLog9
-rw-r--r--perl-core/Pod-Simple/Pod-Simple-3.08.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/perl-core/Pod-Simple/ChangeLog b/perl-core/Pod-Simple/ChangeLog
index 4672b9b3b4b5..2f6b2688d379 100644
--- a/perl-core/Pod-Simple/ChangeLog
+++ b/perl-core/Pod-Simple/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/Pod-Simple
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.1 2008/11/02 07:30:37 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.2 2009/07/18 08:18:40 tove Exp $
+
+*Pod-Simple-3.08 (18 Jul 2009)
+
+ 18 Jul 2009; Torsten Veller <tove@gentoo.org> +Pod-Simple-3.08.ebuild:
+ Version bump
01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml,
+Pod-Simple-3.05.ebuild, +Pod-Simple-3.07.ebuild:
diff --git a/perl-core/Pod-Simple/Pod-Simple-3.08.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.08.ebuild
new file mode 100644
index 000000000000..d147f487182f
--- /dev/null
+++ b/perl-core/Pod-Simple/Pod-Simple-3.08.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.08.ebuild,v 1.1 2009/07/18 08:18:40 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=ARANDAL
+inherit perl-module
+
+DESCRIPTION="framework for parsing Pod"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=virtual/perl-Pod-Escapes-1.04"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"