Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Const-Fast: Const-Fast-0.14.0.ebuild ChangeLog
Date: Wed, 30 Jul 2014 21:22:49
Message-Id: 20140730212241.E23B72004E@flycatcher.gentoo.org
1 zlogene 14/07/30 21:22:40
2
3 Modified: ChangeLog
4 Added: Const-Fast-0.14.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.11 dev-perl/Const-Fast/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Const-Fast/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Const-Fast/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Const-Fast/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 30 Jul 2014 21:20:39 -0000 1.10
24 +++ ChangeLog 30 Jul 2014 21:22:40 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Const-Fast
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.10 2014/07/30 21:20:39 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.11 2014/07/30 21:22:40 zlogene Exp $
30 +
31 +*Const-Fast-0.14.0 (30 Jul 2014)
32 +
33 + 30 Jul 2014; Mikle Kolyada <zlogene@g.o> +Const-Fast-0.14.0.ebuild:
34 + Version bump
35
36 30 Jul 2014; Mikle Kolyada <zlogene@g.o> Const-Fast-0.13.0.ebuild:
37 Stable for all
38
39
40
41 1.1 dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Const-Fast-0.14.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild,v 1.1 2014/07/30 21:22:40 zlogene Exp $
51
52 EAPI=5
53
54 MODULE_AUTHOR=LEONT
55 MODULE_VERSION=0.014
56 inherit perl-module
57
58 DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
62 IUSE="test"
63
64 RDEPEND="
65 dev-perl/Sub-Exporter
66 dev-perl/Sub-Exporter-Progressive
67 "
68 DEPEND="${RDEPEND}
69 test? (
70 >=dev-perl/Test-Exception-0.290.0
71 )
72 "
73
74 SRC_TEST=do