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: git-9999.ebuild ChangeLog
Date: Thu, 05 Dec 2013 09:54:58
Message-Id: 20131205095451.708062004B@flycatcher.gentoo.org
1 polynomial-c 13/12/05 09:54:51
2
3 Modified: git-9999.ebuild ChangeLog
4 Log:
5 Added changes to live ebuild
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.49 dev-vcs/git/git-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?r1=1.48&r2=1.49
15
16 Index: git-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- git-9999.ebuild 20 Oct 2013 20:11:50 -0000 1.48
23 +++ git-9999.ebuild 5 Dec 2013 09:54:51 -0000 1.49
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-9999.ebuild,v 1.48 2013/10/20 20:11:50 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.49 2013/12/05 09:54:51 polynomial-c Exp $
29
30 EAPI=5
31
32 @@ -220,7 +220,7 @@
33
34 src_prepare() {
35 # bug #350330 - automagic CVS when we don't want it is bad.
36 - epatch "${FILESDIR}"/git-1.8.4-optional-cvs.patch
37 + epatch "${FILESDIR}"/git-1.8.5-optional-cvs.patch
38
39 sed -i \
40 -e 's:^\(CFLAGS[[:space:]]*=\).*$:\1 $(OPTCFLAGS) -Wall:' \
41 @@ -446,7 +446,7 @@
42 # svnimport - use git-svn
43 # thunderbird-patch-inline - fixes thunderbird
44 for i in \
45 - buildsystems ciabot convert-objects fast-import \
46 + buildsystems convert-objects fast-import \
47 hg-to-git hooks remotes2config.sh rerere-train.sh \
48 stats vim workdir \
49 ; do
50
51
52
53 1.230 dev-vcs/git/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.230&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.230&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.229&r2=1.230
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
62 retrieving revision 1.229
63 retrieving revision 1.230
64 diff -u -r1.229 -r1.230
65 --- ChangeLog 5 Dec 2013 08:13:52 -0000 1.229
66 +++ ChangeLog 5 Dec 2013 09:54:51 -0000 1.230
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-vcs/git
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.229 2013/12/05 08:13:52 polynomial-c Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.230 2013/12/05 09:54:51 polynomial-c Exp $
72 +
73 + 05 Dec 2013; Lars Wendler <polynomial-c@g.o> git-9999.ebuild:
74 + Added changes to live ebuild.
75
76 *git-1.8.5.1 (05 Dec 2013)