diff options
author | 2005-11-19 14:04:32 +0000 | |
---|---|---|
committer | 2005-11-19 14:04:32 +0000 | |
commit | f4deac825922f49ebf430a9a9abadb6bbff872e9 (patch) | |
tree | 811d9b147c14353a5725ca34dd0a557d9b711290 /dev-util/git | |
parent | bug 112883 - optional dep for authen::sasl (diff) | |
download | gentoo-2-f4deac825922f49ebf430a9a9abadb6bbff872e9.tar.gz gentoo-2-f4deac825922f49ebf430a9a9abadb6bbff872e9.tar.bz2 gentoo-2-f4deac825922f49ebf430a9a9abadb6bbff872e9.zip |
Rename the patch to a more understandable name
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/git/files/git-0.99.9j-binary-diff-fix.patch (renamed from dev-util/git/files/git-0.99.9j-diff.patch) | 0 | ||||
-rw-r--r-- | dev-util/git/git-0.99.9j.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 69646be14a73..4fd874683512 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/git # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.45 2005/11/19 11:13:16 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.46 2005/11/19 14:04:32 r3pek Exp $ + + 19 Nov 2005; Carlos Silva <r3pek@gentoo.org> + +files/git-0.99.9j-binary-diff-fix.patch, -files/git-0.99.9j-diff.patch, + git-0.99.9j.ebuild: + Rename the patch to a more understandable name *git-0.99.9j (19 Nov 2005) diff --git a/dev-util/git/files/git-0.99.9j-diff.patch b/dev-util/git/files/git-0.99.9j-binary-diff-fix.patch index 6d5e0965b52f..6d5e0965b52f 100644 --- a/dev-util/git/files/git-0.99.9j-diff.patch +++ b/dev-util/git/files/git-0.99.9j-binary-diff-fix.patch diff --git a/dev-util/git/git-0.99.9j.ebuild b/dev-util/git/git-0.99.9j.ebuild index 62fe1cf60581..5bda1c70421d 100644 --- a/dev-util/git/git-0.99.9j.ebuild +++ b/dev-util/git/git-0.99.9j.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.99.9j.ebuild,v 1.1 2005/11/19 11:13:16 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.99.9j.ebuild,v 1.2 2005/11/19 14:04:32 r3pek Exp $ inherit python toolchain-funcs eutils @@ -64,7 +64,7 @@ src_unpack() { -e "s:^\(AR = \).*$:\1$(tc-getAR):" \ Makefile || die "sed failed" - epatch "${FILESDIR}/${P}-diff.patch" + epatch "${FILESDIR}/${P}-binary-diff-fix.patch" exportmakeopts } |