Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-MultiMarkdown/
Date: Fri, 06 May 2011 07:23:58
Message-Id: 46394e9068128a20c504ad6fd3cbd2bc270c72ce.kent@gentoo
1 commit: 46394e9068128a20c504ad6fd3cbd2bc270c72ce
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri May 6 06:35:14 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 06:35:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=46394e90
7
8 [mewversion] Text-MultiMarkdown-1.0.34
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Text-MultiMarkdown/ChangeLog | 6 +++
14 .../Text-MultiMarkdown-1.0.34.ebuild | 35 ++++++++++++++++++++
15 2 files changed, 41 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Text-MultiMarkdown/ChangeLog b/dev-perl/Text-MultiMarkdown/ChangeLog
18 index d8a82d3..16f646e 100644
19 --- a/dev-perl/Text-MultiMarkdown/ChangeLog
20 +++ b/dev-perl/Text-MultiMarkdown/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Text-MultiMarkdown-1.0.34 (06 May 2011)
26 +
27 + 06 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Text-MultiMarkdown-1.0.34.ebuild:
29 + Bump
30 +
31 *Text-MultiMarkdown-1.0.33 (06 May 2011)
32 *Text-MultiMarkdown-1.0.32 (06 May 2011)
33 *Text-MultiMarkdown-1.0.31 (06 May 2011)
34
35 diff --git a/dev-perl/Text-MultiMarkdown/Text-MultiMarkdown-1.0.34.ebuild b/dev-perl/Text-MultiMarkdown/Text-MultiMarkdown-1.0.34.ebuild
36 new file mode 100644
37 index 0000000..8fac85f
38 --- /dev/null
39 +++ b/dev-perl/Text-MultiMarkdown/Text-MultiMarkdown-1.0.34.ebuild
40 @@ -0,0 +1,35 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +MODULE_AUTHOR=BOBTFISH
48 +MODULE_VERSION="1.000034"
49 +inherit perl-module
50 +
51 +DESCRIPTION="Convert MultiMarkdown syntax to (X)HTML"
52 +
53 +LICENSE="BSD"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE="test"
57 +comment() { echo '';}
58 +COMMON_DEPEND="
59 + virtual/perl-Digest-MD5
60 + >=dev-perl/Text-Markdown-1.0.26
61 + virtual/perl-Encode
62 +"
63 +DEPEND="
64 + ${COMMON_DEPEND}
65 + test? (
66 + >=virtual/perl-Test-Simple-0.42 $(comment Test::More 0.420.0)
67 + dev-perl/Test-Exception
68 + dev-perl/List-MoreUtils
69 + $(comment virtual/perl-FindBin)
70 + )
71 +"
72 +RDEPEND="
73 + ${COMMON_DEPEND}
74 +"
75 +SRC_TEST="do"