diff options
author | 2008-07-30 08:09:19 +0000 | |
---|---|---|
committer | 2008-07-30 08:09:19 +0000 | |
commit | e02738a01016404f4556ee4d77862ab582448da3 (patch) | |
tree | 65dbf968d329c0105b407a874ef8a74c28976833 /dev-perl/Text-Markdown | |
parent | Move modules from site to vendor. Remove src_{compile,install} as perl-module... (diff) | |
download | historical-e02738a01016404f4556ee4d77862ab582448da3.tar.gz historical-e02738a01016404f4556ee4d77862ab582448da3.tar.bz2 historical-e02738a01016404f4556ee4d77862ab582448da3.zip |
Initial commit
Package-Manager: portage-2.2_rc4/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/Text-Markdown')
-rw-r--r-- | dev-perl/Text-Markdown/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Text-Markdown/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/Text-Markdown/Text-Markdown-1.0.21.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/Text-Markdown/metadata.xml | 10 |
4 files changed, 68 insertions, 0 deletions
diff --git a/dev-perl/Text-Markdown/ChangeLog b/dev-perl/Text-Markdown/ChangeLog new file mode 100644 index 000000000000..061b9aa04f07 --- /dev/null +++ b/dev-perl/Text-Markdown/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Text-Markdown +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.1 2008/07/30 08:09:19 tove Exp $ + +*Text-Markdown-1.0.21 (30 Jul 2008) + + 30 Jul 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Text-Markdown-1.0.21.ebuild: + Initial commit + diff --git a/dev-perl/Text-Markdown/Manifest b/dev-perl/Text-Markdown/Manifest new file mode 100644 index 000000000000..b8b199dbe46b --- /dev/null +++ b/dev-perl/Text-Markdown/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST Text-Markdown-1.0.21.tar.gz 142481 RMD160 1ef47e44f45726604874b40e0ea11ac280323f3a SHA1 1d3c8e704a799dc3b3973c366bb8d4a36754a8a7 SHA256 1a333167a8101cadb4691c4349865545ba2995f6bd6f3436f1202d0c06456287 +EBUILD Text-Markdown-1.0.21.ebuild 822 RMD160 f24051373cb8175ec51f6309ee04270e7de51b59 SHA1 d15ca3478e54d9344e6703bb8795bb315705e516 SHA256 1c4e8b74a0ee06410693a0cad01dbb8fc55e7dd4149586cb84ba07b92d5d08e0 +MISC ChangeLog 365 RMD160 2fd821ac305e71828c2e3bc70a1276a7f42b1ea2 SHA1 16809643b58eb0c0987e27752beae5b527138fe2 SHA256 f945690dfd359516ed08fcab56faa9d013896f04428d7d978aa0044a63e7521e +MISC metadata.xml 251 RMD160 92a55e52858d58bcef722794d7a48ef72870fab3 SHA1 b040746b0e226b327f1af11c74cffa60b53b5c47 SHA256 2831a048632761e14d634667b4d29d68754be0c83244bb6cc48b6b28aaf9e650 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkiQIagACgkQV3J2n04EauyawQCfZv0tWcDGVQICwQHIB6pKsGcF +XeUAn1ylZGlsSKd1SBSqXwSNekcTZV2S +=/dG/ +-----END PGP SIGNATURE----- diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.21.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.21.ebuild new file mode 100644 index 000000000000..7f8f03d6444e --- /dev/null +++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.21.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/Text-Markdown-1.0.21.ebuild,v 1.1 2008/07/30 08:09:19 tove Exp $ + +MODULE_AUTHOR=BOBTFISH +inherit perl-module + +DESCRIPTION="Convert MultiMarkdown syntax to (X)HTML" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-lang/perl + virtual/perl-Digest-MD5 + virtual/perl-Getopt-Long + virtual/perl-Text-Balanced" + +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple + dev-perl/Text-Diff + dev-perl/List-MoreUtils + dev-perl/File-Slurp + dev-perl/Test-Exception )" + +SRC_TEST=do +mydoc="Readme.text Todo" + +src_install() { + perl-module_src_install + newbin script/Markdown.pl markdown || die + newbin script/MultiMarkdown.pl multimarkdown || die +} diff --git a/dev-perl/Text-Markdown/metadata.xml b/dev-perl/Text-Markdown/metadata.xml new file mode 100644 index 000000000000..8c3082309098 --- /dev/null +++ b/dev-perl/Text-Markdown/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>tove@gentoo.org</email> + <name>Torsten Veller</name> + </maintainer> +</pkgmetadata> + |