summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-09-16 08:46:05 +0000
committerJustin Lecher <jlec@gentoo.org>2014-09-16 08:46:05 +0000
commitdac5e8050bdd25a124f635faa1e941325a768d0d (patch)
tree885409f4a304b59b3cfb0c179c1d383312dbe0c8 /dev-vcs
parentReplace patchset's extention to xz. Fixes #522896 (diff)
downloadgentoo-2-dac5e8050bdd25a124f635faa1e941325a768d0d.tar.gz
gentoo-2-dac5e8050bdd25a124f635faa1e941325a768d0d.tar.bz2
gentoo-2-dac5e8050bdd25a124f635faa1e941325a768d0d.zip
dev-vcs/git-cola: Some prefix love
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-cola/ChangeLog5
-rw-r--r--dev-vcs/git-cola/git-cola-2.0.6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index c5b7c15dfe1a..124a52a99664 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/git-cola
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.32 2014/09/15 19:23:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.33 2014/09/16 08:46:05 jlec Exp $
+
+ 16 Sep 2014; Justin Lecher <jlec@gentoo.org> git-cola-2.0.6.ebuild:
+ Some prefix love
*git-cola-2.0.6 (15 Sep 2014)
diff --git a/dev-vcs/git-cola/git-cola-2.0.6.ebuild b/dev-vcs/git-cola/git-cola-2.0.6.ebuild
index 6143c55f7a47..e6661d454e4e 100644
--- a/dev-vcs/git-cola/git-cola-2.0.6.ebuild
+++ b/dev-vcs/git-cola/git-cola-2.0.6.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-cola/git-cola-2.0.6.ebuild,v 1.1 2014/09/15 19:23:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.6.ebuild,v 1.2 2014/09/16 08:46:05 jlec Exp $
EAPI=5
@@ -86,8 +86,8 @@ python_install_all() {
prefix="${EPREFIX}/usr" \
install
- python_fix_shebang "${D}/usr/share/git-cola/bin/git-xbase"
- python_optimize "${D}/usr/share/git-cola/lib/cola"
+ python_fix_shebang "${ED}/usr/share/git-cola/bin/git-xbase"
+ python_optimize "${ED}/usr/share/git-cola/lib/cola"
if ! use doc ; then
HTML_DOCS=( "${FILESDIR}"/index.html )