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/Scalar-Properties: Scalar-Properties-1.100.860-r1.ebuild ChangeLog
Date: Thu, 01 May 2014 17:46:20
Message-Id: 20140501174614.C02BF2004C@flycatcher.gentoo.org
1 zlogene 14/05/01 17:46:14
2
3 Modified: ChangeLog
4 Added: Scalar-Properties-1.100.860-r1.ebuild
5 Log:
6 Revision bump: EAPI=5
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.23 dev-perl/Scalar-Properties/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 1 Sep 2012 11:51:15 -0000 1.22
24 +++ ChangeLog 1 May 2014 17:46:14 -0000 1.23
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Scalar-Properties
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.22 2012/09/01 11:51:15 grobian Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.23 2014/05/01 17:46:14 zlogene Exp $
31 +
32 +*Scalar-Properties-1.100.860-r1 (01 May 2014)
33 +
34 + 01 May 2014; Mikle Kolyada <zlogene@g.o>
35 + +Scalar-Properties-1.100.860-r1.ebuild:
36 + Revision bump: EAPI=5
37
38 01 Sep 2012; Fabian Groffen <grobian@g.o>
39 Scalar-Properties-1.100.860.ebuild:
40
41
42
43 1.1 dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Scalar-Properties-1.100.860-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild,v 1.1 2014/05/01 17:46:14 zlogene Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=MARCEL
57 MODULE_VERSION=1.100860
58 inherit perl-module
59
60 DESCRIPTION="run-time properties on scalar variables"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
64 IUSE=""
65
66 SRC_TEST="do"