public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/hardened-dev:uclibc commit in: dev-vcs/git/
@ 2011-12-29 22:57 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2011-12-29 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     20425133b92f51bf663976d1de392b39dc9b9d6e
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 22:55:43 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 22:55:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=20425133

dev-vcs/git: added working version 1.7.0.4

(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 |   65 ++++++++++++++++++++++++++++++++++++++++
 dev-vcs/git/metadata.xml       |   31 +++++++++++++++++++
 2 files changed, 96 insertions(+), 0 deletions(-)

diff --git a/dev-vcs/git/git-1.7.0.4.ebuild b/dev-vcs/git/git-1.7.0.4.ebuild
new file mode 100644
index 0000000..7a1db49
--- /dev/null
+++ b/dev-vcs/git/git-1.7.0.4.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/Attic/git-1.7.0.4.ebuild,v 1.4 2010/07/30 21:01:32 robbat2 dead $
+
+EAPI="4"
+
+inherit toolchain-funcs
+
+DESCRIPTION="GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team"
+HOMEPAGE="http://www.git-scm.com/"
+SRC_URI="http://dev.gentoo.org/~blueness/misc/${P}.tgz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}
+	app-arch/cpio"
+
+src_prepare() {
+	sed -i \
+		-e 's:^\(CFLAGS =\).*$:\1 $(OPTCFLAGS) -Wall:' \
+		-e 's:^\(LDFLAGS =\).*$:\1 $(OPTLDFLAGS):' \
+		-e 's:^\(CC = \).*$:\1$(OPTCC):' \
+		-e 's:^\(AR = \).*$:\1$(OPTAR):' \
+		Makefile || die "sed failed"
+
+	sed -i \
+		-e '/private-Error.pm/s,^,#,' \
+		perl/Makefile.PL
+
+	sed -i 's/DOCBOOK2X_TEXI=docbook2x-texi/DOCBOOK2X_TEXI=docbook2texi.pl/' \
+		Documentation/Makefile || die "sed failed"
+
+}
+
+git_emake() {
+	emake ${MY_MAKEOPTS} \
+		DESTDIR="${D}" \
+		OPTCFLAGS="${CFLAGS}" \
+		OPTLDFLAGS="${LDFLAGS}" \
+		OPTCC="$(tc-getCC)" \
+		OPTAR="$(tc-getAR)" \
+		prefix=/usr \
+		"$@"
+}
+
+src_configure() {
+	local myopts
+
+	[[ "${CHOST}" == *-uclibc* ]] && \
+		myopts="${myopts} NO_NSEC=YesPlease"
+
+	export MY_MAKEOPTS="${myopts}"
+}
+
+src_compile() {
+	git_emake
+}
+
+src_install() {
+	git_emake install 
+}

diff --git a/dev-vcs/git/metadata.xml b/dev-vcs/git/metadata.xml
new file mode 100644
index 0000000..85188db
--- /dev/null
+++ b/dev-vcs/git/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>robbat2@gentoo.org</email>
+    <name>Robin H. Johnson</name>
+  </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 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="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>
+  </use>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: dev-vcs/git/
@ 2011-12-29 22:57 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2011-12-29 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f506a457a62cd32a4be38bae03fd605c9a1b7a03
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 22:57:39 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 22:57:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=f506a457

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.ebuild
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() {
 }
 
 src_install() {
-	git_emake install 
+	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 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer>
-    <email>robbat2@gentoo.org</email>
-    <name>Robin H. Johnson</name>
+    <email>blueness@gentoo.org</email>
+    <name>Anthony G. Basile</name>
   </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 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="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>
-  </use>
 </pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-29 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 22:57 [gentoo-commits] proj/hardened-dev:uclibc commit in: dev-vcs/git/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2011-12-29 22:57 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox