diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-08-11 23:37:56 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-08-11 23:37:56 +0000 |
commit | 890e64097b84da1dde7e8e0cfa56db54089c6441 (patch) | |
tree | c570b7dcd0350d81510dcd3aec9d8675e429808d /dev-perl | |
parent | remove debugging code (diff) | |
download | gentoo-2-890e64097b84da1dde7e8e0cfa56db54089c6441.tar.gz gentoo-2-890e64097b84da1dde7e8e0cfa56db54089c6441.tar.bz2 gentoo-2-890e64097b84da1dde7e8e0cfa56db54089c6441.zip |
Initial ebuild. www-apps/rt dependency
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-WikiFormat/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/files/digest-Text-WikiFormat-0.76 | 1 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/metadata.xml | 10 |
5 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/Text-WikiFormat/ChangeLog b/dev-perl/Text-WikiFormat/ChangeLog new file mode 100644 index 000000000000..dfa5d8c9dca2 --- /dev/null +++ b/dev-perl/Text-WikiFormat/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Text-WikiFormat +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.1 2005/08/11 23:37:56 rl03 Exp $ + +*Text-WikiFormat-0.76 (11 Aug 2005) + + 11 Aug 2005; Renat Lumpau <rl03@gentoo.org> +metadata.xml, + +Text-WikiFormat-0.76.ebuild: + Initial ebuild. www-apps/rt dependency + diff --git a/dev-perl/Text-WikiFormat/Manifest b/dev-perl/Text-WikiFormat/Manifest new file mode 100644 index 000000000000..38058b2da8cd --- /dev/null +++ b/dev-perl/Text-WikiFormat/Manifest @@ -0,0 +1,3 @@ +MD5 375f92ed3342c2a9933d9d982d79c08b Text-WikiFormat-0.76.ebuild 410 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 b90175fbfd65d50e8cbb1b71bc2488d7 files/digest-Text-WikiFormat-0.76 71 diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild new file mode 100644 index 000000000000..98748f8c595f --- /dev/null +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 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.76.ebuild,v 1.1 2005/08/11 23:37:56 rl03 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="~x86" + +DEPEND="" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Text-WikiFormat/files/digest-Text-WikiFormat-0.76 b/dev-perl/Text-WikiFormat/files/digest-Text-WikiFormat-0.76 new file mode 100644 index 000000000000..a3f04589089b --- /dev/null +++ b/dev-perl/Text-WikiFormat/files/digest-Text-WikiFormat-0.76 @@ -0,0 +1 @@ +MD5 70bc20c8d058bf64df24e384d36748d1 Text-WikiFormat-0.76.tar.gz 30031 diff --git a/dev-perl/Text-WikiFormat/metadata.xml b/dev-perl/Text-WikiFormat/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Text-WikiFormat/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |