diff options
author | 2014-02-04 09:36:35 +0000 | |
---|---|---|
committer | 2014-02-04 09:36:35 +0000 | |
commit | 9867a815c369b9340f152f9cba39573bd70d8bad (patch) | |
tree | 90325e8627796371185659592da2d501a7837b8c /dev-vcs/git/git-1.8.1.5-r1.ebuild | |
parent | Fix underlinking and respect CC (diff) | |
download | gentoo-2-9867a815c369b9340f152f9cba39573bd70d8bad.tar.gz gentoo-2-9867a815c369b9340f152f9cba39573bd70d8bad.tar.bz2 gentoo-2-9867a815c369b9340f152f9cba39573bd70d8bad.zip |
Added rewritten init script which no longer contains "need net" (bug #490446). Added epatch_user (bug #497292). Added www-servers/nginx to the list of server who work with git-instaweb (bug #491862). Removed reference to no longer needed patch in remaining ebuilds. Removed old files and ebuilds
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs/git/git-1.8.1.5-r1.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.8.1.5-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-vcs/git/git-1.8.1.5-r1.ebuild b/dev-vcs/git/git-1.8.1.5-r1.ebuild index 9fcbdfb23ef2..e0daa292378e 100644 --- a/dev-vcs/git/git-1.8.1.5-r1.ebuild +++ b/dev-vcs/git/git-1.8.1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild,v 1.8 2014/01/18 09:26:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild,v 1.9 2014/02/04 09:36:35 polynomial-c Exp $ EAPI=4 @@ -211,10 +211,6 @@ src_unpack() { } 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.7.12-optional-cvs.patch |