summaryrefslogtreecommitdiff
path: root/dev-util/git/metadata.xml
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@thenautilus.net>2009-09-17 16:54:34 +0000
committerGianni Ceccarelli <dakkar@thenautilus.net>2009-09-17 16:54:34 +0000
commita80e656be637446872c9ccfe8ecc3335ca0cef18 (patch)
tree1ebaabf957ebb901f763fee7834ddc8aed9c9fdb /dev-util/git/metadata.xml
parentfix manifest (diff)
downloadgentoo-overlay-a80e656be637446872c9ccfe8ecc3335ca0cef18.tar.gz
gentoo-overlay-a80e656be637446872c9ccfe8ecc3335ca0cef18.tar.bz2
gentoo-overlay-a80e656be637446872c9ccfe8ecc3335ca0cef18.zip
new git version
I need it for the new cgit
Diffstat (limited to 'dev-util/git/metadata.xml')
-rw-r--r--dev-util/git/metadata.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/git/metadata.xml b/dev-util/git/metadata.xml
new file mode 100644
index 0000000..e870290
--- /dev/null
+++ b/dev-util/git/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription lang="en">
+ Git - Fast Version Control System. Official titled
+ "GIT - the stupid content tracker".
+
+ Git is a popular version control system designed to handle very large
+ projects with speed and efficiency; it is used mainly for various open
+ source projects, most notably the Linux kernel.
+
+ Git falls in the category of distributed source code management tools,
+ similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary
+ world). Every Git working directory is a full-fledged repository with full
+ revision tracking capabilities, not dependent on network access or a central
+ server.
+ </longdescription>
+ <use>
+ <flag name="cgi">Install gitweb too</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="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-util/subversion</pkg> support.</flag>
+ </use>
+</pkgmetadata>