summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-03-19 11:27:43 +0000
committerUlrich Müller <ulm@gentoo.org>2007-03-19 11:27:43 +0000
commit9c5f51a7923aff1550f12b2023780b670b178613 (patch)
tree7d9cb008992d7322e20583f6ebb52eb5fac3d2f0
parentCorrected E-mail address. ;-) (diff)
downloademacs-9c5f51a7923aff1550f12b2023780b670b178613.tar.gz
emacs-9c5f51a7923aff1550f12b2023780b670b178613.tar.bz2
emacs-9c5f51a7923aff1550f12b2023780b670b178613.zip
Don't install emacs-18 executable twice.
svn path=/emacs-extra/; revision=99
-rw-r--r--app-editors/emacs/ChangeLog3
-rw-r--r--app-editors/emacs/emacs-18.59-r3.ebuild6
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog
index 31f0b1d..a3c6035 100644
--- a/app-editors/emacs/ChangeLog
+++ b/app-editors/emacs/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 Mar 2007; Ulrich Mueller <ulm@kph.uni-mainz.de> emacs-18.59-r3.ebuild:
+ Don't install emacs executable twice.
+
19 Mar 2007; Ulrich Mueller <ulm@kph.uni-mainz.de> emacs-21.4-r10.ebuild,
+files/emacs-21.4-qa.patch:
Get rid of compiler warnings.
diff --git a/app-editors/emacs/emacs-18.59-r3.ebuild b/app-editors/emacs/emacs-18.59-r3.ebuild
index ed077d8..dc489ea 100644
--- a/app-editors/emacs/emacs-18.59-r3.ebuild
+++ b/app-editors/emacs/emacs-18.59-r3.ebuild
@@ -74,10 +74,10 @@ src_install() {
dodir ${MY_LOCKDIR}
keepdir ${MY_LOCKDIR}
- for i in "${D}"/usr/bin/*; do
- mv ${i}{,-emacs-${SLOT}} || die "mv ${i} failed"
+ for i in emacsclient etags ctags; do
+ mv "${D}"/usr/bin/${i}{,-emacs-${SLOT}} || die "mv ${i} failed"
done
- dosym emacs-emacs-${SLOT} /usr/bin/emacs-${SLOT}
+ mv "${D}"/usr/bin/emacs{,-${SLOT}} || die "mv emacs failed"
mv "${D}"/usr/share/man/man1/emacs{,-emacs-${SLOT}}.1 || die
dosym ../emacs/${PV}/info /usr/share/info/emacs-${SLOT}