diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-06 18:27:25 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-06 18:27:25 +0000 |
commit | d676af541c067c2cf3cb4359d7ae6236bab99fa4 (patch) | |
tree | f078feb7cffed91a2b228708842888caa4dbe005 /dev-perl/Text-Markdown | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-d676af541c067c2cf3cb4359d7ae6236bab99fa4.tar.gz gentoo-2-d676af541c067c2cf3cb4359d7ae6236bab99fa4.tar.bz2 gentoo-2-d676af541c067c2cf3cb4359d7ae6236bab99fa4.zip |
Version bump
(Portage version: 2.2_rc43/cvs/Linux x86_64)
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.26.ebuild | 38 |
2 files changed, 45 insertions, 1 deletions
diff --git a/dev-perl/Text-Markdown/ChangeLog b/dev-perl/Text-Markdown/ChangeLog index ddc970833578..d2380e5c5592 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.6 2009/09/07 07:54:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.7 2009/10/06 18:27:25 tove Exp $ + +*Text-Markdown-1.0.26 (06 Oct 2009) + + 06 Oct 2009; Torsten Veller <tove@gentoo.org> + +Text-Markdown-1.0.26.ebuild: + Version bump 07 Sep 2009; Torsten Veller <tove@gentoo.org> -Text-Markdown-1.0.24.ebuild: diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.26.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.26.ebuild new file mode 100644 index 000000000000..31095e2d0d14 --- /dev/null +++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.26.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2009 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.26.ebuild,v 1.1 2009/10/06 18:27:25 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 + # Removed + #newbin script/MultiMarkdown.pl multimarkdown || die +} |