summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-10-31 19:36:42 +0000
committerMike Frysinger <vapier@gentoo.org>2012-10-31 19:36:42 +0000
commitcdd2ca048f7198963572c995c1bed5b09eb07a4a (patch)
tree48675546b7227cd0d046cd5395e696394b696d9b /dev-vcs
parentMove into ~arch. (diff)
downloadgentoo-2-cdd2ca048f7198963572c995c1bed5b09eb07a4a.tar.gz
gentoo-2-cdd2ca048f7198963572c995c1bed5b09eb07a4a.tar.bz2
gentoo-2-cdd2ca048f7198963572c995c1bed5b09eb07a4a.zip
Add information on USE=curl.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git/ChangeLog5
-rw-r--r--dev-vcs/git/metadata.xml15
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog
index 2ee7a3118dde..3010616c31a6 100644
--- a/dev-vcs/git/ChangeLog
+++ b/dev-vcs/git/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/git
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.158 2012/10/18 00:44:40 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.159 2012/10/31 19:36:42 vapier Exp $
+
+ 31 Oct 2012; Mike Frysinger <vapier@gentoo.org> metadata.xml:
+ Add information on USE=curl.
*git-1.7.12.4 (18 Oct 2012)
diff --git a/dev-vcs/git/metadata.xml b/dev-vcs/git/metadata.xml
index 41c2e4977b96..1fa9eddc4e18 100644
--- a/dev-vcs/git/metadata.xml
+++ b/dev-vcs/git/metadata.xml
@@ -20,14 +20,15 @@
server.
</longdescription>
<use>
+ <flag name="blksha1">Use the new optimized SHA1 implementation</flag>
<flag name="cgi">Install gitweb too</flag>
+ <flag name="curl">Support fetching and pushing (requires webdav too) over http:// and https:// protocols</flag>
<flag name="gpg">Pull in gnupg for signing -- without gnupg, attempts at signing will fail at runtime!</flag>
- <flag name="mozsha1">Makes git use an optimized SHA1 routine from Mozilla that should be fast on non-x86 machines.</flag>
- <flag name="blksha1">Use the new optimized SHA1 implementation.</flag>
- <flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch.</flag>
- <flag name="webdav">Adds support for push'ing to HTTP repositories via DAV.</flag>
- <flag name="gtk">Include the gitview contrib tool.</flag>
- <flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support.</flag>
- <flag name="highlight">GitWeb support for app-text/highlight.</flag>
+ <flag name="gtk">Include the gitview contrib tool</flag>
+ <flag name="highlight">GitWeb support for app-text/highlight</flag>
+ <flag name="mozsha1">Makes git use an optimized SHA1 routine from Mozilla that should be fast on non-x86 machines</flag>
+ <flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch</flag>
+ <flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support</flag>
+ <flag name="webdav">Adds support for push'ing to HTTP/HTTPS repositories via DAV</flag>
</use>
</pkgmetadata>