Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/git: metadata.xml ChangeLog
Date: Sat, 21 Mar 2009 15:48:01
Message-Id: E1Ll3QS-0005It-DM@stork.gentoo.org
1 jmbsvicetto 09/03/21 15:47:56
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Removing ferdy as a maintainer since he was retired.
6 (Portage version: 2.2_rc25/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 dev-util/git/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/metadata.xml?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/metadata.xml?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/metadata.xml?r1=1.8&r2=1.9
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/git/metadata.xml,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- metadata.xml 24 Nov 2008 08:23:34 -0000 1.8
22 +++ metadata.xml 21 Mar 2009 15:47:56 -0000 1.9
23 @@ -1,36 +1,32 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 -<herd>no-herd</herd>
28 -<maintainer>
29 - <email>ferdy@g.o</email>
30 - <name>Fernando J. Pereda</name>
31 -</maintainer>
32 -<maintainer>
33 - <email>robbat2@g.o</email>
34 - <name>Robin H. Johnson</name>
35 - <description>Backup maintainer</description>
36 -</maintainer>
37 -<longdescription lang="en">
38 - Git - Fast Version Control System. Official titled
39 - "GIT - the stupid content tracker".
40 + <herd>no-herd</herd>
41 + <maintainer>
42 + <email>robbat2@g.o</email>
43 + <name>Robin H. Johnson</name>
44 + <description>Backup maintainer</description>
45 + </maintainer>
46 + <longdescription lang="en">
47 + Git - Fast Version Control System. Official titled
48 + "GIT - the stupid content tracker".
49
50 - Git is a popular version control system designed to handle very large
51 - projects with speed and efficiency; it is used mainly for various open
52 - source projects, most notably the Linux kernel.
53 + Git is a popular version control system designed to handle very large
54 + projects with speed and efficiency; it is used mainly for various open
55 + source projects, most notably the Linux kernel.
56
57 - Git falls in the category of distributed source code management tools,
58 - similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary
59 - world). Every Git working directory is a full-fledged repository with full
60 - revision tracking capabilities, not dependent on network access or a central
61 - server.
62 -</longdescription>
63 -<use>
64 - <flag name="cgi">Install gitweb too</flag>
65 - <flag name="mozsha1">Makes git use an optimized SHA1 routine from Mozilla that should be fast on non-x86 machines.</flag>
66 - <flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch.</flag>
67 - <flag name="webdav">Adds support for push'ing to HTTP repositories via DAV.</flag>
68 - <flag name="gtk">Include the gitview contrib tool.</flag>
69 - <flag name="subversion">Include git-svn for <pkg>dev-util/subversion</pkg> support.</flag>
70 -</use>
71 + Git falls in the category of distributed source code management tools,
72 + similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary
73 + world). Every Git working directory is a full-fledged repository with full
74 + revision tracking capabilities, not dependent on network access or a central
75 + server.
76 + </longdescription>
77 + <use>
78 + <flag name="cgi">Install gitweb too</flag>
79 + <flag name="mozsha1">Makes git use an optimized SHA1 routine from Mozilla that should be fast on non-x86 machines.</flag>
80 + <flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch.</flag>
81 + <flag name="webdav">Adds support for push'ing to HTTP repositories via DAV.</flag>
82 + <flag name="gtk">Include the gitview contrib tool.</flag>
83 + <flag name="subversion">Include git-svn for <pkg>dev-util/subversion</pkg> support.</flag>
84 + </use>
85 </pkgmetadata>
86
87
88
89 1.323 dev-util/git/ChangeLog
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?rev=1.323&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?rev=1.323&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?r1=1.322&r2=1.323
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v
98 retrieving revision 1.322
99 retrieving revision 1.323
100 diff -u -r1.322 -r1.323
101 --- ChangeLog 6 Mar 2009 07:23:30 -0000 1.322
102 +++ ChangeLog 21 Mar 2009 15:47:56 -0000 1.323
103 @@ -1,6 +1,10 @@
104 # ChangeLog for dev-util/git
105 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.322 2009/03/06 07:23:30 fauli Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.323 2009/03/21 15:47:56 jmbsvicetto Exp $
108 +
109 + 21 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
110 + metadata.xml:
111 + Removing ferdy as a maintainer since he was retired.
112
113 06 Mar 2009; Christian Faulhammer <fauli@g.o> git-1.6.2.ebuild:
114 fix HOMEPAGE