summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-07-24 18:15:48 +0000
committerTorsten Veller <tove@gentoo.org>2012-07-24 18:15:48 +0000
commite545f6bd8e4c3741a7ea76b1290f30a9c7e0731f (patch)
treea1b0b10ed9a485ff7be2e40a9bc891e7901d65e3
parentmarked x86 per bug 427224 (diff)
downloadgentoo-2-e545f6bd8e4c3741a7ea76b1290f30a9c7e0731f.tar.gz
gentoo-2-e545f6bd8e4c3741a7ea76b1290f30a9c7e0731f.tar.bz2
gentoo-2-e545f6bd8e4c3741a7ea76b1290f30a9c7e0731f.zip
[bump] dev-perl/Text-WikiFormat-0.800.0
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
-rw-r--r--dev-perl/Text-WikiFormat/ChangeLog8
-rw-r--r--dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Text-WikiFormat/ChangeLog b/dev-perl/Text-WikiFormat/ChangeLog
index 93d135982846..268a7752d3f4 100644
--- a/dev-perl/Text-WikiFormat/ChangeLog
+++ b/dev-perl/Text-WikiFormat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Text-WikiFormat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.31 2012/06/24 13:00:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.32 2012/07/24 18:15:48 tove Exp $
+
+*Text-WikiFormat-0.800.0 (24 Jul 2012)
+
+ 24 Jul 2012; Torsten Veller <tove@gentoo.org>
+ +Text-WikiFormat-0.800.0.ebuild:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0.ebuild
new file mode 100644
index 000000000000..d9b4d23a0938
--- /dev/null
+++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0.ebuild,v 1.1 2012/07/24 18:15:48 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=CYCLES
+MODULE_VERSION=0.80
+inherit perl-module
+
+DESCRIPTION="Translate Wiki formatted text into other formats"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/URI
+ virtual/perl-Scalar-List-Utils"
+DEPEND="${RDEPEND}
+ >=virtual/perl-Module-Build-0.28"
+
+SRC_TEST="do"