diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-26 07:56:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-26 07:56:09 +0000 |
commit | 213a2b9a2df41b58cc4d1ba31bafd2ae06065c97 (patch) | |
tree | 068d0a10271423fc0d543e00711d6ebced7576e1 /dev-perl/Text-Markdown | |
parent | Version bump (diff) | |
download | gentoo-2-213a2b9a2df41b58cc4d1ba31bafd2ae06065c97.tar.gz gentoo-2-213a2b9a2df41b58cc4d1ba31bafd2ae06065c97.tar.bz2 gentoo-2-213a2b9a2df41b58cc4d1ba31bafd2ae06065c97.zip |
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Text-Markdown')
-rw-r--r-- | dev-perl/Text-Markdown/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-Markdown/Text-Markdown-1.0.22.ebuild | 37 |
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-perl/Text-Markdown/ChangeLog b/dev-perl/Text-Markdown/ChangeLog index 061b9aa04f07..b3313f584d5e 100644 --- a/dev-perl/Text-Markdown/ChangeLog +++ b/dev-perl/Text-Markdown/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.2 2008/10/26 07:56:09 tove Exp $ + +*Text-Markdown-1.0.22 (26 Oct 2008) + + 26 Oct 2008; Torsten Veller <tove@gentoo.org> + +Text-Markdown-1.0.22.ebuild: + Version bump *Text-Markdown-1.0.21 (30 Jul 2008) diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.22.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.22.ebuild new file mode 100644 index 000000000000..d96c454ac351 --- /dev/null +++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.22.ebuild @@ -0,0 +1,37 @@ +# 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.22.ebuild,v 1.1 2008/10/26 07:56:09 tove Exp $ + +MODULE_AUTHOR=BOBTFISH +MODULE_A=${P}.tgz +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 )" +# dev-perl/Test-Pod +# dev-perl/Test-Pod-Coverage + +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 +} |