diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-07 07:59:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-07 07:59:06 +0000 |
commit | a913037fad5f29244624fcd4b0a71af5f1be5455 (patch) | |
tree | c915eb44e7147ee1c027866361cd4bb917813423 /dev-perl/Text-Markdown | |
parent | Cleanup (diff) | |
download | historical-a913037fad5f29244624fcd4b0a71af5f1be5455.tar.gz historical-a913037fad5f29244624fcd4b0a71af5f1be5455.tar.bz2 historical-a913037fad5f29244624fcd4b0a71af5f1be5455.zip |
Cleanup
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Text-Markdown')
-rw-r--r-- | dev-perl/Text-Markdown/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Markdown/Text-Markdown-1.0.24.ebuild | 37 |
2 files changed, 5 insertions, 38 deletions
diff --git a/dev-perl/Text-Markdown/ChangeLog b/dev-perl/Text-Markdown/ChangeLog index c6e703dc0b57..ddc970833578 100644 --- a/dev-perl/Text-Markdown/ChangeLog +++ b/dev-perl/Text-Markdown/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2009/08/25 19:07:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.6 2009/09/07 07:54:29 tove Exp $ + + 07 Sep 2009; Torsten Veller <tove@gentoo.org> + -Text-Markdown-1.0.24.ebuild: + Cleanup *Text-Markdown-1.0.25 (25 Aug 2009) diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.24.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.24.ebuild deleted file mode 100644 index 886b1af6d541..000000000000 --- a/dev-perl/Text-Markdown/Text-Markdown-1.0.24.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.24.ebuild,v 1.1 2008/11/20 14:56:28 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 -} |