Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/MooseX-Getopt: MooseX-Getopt-0.650.0.ebuild ChangeLog
Date: Mon, 01 Dec 2014 19:57:21
Message-Id: 20141201195717.1BCB3B4EC@oystercatcher.gentoo.org
1 dilfridge 14/12/01 19:57:17
2
3 Modified: MooseX-Getopt-0.650.0.ebuild ChangeLog
4 Log:
5 Pick correct install target, bug 531322
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.2 dev-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild?r1=1.1&r2=1.2
15
16 Index: MooseX-Getopt-0.650.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- MooseX-Getopt-0.650.0.ebuild 30 Nov 2014 21:39:50 -0000 1.1
23 +++ MooseX-Getopt-0.650.0.ebuild 1 Dec 2014 19:57:17 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild,v 1.1 2014/11/30 21:39:50 dilfridge Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/MooseX-Getopt-0.650.0.ebuild,v 1.2 2014/12/01 19:57:17 dilfridge Exp $
29
30 EAPI=5
31
32 @@ -41,3 +41,4 @@
33 "
34
35 SRC_TEST=do
36 +mytargets="install"
37
38
39
40 1.47 dev-perl/MooseX-Getopt/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog?rev=1.47&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog?rev=1.47&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog?r1=1.46&r2=1.47
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v
49 retrieving revision 1.46
50 retrieving revision 1.47
51 diff -u -r1.46 -r1.47
52 --- ChangeLog 30 Nov 2014 21:39:50 -0000 1.46
53 +++ ChangeLog 1 Dec 2014 19:57:17 -0000 1.47
54 @@ -1,6 +1,10 @@
55 # ChangeLog for dev-perl/MooseX-Getopt
56 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.46 2014/11/30 21:39:50 dilfridge Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.47 2014/12/01 19:57:17 dilfridge Exp $
59 +
60 + 01 Dec 2014; Andreas K. Huettel <dilfridge@g.o>
61 + MooseX-Getopt-0.650.0.ebuild:
62 + Pick correct install target, bug 531322
63
64 *MooseX-Getopt-0.650.0 (30 Nov 2014)