Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 471242

Summary: dev-vcs/git-1.8.3.2 version bump
Product: Gentoo Linux Reporter: theodor
Component: [OLD] DevelopmentAssignee: Robin Johnson <robbat2>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gentoo.power, leho
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.txt
Whiteboard:
Package list:
Runtime testing required: ---

Description theodor 2013-05-25 14:01:25 UTC
Please add git 1.8.3 to the portage tree.

Reproducible: Always
Comment 1 Iván Atienza 2013-06-01 00:54:47 UTC
@@ -216,16 +216,9 @@
 }
 
 src_prepare() {
-	# bug #418431 - stated for upstream 1.7.13. Developed by Michael Schwern,
-	# funded as a bounty by the Gentoo Foundation. Merged upstream in 1.8.0.
-	#epatch "${FILESDIR}"/git-1.7.12-git-svn-backport.patch
-
 	# bug #350330 - automagic CVS when we don't want it is bad.
 	epatch "${FILESDIR}"/git-1.8.2-optional-cvs.patch
 
-	# bug #464210 - texinfo anchors
-	epatch "${FILESDIR}"/git-1.8.2-texinfo.patch
-
 	sed -i \
 		-e 's:^\(CFLAGS =\).*$:\1 $(OPTCFLAGS) -Wall:' \
 		-e 's:^\(LDFLAGS =\).*$:\1 $(OPTLDFLAGS):' \


git-1.8.2-texinfo.patch is fixed upstream, rename and apply this patch on top of git-1.8.2.1 ebuild works for me.

Salud.
Comment 2 Leho Kraav (:macmaN @lkraav) 2013-07-04 01:02:19 UTC
Can I also ask for adding contrib/remote-helpers to the for loop? felipec's git-remote-hg.py https://github.com/felipec/git/tree/fc/master/contrib/remote-helpers is quite useful.
Comment 3 Leho Kraav (:macmaN @lkraav) 2013-07-04 01:04:33 UTC
Maybe http://felipec.wordpress.com/2012/11/13/git-remote-hg-bzr-2/ is useful as well
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-07-09 06:54:25 UTC

*** This bug has been marked as a duplicate of bug 467856 ***