Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/emacs-vcs: ChangeLog emacs-vcs-24.2.9999.ebuild
Date: Thu, 23 Aug 2012 20:14:02
Message-Id: 20120823201325.28A57204BC@flycatcher.gentoo.org
1 ulm 12/08/23 20:13:25
2
3 Modified: ChangeLog emacs-vcs-24.2.9999.ebuild
4 Log:
5 Set option to prevent installation of emacs symlink.
6
7 (Portage version: 2.1.11.10/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.111 app-editors/emacs-vcs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.111&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.111&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?r1=1.110&r2=1.111
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v
19 retrieving revision 1.110
20 retrieving revision 1.111
21 diff -u -r1.110 -r1.111
22 --- ChangeLog 21 Aug 2012 19:20:42 -0000 1.110
23 +++ ChangeLog 23 Aug 2012 20:13:25 -0000 1.111
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-editors/emacs-vcs
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.110 2012/08/21 19:20:42 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.111 2012/08/23 20:13:25 ulm Exp $
29 +
30 + 23 Aug 2012; Ulrich Müller <ulm@g.o> emacs-vcs-24.2.9999.ebuild:
31 + Set option to prevent installation of emacs symlink.
32
33 21 Aug 2012; Ulrich Müller <ulm@g.o> emacs-vcs-24.2.9999.ebuild:
34 Upstream changed hard link for emacs binary to symbolic link. Remove the
35
36
37
38 1.3 app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild?r1=1.2&r2=1.3
43
44 Index: emacs-vcs-24.2.9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- emacs-vcs-24.2.9999.ebuild 21 Aug 2012 19:20:42 -0000 1.2
51 +++ emacs-vcs-24.2.9999.ebuild 23 Aug 2012 20:13:25 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild,v 1.2 2012/08/21 19:20:42 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild,v 1.3 2012/08/23 20:13:25 ulm Exp $
57
58 EAPI=4
59
60 @@ -238,10 +238,8 @@
61 }
62
63 src_install () {
64 - emake install DESTDIR="${D}"
65 + emake install DESTDIR="${D}" NO_BIN_LINK=t
66
67 - rm "${ED}"/usr/bin/emacs-${EMACS_SUFFIX} \
68 - || die "Removing link to emacs executable failed"
69 mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} \
70 || die "Moving emacs executable failed"