summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-21 15:47:56 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-21 15:47:56 +0000
commitb24a3387622d5201d26d545425ff499996785760 (patch)
tree25af4c656c3c420e4d0d8971dc06c332551ae353 /dev-util
parentVersion bump and fixed a libtool file (bug #261077) (diff)
downloadgentoo-2-b24a3387622d5201d26d545425ff499996785760.tar.gz
gentoo-2-b24a3387622d5201d26d545425ff499996785760.tar.bz2
gentoo-2-b24a3387622d5201d26d545425ff499996785760.zip
Removing ferdy as a maintainer since he was retired.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/git/ChangeLog6
-rw-r--r--dev-util/git/metadata.xml56
2 files changed, 31 insertions, 31 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog
index a9b456b5943c..29f490961a17 100644
--- a/dev-util/git/ChangeLog
+++ b/dev-util/git/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/git
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.322 2009/03/06 07:23:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.323 2009/03/21 15:47:56 jmbsvicetto Exp $
+
+ 21 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ metadata.xml:
+ Removing ferdy as a maintainer since he was retired.
06 Mar 2009; Christian Faulhammer <fauli@gentoo.org> git-1.6.2.ebuild:
fix HOMEPAGE
diff --git a/dev-util/git/metadata.xml b/dev-util/git/metadata.xml
index c259e5cddad6..848374b8b9a0 100644
--- a/dev-util/git/metadata.xml
+++ b/dev-util/git/metadata.xml
@@ -1,36 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>ferdy@gentoo.org</email>
- <name>Fernando J. Pereda</name>
-</maintainer>
-<maintainer>
- <email>robbat2@gentoo.org</email>
- <name>Robin H. Johnson</name>
- <description>Backup maintainer</description>
-</maintainer>
-<longdescription lang="en">
- Git - Fast Version Control System. Official titled
- "GIT - the stupid content tracker".
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>robbat2@gentoo.org</email>
+ <name>Robin H. Johnson</name>
+ <description>Backup maintainer</description>
+ </maintainer>
+ <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 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>
+ 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>