From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RgOv7-0007Us-Ht for garchives@archives.gentoo.org; Thu, 29 Dec 2011 22:57:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C79421C02B; Thu, 29 Dec 2011 22:57:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4A93921C02B for ; Thu, 29 Dec 2011 22:57:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9825F1B4093 for ; Thu, 29 Dec 2011 22:57:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 11EFE8004C for ; Thu, 29 Dec 2011 22:57:49 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: dev-vcs/git/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: dev-vcs/git/git-1.7.0.4.ebuild dev-vcs/git/metadata.xml X-VCS-Directories: dev-vcs/git/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: f506a457a62cd32a4be38bae03fd605c9a1b7a03 Date: Thu, 29 Dec 2011 22:57:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 83a2d344-dcf1-4970-a194-7b4ae925344e X-Archives-Hash: 6f7a2862722256f456d1cd04e1055aad commit: f506a457a62cd32a4be38bae03fd605c9a1b7a03 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Dec 29 22:57:39 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Dec 29 22:57:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3Df506a457 dev-vcs/git: fixed metadata.xml (Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with= key 0xD0455535) --- dev-vcs/git/git-1.7.0.4.ebuild | 2 +- dev-vcs/git/metadata.xml | 27 ++------------------------- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/dev-vcs/git/git-1.7.0.4.ebuild b/dev-vcs/git/git-1.7.0.4.ebu= ild index 7a1db49..dca9024 100644 --- a/dev-vcs/git/git-1.7.0.4.ebuild +++ b/dev-vcs/git/git-1.7.0.4.ebuild @@ -61,5 +61,5 @@ src_compile() { } =20 src_install() { - git_emake install=20 + git_emake install } diff --git a/dev-vcs/git/metadata.xml b/dev-vcs/git/metadata.xml index 85188db..8944b17 100644 --- a/dev-vcs/git/metadata.xml +++ b/dev-vcs/git/metadata.xml @@ -2,30 +2,7 @@ - robbat2@gentoo.org - Robin H. Johnson + blueness@gentoo.org + Anthony G. Basile - - Git - Fast Version Control System. Official titled - "GIT - the stupid content tracker".=20 - - Git is a popular version control system designed to handle very larg= e - projects with speed and efficiency; it is used mainly for various op= en - source projects, most notably the Linux kernel. - - Git falls in the category of distributed source code management tool= s, - similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietar= y - world). Every Git working directory is a full-fledged repository wit= h full - revision tracking capabilities, not dependent on network access or a= central - server. - - - Install gitweb too - Makes git use an optimized SHA1 routine from = Mozilla that should be fast on non-x86 machines. - Use the new optimized SHA1 implementation. - Make use of a bundled routine that is optimiz= ed for the PPC arch. - Adds support for push'ing to HTTP repositories= via DAV. - Include the gitview contrib tool. - Include git-svn for dev-vcs/subversio= n support. -