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-cvs: emacs-cvs-23.1.9999-r1.ebuild emacs-cvs-23.1.90.ebuild
Date: Thu, 10 Dec 2009 10:39:34
Message-Id: E1NIgQk-0006Pz-S9@stork.gentoo.org
1 ulm 09/12/10 10:39:30
2
3 Modified: emacs-cvs-23.1.9999-r1.ebuild
4 emacs-cvs-23.1.90.ebuild
5 Log:
6 Undo previous change for live ebuild.
7 (Portage version: 2.2_rc58/cvs/Linux i686)
8
9 Revision Changes Path
10 1.5 app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: emacs-cvs-23.1.9999-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- emacs-cvs-23.1.9999-r1.ebuild 9 Dec 2009 18:09:25 -0000 1.4
23 +++ emacs-cvs-23.1.9999-r1.ebuild 10 Dec 2009 10:39:30 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild,v 1.4 2009/12/09 18:09:25 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild,v 1.5 2009/12/10 10:39:30 ulm Exp $
29
30 EAPI=2
31
32 @@ -90,9 +90,7 @@
33 [ "${FULL_VERSION%.*}" = ${PV%.*} ] \
34 || die "Upstream version number changed to ${FULL_VERSION}"
35 echo
36 - fi
37 -
38 - if [ -d "${WORKDIR}/patch" ]; then
39 + else
40 EPATCH_SUFFIX=patch epatch
41 fi
42
43
44
45
46 1.2 app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild?r1=1.1&r2=1.2
51
52 Index: emacs-cvs-23.1.90.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- emacs-cvs-23.1.90.ebuild 9 Dec 2009 18:09:25 -0000 1.1
59 +++ emacs-cvs-23.1.90.ebuild 10 Dec 2009 10:39:30 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2009 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild,v 1.1 2009/12/09 18:09:25 ulm Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild,v 1.2 2009/12/10 10:39:30 ulm Exp $
65
66 EAPI=2
67
68 @@ -90,10 +90,8 @@
69 [ "${FULL_VERSION%.*}" = ${PV%.*} ] \
70 || die "Upstream version number changed to ${FULL_VERSION}"
71 echo
72 - fi
73 -
74 - if [ -d "${WORKDIR}/patch" ]; then
75 - EPATCH_SUFFIX=patch epatch
76 + #else
77 + # EPATCH_SUFFIX=patch epatch
78 fi
79
80 sed -i -e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \