diff options
author | 2005-08-11 23:37:56 +0000 | |
---|---|---|
committer | 2005-08-11 23:37:56 +0000 | |
commit | 57a476c608e36826b02d6b61cb990a4d01dbd9cf (patch) | |
tree | e22a72004faece93050b10e5084b3f568a1125de /dev-perl/Text-WikiFormat | |
parent | remove debugging code (diff) | |
download | historical-57a476c608e36826b02d6b61cb990a4d01dbd9cf.tar.gz historical-57a476c608e36826b02d6b61cb990a4d01dbd9cf.tar.bz2 historical-57a476c608e36826b02d6b61cb990a4d01dbd9cf.zip |
Initial ebuild. www-apps/rt dependency
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r-- | dev-perl/Text-WikiFormat/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Manifest | 14 | ||||
-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, 53 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..95d28d9b0912 --- /dev/null +++ b/dev-perl/Text-WikiFormat/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 9b71a75a04a8c2dcc7f0a37770bf6042 Text-WikiFormat-0.76.ebuild 522 +MD5 c4070204376d34f4838434b575212754 ChangeLog 391 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 b90175fbfd65d50e8cbb1b71bc2488d7 files/digest-Text-WikiFormat-0.76 71 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC++FkEzitwsaoONoRAtsDAJ9++HIFG+3akR0PSXz+dqVgVxkAgwCgiy/3 +QRD3ByTgWhTqd5YSAC5cG7U= +=1gQH +-----END PGP SIGNATURE----- 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> |