diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-25 08:43:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-25 08:43:02 +0000 |
commit | 753af31300825f952969bb565cb6332b6ca8b743 (patch) | |
tree | 7aa4cef022e3a96bfbaed7536557c6d8932a10ea /dev-perl/Text-Markdown | |
parent | Remove the included scripts (#298108) (diff) | |
download | gentoo-2-753af31300825f952969bb565cb6332b6ca8b743.tar.gz gentoo-2-753af31300825f952969bb565cb6332b6ca8b743.tar.bz2 gentoo-2-753af31300825f952969bb565cb6332b6ca8b743.zip |
Remove the markdown script (#298025)
(Portage version: 2.2_rc61/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-r1.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-perl/Text-Markdown/ChangeLog b/dev-perl/Text-Markdown/ChangeLog index 3d58fdc37339..f3aba416cc4d 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.8 2009/10/12 11:29:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.9 2009/12/25 08:43:02 tove Exp $ + +*Text-Markdown-1.0.26-r1 (25 Dec 2009) + + 25 Dec 2009; Torsten Veller <tove@gentoo.org> + +Text-Markdown-1.0.26-r1.ebuild: + Remove the markdown script (#298025) 12 Oct 2009; Torsten Veller <tove@gentoo.org> -Text-Markdown-1.0.25.ebuild: diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.26-r1.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.26-r1.ebuild new file mode 100644 index 000000000000..89cc9c6b8276 --- /dev/null +++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.26-r1.ebuild @@ -0,0 +1,31 @@ +# 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-r1.ebuild,v 1.1 2009/12/25 08:43:02 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" |