diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-09-14 14:18:22 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-09-14 14:18:22 +0000 |
commit | a8e7af8582c7e9372281447f4a7205387010759d (patch) | |
tree | 24ccf1aa67365829f1fb4c93199742a507b5adde /dev-perl/Text-Markdown | |
parent | Stable for HPPA (bug #477168). (diff) | |
download | gentoo-2-a8e7af8582c7e9372281447f4a7205387010759d.tar.gz gentoo-2-a8e7af8582c7e9372281447f4a7205387010759d.tar.bz2 gentoo-2-a8e7af8582c7e9372281447f4a7205387010759d.zip |
revbump -> EAPI 5, remove old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
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.0.31-r1.ebuild (renamed from dev-perl/Text-Markdown/Text-Markdown-1.0.31.ebuild) | 11 |
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-perl/Text-Markdown/ChangeLog b/dev-perl/Text-Markdown/ChangeLog index 20c6302950e1..2188314fe922 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.14 2012/06/24 13:00:35 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.15 2013/09/14 14:18:22 idella4 Exp $ + +*Text-Markdown-1.0.31-r1 (14 Sep 2013) + + 14 Sep 2013; Ian Delaney <idella4@gentoo.org> +Text-Markdown-1.0.31-r1.ebuild, + -Text-Markdown-1.0.31.ebuild: + revbump -> EAPI 5, remove old 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.31.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild index da08fece03da..c32435cfec8b 100644 --- a/dev-perl/Text-Markdown/Text-Markdown-1.0.31.ebuild +++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 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.31.ebuild,v 1.1 2011/02/26 10:15:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild,v 1.1 2013/09/14 14:18:22 idella4 Exp $ -EAPI=3 +EAPI=5 MODULE_AUTHOR=BOBTFISH MODULE_VERSION=1.000031 @@ -25,8 +25,5 @@ DEPEND="${RDEPEND} 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" +mydoc="Readme.text" |