summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-06-29 14:31:40 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-06-29 14:31:40 +0000
commite8e93163004c3aac36047d94693e4f1558106ac2 (patch)
tree445046b2d6c1c69897fe31610e022ee888a5cf7d /dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild
parentVersion bump (diff)
downloadgentoo-2-e8e93163004c3aac36047d94693e4f1558106ac2.tar.gz
gentoo-2-e8e93163004c3aac36047d94693e4f1558106ac2.tar.bz2
gentoo-2-e8e93163004c3aac36047d94693e4f1558106ac2.zip
Version bump
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild')
-rw-r--r--dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild
new file mode 100644
index 000000000000..6aa731e5fe12
--- /dev/null
+++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 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.79.ebuild,v 1.1 2007/06/29 14:31:40 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Translate Wiki formatted text into other formats"
+SRC_URI="mirror://cpan/authors/id/C/CH/CHROMATIC/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~chromatic/${P}/"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND="dev-perl/URI
+ virtual/perl-Scalar-List-Utils
+ >=dev-perl/module-build-0.28
+ dev-lang/perl"
+IUSE=""
+
+SRC_TEST="do"
+
+