Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: dev-vcs/git/
Date: Thu, 29 Dec 2011 22:57:57
Message-Id: f506a457a62cd32a4be38bae03fd605c9a1b7a03.blueness@gentoo
1 commit: f506a457a62cd32a4be38bae03fd605c9a1b7a03
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 22:57:39 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 22:57:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=f506a457
7
8 dev-vcs/git: fixed metadata.xml
9
10 (Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with key 0xD0455535)
11
12 ---
13 dev-vcs/git/git-1.7.0.4.ebuild | 2 +-
14 dev-vcs/git/metadata.xml | 27 ++-------------------------
15 2 files changed, 3 insertions(+), 26 deletions(-)
16
17 diff --git a/dev-vcs/git/git-1.7.0.4.ebuild b/dev-vcs/git/git-1.7.0.4.ebuild
18 index 7a1db49..dca9024 100644
19 --- a/dev-vcs/git/git-1.7.0.4.ebuild
20 +++ b/dev-vcs/git/git-1.7.0.4.ebuild
21 @@ -61,5 +61,5 @@ src_compile() {
22 }
23
24 src_install() {
25 - git_emake install
26 + git_emake install
27 }
28
29 diff --git a/dev-vcs/git/metadata.xml b/dev-vcs/git/metadata.xml
30 index 85188db..8944b17 100644
31 --- a/dev-vcs/git/metadata.xml
32 +++ b/dev-vcs/git/metadata.xml
33 @@ -2,30 +2,7 @@
34 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 <pkgmetadata>
36 <maintainer>
37 - <email>robbat2@g.o</email>
38 - <name>Robin H. Johnson</name>
39 + <email>blueness@g.o</email>
40 + <name>Anthony G. Basile</name>
41 </maintainer>
42 - <longdescription lang="en">
43 - Git - Fast Version Control System. Official titled
44 - "GIT - the stupid content tracker".
45 -
46 - Git is a popular version control system designed to handle very large
47 - projects with speed and efficiency; it is used mainly for various open
48 - source projects, most notably the Linux kernel.
49 -
50 - Git falls in the category of distributed source code management tools,
51 - similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary
52 - world). Every Git working directory is a full-fledged repository with full
53 - revision tracking capabilities, not dependent on network access or a central
54 - server.
55 - </longdescription>
56 - <use>
57 - <flag name="cgi">Install gitweb too</flag>
58 - <flag name="mozsha1">Makes git use an optimized SHA1 routine from Mozilla that should be fast on non-x86 machines.</flag>
59 - <flag name="blksha1">Use the new optimized SHA1 implementation.</flag>
60 - <flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch.</flag>
61 - <flag name="webdav">Adds support for push'ing to HTTP repositories via DAV.</flag>
62 - <flag name="gtk">Include the gitview contrib tool.</flag>
63 - <flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support.</flag>
64 - </use>
65 </pkgmetadata>