diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-22 10:39:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-22 10:39:00 +0000 |
commit | 6669ec283768912c69f625d2c3b1867fbcf52b08 (patch) | |
tree | 0730472b08cb234099513cf14030b21b75352396 /dev-perl/Text-Markdown | |
parent | Initial import for postfixadmin (#310065). Thanks to Andreis Vinogradovs (diff) | |
download | gentoo-2-6669ec283768912c69f625d2c3b1867fbcf52b08.tar.gz gentoo-2-6669ec283768912c69f625d2c3b1867fbcf52b08.tar.bz2 gentoo-2-6669ec283768912c69f625d2c3b1867fbcf52b08.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-Markdown')
-rw-r--r-- | dev-perl/Text-Markdown/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Text-Markdown/Text-Markdown-1.000031.ebuild | 32 |
2 files changed, 40 insertions, 2 deletions
diff --git a/dev-perl/Text-Markdown/ChangeLog b/dev-perl/Text-Markdown/ChangeLog index f3aba416cc4d..f1044169b919 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.9 2009/12/25 08:43:02 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.10 2010/03/22 10:39:00 tove Exp $ + +*Text-Markdown-1.000031 (22 Mar 2010) + + 22 Mar 2010; Torsten Veller <tove@gentoo.org> + +Text-Markdown-1.000031.ebuild: + Version bump *Text-Markdown-1.0.26-r1 (25 Dec 2009) diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.000031.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.000031.ebuild new file mode 100644 index 000000000000..f91748437f76 --- /dev/null +++ b/dev-perl/Text-Markdown/Text-Markdown-1.000031.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 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.000031.ebuild,v 1.1 2010/03/22 10:39:00 tove Exp $ + +EAPI=2 + +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="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/Test-Differences + dev-perl/Test-Exception )" +# dev-perl/Test-Pod +# dev-perl/Test-Pod-Coverage + +SRC_TEST=do +mydoc="Readme.text Todo" |