summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-02-26 10:15:18 +0000
committerTorsten Veller <tove@gentoo.org>2011-02-26 10:15:18 +0000
commit6a1b41328f79d40fa44110ea1f25e2be56e15ba9 (patch)
tree1b4fe6f984592d7800ae4a301b2523cbcf40a208 /dev-perl/Text-Markdown
parentVersion bump. Drop use of 'ecompress' (bug 356505), thanks ulm. Cleanup old v... (diff)
downloadgentoo-2-6a1b41328f79d40fa44110ea1f25e2be56e15ba9.tar.gz
gentoo-2-6a1b41328f79d40fa44110ea1f25e2be56e15ba9.tar.bz2
gentoo-2-6a1b41328f79d40fa44110ea1f25e2be56e15ba9.zip
Change version scheme. Looks like a downgrade
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-Markdown')
-rw-r--r--dev-perl/Text-Markdown/ChangeLog10
-rw-r--r--dev-perl/Text-Markdown/Text-Markdown-1.0.31.ebuild (renamed from dev-perl/Text-Markdown/Text-Markdown-1.000031.ebuild)8
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-perl/Text-Markdown/ChangeLog b/dev-perl/Text-Markdown/ChangeLog
index 4d966eaea9ec..4332bd2af78d 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.11 2010/04/09 07:26:47 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.12 2011/02/26 10:15:18 tove Exp $
+
+*Text-Markdown-1.0.31 (26 Feb 2011)
+
+ 26 Feb 2011; Torsten Veller <tove@gentoo.org> +Text-Markdown-1.0.31.ebuild,
+ -Text-Markdown-1.000031.ebuild:
+ Change version scheme. Looks like a downgrade
09 Apr 2010; Torsten Veller <tove@gentoo.org>
-Text-Markdown-1.0.26.ebuild, -Text-Markdown-1.0.26-r1.ebuild:
diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.000031.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.31.ebuild
index f91748437f76..da08fece03da 100644
--- a/dev-perl/Text-Markdown/Text-Markdown-1.000031.ebuild
+++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.31.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/Text-Markdown-1.0.31.ebuild,v 1.1 2011/02/26 10:15:18 tove Exp $
-EAPI=2
+EAPI=3
MODULE_AUTHOR=BOBTFISH
-#MODULE_A=${P}.tgz
+MODULE_VERSION=1.000031
inherit perl-module
DESCRIPTION="Convert MultiMarkdown syntax to (X)HTML"