Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Text-WikiFormat: Text-WikiFormat-0.810.0.ebuild ChangeLog
Date: Wed, 25 Feb 2015 10:54:26
Message-Id: 20150225105412.740D712853@oystercatcher.gentoo.org
1 monsieurp 15/02/25 10:54:12
2
3 Modified: ChangeLog
4 Added: Text-WikiFormat-0.810.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.37 dev-perl/Text-WikiFormat/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 23 Aug 2014 22:10:59 -0000 1.36
24 +++ ChangeLog 25 Feb 2015 10:54:12 -0000 1.37
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Text-WikiFormat
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.36 2014/08/23 22:10:59 axs Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.37 2015/02/25 10:54:12 monsieurp Exp $
31 +
32 +*Text-WikiFormat-0.810.0 (25 Feb 2015)
33 +
34 + 25 Feb 2015; Patrice Clement <monsieurp@g.o>
35 + +Text-WikiFormat-0.810.0.ebuild:
36 + Version bump.
37
38 *Text-WikiFormat-0.800.0-r1 (23 Aug 2014)
39
40
41
42
43 1.1 dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Text-WikiFormat-0.810.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild,v 1.1 2015/02/25 10:54:12 monsieurp Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=CYCLES
57 MODULE_VERSION=0.81
58 inherit perl-module
59
60 DESCRIPTION="Translate Wiki formatted text into other formats"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
64 IUSE=""
65
66 RDEPEND="dev-perl/URI
67 virtual/perl-Scalar-List-Utils"
68 DEPEND="${RDEPEND}
69 >=virtual/perl-Module-Build-0.28"
70
71 SRC_TEST="do"