summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 09:47:03 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 09:47:03 +0000
commit54ccf62d48685067e895f0f804b5b8896b38b1d8 (patch)
tree3f6d80499755282cf7d1ed48915b560d98ff14ef /dev-perl/Text-Markdown
parentCleanup (diff)
downloadgentoo-2-54ccf62d48685067e895f0f804b5b8896b38b1d8.tar.gz
gentoo-2-54ccf62d48685067e895f0f804b5b8896b38b1d8.tar.bz2
gentoo-2-54ccf62d48685067e895f0f804b5b8896b38b1d8.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Text-Markdown')
-rw-r--r--dev-perl/Text-Markdown/ChangeLog8
-rw-r--r--dev-perl/Text-Markdown/Text-Markdown-1.0.22.ebuild37
2 files changed, 6 insertions, 39 deletions
diff --git a/dev-perl/Text-Markdown/ChangeLog b/dev-perl/Text-Markdown/ChangeLog
index 91f3346cbd6a..71ce5f38fbd5 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.3 2008/11/20 14:56:28 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.4 2009/05/02 09:47:03 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org>
+ -Text-Markdown-1.0.22.ebuild:
+ Cleanup
*Text-Markdown-1.0.24 (20 Nov 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
deleted file mode 100644
index d96c454ac351..000000000000
--- a/dev-perl/Text-Markdown/Text-Markdown-1.0.22.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.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
-}