Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-1.8.1.2.ebuild git-1.8.0.2.ebuild ChangeLog
Date: Tue, 29 Jan 2013 19:53:02
Message-Id: 20130129195258.6DB622171D@flycatcher.gentoo.org
1 grobian 13/01/29 19:52:58
2
3 Modified: git-1.8.1.2.ebuild git-1.8.0.2.ebuild ChangeLog
4 Log:
5 Do not install git daemon init.d script on Prefix
6
7 (Portage version: 2.2.01.21688-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.2 dev-vcs/git/git-1.8.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: git-1.8.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- git-1.8.1.2.ebuild 28 Jan 2013 21:22:19 -0000 1.1
23 +++ git-1.8.1.2.ebuild 29 Jan 2013 19:52:58 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.2.ebuild,v 1.1 2013/01/28 21:22:19 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.2.ebuild,v 1.2 2013/01/29 19:52:58 grobian Exp $
29
30 EAPI=4
31
32 @@ -468,8 +468,10 @@
33 newins "${FILESDIR}"/git-daemon.xinetd git-daemon
34 fi
35
36 - newinitd "${FILESDIR}"/git-daemon.initd git-daemon
37 - newconfd "${FILESDIR}"/git-daemon.confd git-daemon
38 + if use !prefix ; then
39 + newinitd "${FILESDIR}"/git-daemon.initd git-daemon
40 + newconfd "${FILESDIR}"/git-daemon.confd git-daemon
41 + fi
42
43 fixlocalpod
44 }
45
46
47
48 1.2 dev-vcs/git/git-1.8.0.2.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.0.2.ebuild?rev=1.2&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.0.2.ebuild?rev=1.2&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.0.2.ebuild?r1=1.1&r2=1.2
53
54 Index: git-1.8.0.2.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.0.2.ebuild,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- git-1.8.0.2.ebuild 11 Dec 2012 19:33:02 -0000 1.1
61 +++ git-1.8.0.2.ebuild 29 Jan 2013 19:52:58 -0000 1.2
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2012 Gentoo Foundation
64 +# Copyright 1999-2013 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.0.2.ebuild,v 1.1 2012/12/11 19:33:02 robbat2 Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.0.2.ebuild,v 1.2 2013/01/29 19:52:58 grobian Exp $
68
69 EAPI=4
70
71
72
73
74 1.179 dev-vcs/git/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.179&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.179&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.178&r2=1.179
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
83 retrieving revision 1.178
84 retrieving revision 1.179
85 diff -u -r1.178 -r1.179
86 --- ChangeLog 28 Jan 2013 21:22:19 -0000 1.178
87 +++ ChangeLog 29 Jan 2013 19:52:58 -0000 1.179
88 @@ -1,6 +1,10 @@
89 # ChangeLog for dev-vcs/git
90 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.178 2013/01/28 21:22:19 robbat2 Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.179 2013/01/29 19:52:58 grobian Exp $
93 +
94 + 29 Jan 2013; Fabian Groffen <grobian@g.o> git-1.8.0.2.ebuild,
95 + git-1.8.1.2.ebuild:
96 + Do not install git daemon init.d script on Prefix
97
98 *git-1.8.1.2 (28 Jan 2013)