summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-04-05 21:17:42 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-04-05 21:17:42 +0000
commit7550a0b3d4c4939b611deda03ca91420d887b830 (patch)
tree6771138947a25c38b38c54872da26174ba6ba6d9 /dev-util
parentx86 stable, bug #251832 (diff)
downloadgentoo-2-7550a0b3d4c4939b611deda03ca91420d887b830.tar.gz
gentoo-2-7550a0b3d4c4939b611deda03ca91420d887b830.tar.bz2
gentoo-2-7550a0b3d4c4939b611deda03ca91420d887b830.zip
More missing emacs blame bits, and include a credit for some of the git-scm work that the 9999 build is based on.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/git/ChangeLog8
-rw-r--r--dev-util/git/git-1.6.2.2.ebuild8
-rw-r--r--dev-util/git/git-9999.ebuild4
3 files changed, 13 insertions, 7 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog
index 7a10eafafa8a..3854dc37f443 100644
--- a/dev-util/git/ChangeLog
+++ b/dev-util/git/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/git
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.328 2009/04/05 00:04:16 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.329 2009/04/05 21:17:42 robbat2 Exp $
+
+ 05 Apr 2009; Robin H. Johnson <robbat2@gentoo.org> git-9999.ebuild:
+ Forgot a bit.
05 Apr 2009; Robin H. Johnson <robbat2@gentoo.org> git-1.6.2.2-r1.ebuild:
Refix bug #237210, missed a part.
@@ -11,7 +14,8 @@
03 Apr 2009; Robin H. Johnson <robbat2@gentoo.org> +git-1.6.2.2-r1.ebuild,
+git-9999.ebuild:
Bug #238023 - add an scm-capable ebuild for Git, use it to tidy up the
- ebuild a bit too.
+ ebuild a bit too. Based on the work by Sebastian Pipping
+ <webmaster@hartwork.org>.
*git-1.6.2.2 (03 Apr 2009)
diff --git a/dev-util/git/git-1.6.2.2.ebuild b/dev-util/git/git-1.6.2.2.ebuild
index 0d7cf561691a..223a973522c2 100644
--- a/dev-util/git/git-1.6.2.2.ebuild
+++ b/dev-util/git/git-1.6.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.2.2.ebuild,v 1.1 2009/04/03 06:15:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.2.2.ebuild,v 1.2 2009/04/05 21:17:42 robbat2 Exp $
EAPI=2
@@ -129,11 +129,13 @@ src_compile() {
git_emake || die "emake failed"
if use emacs ; then
- elisp-compile contrib/emacs/git.el || die "emacs modules failed"
+ elisp-compile contrib/emacs/git{,-blame}.el \
+ || die "emacs modules failed"
fi
if use perl && use cgi ; then
git_emake \
- gitweb/gitweb.cgi || die "emake gitweb/gitweb.cgi failed"
+ gitweb/gitweb.cgi \
+ || die "emake gitweb/gitweb.cgi failed"
fi
}
diff --git a/dev-util/git/git-9999.ebuild b/dev-util/git/git-9999.ebuild
index de08b2d1f271..59fb6766f96a 100644
--- a/dev-util/git/git-9999.ebuild
+++ b/dev-util/git/git-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-9999.ebuild,v 1.2 2009/04/03 15:23:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-9999.ebuild,v 1.3 2009/04/05 21:17:42 robbat2 Exp $
EAPI=2
@@ -160,7 +160,7 @@ src_compile() {
git_emake || die "emake failed"
if use emacs ; then
- elisp-compile contrib/emacs/git.el \
+ elisp-compile contrib/emacs/git{,-blame}.el \
|| die "emacs modules failed"
fi