diff options
author | Torsten Veller <tove@gentoo.org> | 2008-07-30 08:09:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-07-30 08:09:19 +0000 |
commit | f15c1aed7119eee5126670e351db2ebbe6e3bdaa (patch) | |
tree | d5a81e70b765934c1a3123ca64e9bd46e73b9d39 /dev-perl/Text-Markdown | |
parent | Move modules from site to vendor. Remove src_{compile,install} as perl-module... (diff) | |
download | gentoo-2-f15c1aed7119eee5126670e351db2ebbe6e3bdaa.tar.gz gentoo-2-f15c1aed7119eee5126670e351db2ebbe6e3bdaa.tar.bz2 gentoo-2-f15c1aed7119eee5126670e351db2ebbe6e3bdaa.zip |
Initial commit
(Portage version: 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 | 4 | ||||
-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, 58 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..a3f6b59d788c --- /dev/null +++ b/dev-perl/Text-Markdown/Manifest @@ -0,0 +1,4 @@ +DIST Text-Markdown-1.0.21.tar.gz 142481 RMD160 1ef47e44f45726604874b40e0ea11ac280323f3a SHA1 1d3c8e704a799dc3b3973c366bb8d4a36754a8a7 SHA256 1a333167a8101cadb4691c4349865545ba2995f6bd6f3436f1202d0c06456287 +EBUILD Text-Markdown-1.0.21.ebuild 712 RMD160 e21c01750e7ce1fdc7355f4725106c6ea5e8f04b SHA1 bfee75f87ff50979562dbbec3a5c518ecec563a9 SHA256 28fe789c65cb9f37763738078fbfe03d28c12090a94eafc3b8287c3de842fbb5 +MISC ChangeLog 273 RMD160 81880d604ce614c7bdde116436914d6a85c404ac SHA1 0eb5be2c5503fb78dcba27b7f2d1586fafd7c74b SHA256 35139dccc32457da8f130dec58c7b10a85ae881c255203687013be4cd8d3e10a +MISC metadata.xml 251 RMD160 92a55e52858d58bcef722794d7a48ef72870fab3 SHA1 b040746b0e226b327f1af11c74cffa60b53b5c47 SHA256 2831a048632761e14d634667b4d29d68754be0c83244bb6cc48b6b28aaf9e650 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> + |