Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: metadata.xml ChangeLog
Date: Wed, 31 Oct 2012 19:36:59
Message-Id: 20121031193642.EF5CF21600@flycatcher.gentoo.org
1 vapier 12/10/31 19:36:42
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Add information on USE=curl.
6
7 (Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-vcs/git/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/metadata.xml?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/metadata.xml?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/metadata.xml?r1=1.6&r2=1.7
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/metadata.xml,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- metadata.xml 23 Aug 2012 20:18:14 -0000 1.6
23 +++ metadata.xml 31 Oct 2012 19:36:42 -0000 1.7
24 @@ -20,14 +20,15 @@
25 server.
26 </longdescription>
27 <use>
28 + <flag name="blksha1">Use the new optimized SHA1 implementation</flag>
29 <flag name="cgi">Install gitweb too</flag>
30 + <flag name="curl">Support fetching and pushing (requires webdav too) over http:// and https:// protocols</flag>
31 <flag name="gpg">Pull in gnupg for signing -- without gnupg, attempts at signing will fail at runtime!</flag>
32 - <flag name="mozsha1">Makes git use an optimized SHA1 routine from Mozilla that should be fast on non-x86 machines.</flag>
33 - <flag name="blksha1">Use the new optimized SHA1 implementation.</flag>
34 - <flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch.</flag>
35 - <flag name="webdav">Adds support for push'ing to HTTP repositories via DAV.</flag>
36 - <flag name="gtk">Include the gitview contrib tool.</flag>
37 - <flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support.</flag>
38 - <flag name="highlight">GitWeb support for app-text/highlight.</flag>
39 + <flag name="gtk">Include the gitview contrib tool</flag>
40 + <flag name="highlight">GitWeb support for app-text/highlight</flag>
41 + <flag name="mozsha1">Makes git use an optimized SHA1 routine from Mozilla that should be fast on non-x86 machines</flag>
42 + <flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch</flag>
43 + <flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support</flag>
44 + <flag name="webdav">Adds support for push'ing to HTTP/HTTPS repositories via DAV</flag>
45 </use>
46 </pkgmetadata>
47
48
49
50 1.159 dev-vcs/git/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.159&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.159&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.158&r2=1.159
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
59 retrieving revision 1.158
60 retrieving revision 1.159
61 diff -u -r1.158 -r1.159
62 --- ChangeLog 18 Oct 2012 00:44:40 -0000 1.158
63 +++ ChangeLog 31 Oct 2012 19:36:42 -0000 1.159
64 @@ -1,6 +1,9 @@
65 # ChangeLog for dev-vcs/git
66 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.158 2012/10/18 00:44:40 robbat2 Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.159 2012/10/31 19:36:42 vapier Exp $
69 +
70 + 31 Oct 2012; Mike Frysinger <vapier@g.o> metadata.xml:
71 + Add information on USE=curl.
72
73 *git-1.7.12.4 (18 Oct 2012)