Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-2.4.5.ebuild
Date: Wed, 01 Jul 2015 14:59:27
Message-Id: 20150701145919.AD78E741@oystercatcher.gentoo.org
1 polynomial-c 15/07/01 14:59:19
2
3 Modified: ChangeLog git-2.4.5.ebuild
4 Log:
5 Fixed compilation with cgi USE flag (bug #553438)
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.341 dev-vcs/git/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.341&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.341&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.340&r2=1.341
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
19 retrieving revision 1.340
20 retrieving revision 1.341
21 diff -u -r1.340 -r1.341
22 --- ChangeLog 27 Jun 2015 12:36:28 -0000 1.340
23 +++ ChangeLog 1 Jul 2015 14:59:19 -0000 1.341
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-vcs/git
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.340 2015/06/27 12:36:28 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.341 2015/07/01 14:59:19 polynomial-c Exp $
29 +
30 + 01 Jul 2015; Lars Wendler <polynomial-c@g.o> git-2.4.5.ebuild:
31 + Fixed compilation with cgi USE flag (bug #553438).
32
33 *git-2.4.5 (27 Jun 2015)
34
35
36
37
38 1.2 dev-vcs/git/git-2.4.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.4.5.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.4.5.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.4.5.ebuild?r1=1.1&r2=1.2
43
44 Index: git-2.4.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.4.5.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- git-2.4.5.ebuild 27 Jun 2015 12:36:28 -0000 1.1
51 +++ git-2.4.5.ebuild 1 Jul 2015 14:59:19 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.4.5.ebuild,v 1.1 2015/06/27 12:36:28 polynomial-c Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.4.5.ebuild,v 1.2 2015/07/01 14:59:19 polynomial-c Exp $
57
58 EAPI=5
59
60 @@ -297,8 +297,8 @@
61
62 if use perl && use cgi ; then
63 git_emake \
64 - gitweb/gitweb.cgi \
65 - || die "emake gitweb/gitweb.cgi failed"
66 + gitweb \
67 + || die "emake gitweb (cgi) failed"
68 fi
69
70 if [[ ${CHOST} == *-darwin* ]]; then