diff options
author | 2008-04-24 08:24:03 +0000 | |
---|---|---|
committer | 2008-04-24 08:24:03 +0000 | |
commit | 022827b8f367be9a4bb52269f5fe1e3158189ede (patch) | |
tree | ad84fd183b3fc9c19a8dec8a530ee19a8d951322 /dev-util/git | |
parent | No absolute paths in patches! Bug #219099. (diff) | |
download | gentoo-2-022827b8f367be9a4bb52269f5fe1e3158189ede.tar.gz gentoo-2-022827b8f367be9a4bb52269f5fe1e3158189ede.tar.bz2 gentoo-2-022827b8f367be9a4bb52269f5fe1e3158189ede.zip |
Fix bad numbering of file.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/git/files/20080322-git-1.5.4.4-noperl.patch (renamed from dev-util/git/files/20080322-git-1.5.5.4-noperl.patch) | 0 | ||||
-rw-r--r-- | dev-util/git/git-1.5.4.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/git/git-1.5.4.5.ebuild | 4 |
4 files changed, 11 insertions, 5 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 95758b70b820..3470b29f3e7d 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/git # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.267 2008/04/24 08:08:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.268 2008/04/24 08:24:03 robbat2 Exp $ + + 24 Apr 2008; Robin H. Johnson <robbat2@gentoo.org> + +files/20080322-git-1.5.4.4-noperl.patch, + -files/20080322-git-1.5.5.4-noperl.patch, git-1.5.4.4-r1.ebuild, + git-1.5.4.5.ebuild: + Fix bad numbering of file. 24 Apr 2008; Robin H. Johnson <robbat2@gentoo.org> files/20080423-git-1.5.5.1-noperl.patch: diff --git a/dev-util/git/files/20080322-git-1.5.5.4-noperl.patch b/dev-util/git/files/20080322-git-1.5.4.4-noperl.patch index bf5e8306fe5c..bf5e8306fe5c 100644 --- a/dev-util/git/files/20080322-git-1.5.5.4-noperl.patch +++ b/dev-util/git/files/20080322-git-1.5.4.4-noperl.patch diff --git a/dev-util/git/git-1.5.4.4-r1.ebuild b/dev-util/git/git-1.5.4.4-r1.ebuild index 4a606dbd62b9..33b9162851ae 100644 --- a/dev-util/git/git-1.5.4.4-r1.ebuild +++ b/dev-util/git/git-1.5.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.4.4-r1.ebuild,v 1.3 2008/03/24 15:48:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.4.4-r1.ebuild,v 1.4 2008/04/24 08:24:03 robbat2 Exp $ inherit toolchain-funcs eutils elisp-common perl-module bash-completion @@ -91,7 +91,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-1.5.3-symlinks.patch - epatch "${FILESDIR}"/20080322-${PN}-1.5.5.4-noperl.patch + epatch "${FILESDIR}"/20080322-${PN}-1.5.4.4-noperl.patch sed -i \ -e "s:^\(CFLAGS =\).*$:\1 ${CFLAGS} -Wall:" \ diff --git a/dev-util/git/git-1.5.4.5.ebuild b/dev-util/git/git-1.5.4.5.ebuild index 9eb621d98eec..fbcf5d2ddb76 100644 --- a/dev-util/git/git-1.5.4.5.ebuild +++ b/dev-util/git/git-1.5.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.4.5.ebuild,v 1.1 2008/03/29 07:59:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.4.5.ebuild,v 1.2 2008/04/24 08:24:03 robbat2 Exp $ inherit toolchain-funcs eutils elisp-common perl-module bash-completion @@ -91,7 +91,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-1.5.3-symlinks.patch - epatch "${FILESDIR}"/20080322-${PN}-1.5.5.4-noperl.patch + epatch "${FILESDIR}"/20080322-${PN}-1.5.4.4-noperl.patch sed -i \ -e "s:^\(CFLAGS =\).*$:\1 ${CFLAGS} -Wall:" \ |