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: ChangeLog emacs-cvs-22.2.9999.ebuild emacs-cvs-23.0.9999.ebuild
Date: Fri, 28 Mar 2008 06:55:33
Message-Id: E1Jf8Ut-0002d6-0I@stork.gentoo.org
1 ulm 08/03/28 06:55:31
2
3 Modified: ChangeLog emacs-cvs-22.2.9999.ebuild
4 emacs-cvs-23.0.9999.ebuild
5 Log:
6 Activate test for version number again.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.204 app-editors/emacs-cvs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.204&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.204&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.203&r2=1.204
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
19 retrieving revision 1.203
20 retrieving revision 1.204
21 diff -u -r1.203 -r1.204
22 --- ChangeLog 28 Mar 2008 06:40:50 -0000 1.203
23 +++ ChangeLog 28 Mar 2008 06:55:30 -0000 1.204
24 @@ -1,10 +1,10 @@
25 # ChangeLog for app-editors/emacs-cvs
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.203 2008/03/28 06:40:50 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.204 2008/03/28 06:55:30 ulm Exp $
29
30 28 Mar 2008; Ulrich Mueller <ulm@g.o> emacs-cvs-22.2.9999.ebuild,
31 emacs-cvs-23.0.50_pre20080201.ebuild, emacs-cvs-23.0.9999.ebuild:
32 - Add keepdir for site-lisp directory.
33 + Add keepdir for site-lisp directory. Activate test for version number again.
34
35 26 Mar 2008; Ulrich Mueller <ulm@g.o> -emacs-cvs-22.1.91.ebuild,
36 -emacs-cvs-22.1.92.ebuild, emacs-cvs-22.2.9999.ebuild:
37
38
39
40 1.4 app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild?r1=1.3&r2=1.4
45
46 Index: emacs-cvs-22.2.9999.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- emacs-cvs-22.2.9999.ebuild 28 Mar 2008 06:40:50 -0000 1.3
53 +++ emacs-cvs-22.2.9999.ebuild 28 Mar 2008 06:55:30 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v 1.3 2008/03/28 06:40:50 ulm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v 1.4 2008/03/28 06:55:30 ulm Exp $
59
60 ECVS_AUTH="pserver"
61 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
62 @@ -71,8 +71,8 @@
63 echo
64 einfo "Emacs CVS branch: ${ECVS_BRANCH}"
65 einfo "Emacs version number: ${FULL_VERSION}"
66 - #[ "${FULL_VERSION}" = ${PV} ] \
67 - # || die "Upstream version number changed to ${FULL_VERSION}"
68 + [ "${FULL_VERSION%.*}" = ${PV%.*} ] \
69 + || die "Upstream version number changed to ${FULL_VERSION}"
70 echo
71
72 epatch "${FILESDIR}/${PN}-Xaw3d-headers.patch"
73
74
75
76 1.3 app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?rev=1.3&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?rev=1.3&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?r1=1.2&r2=1.3
81
82 Index: emacs-cvs-23.0.9999.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v
85 retrieving revision 1.2
86 retrieving revision 1.3
87 diff -u -r1.2 -r1.3
88 --- emacs-cvs-23.0.9999.ebuild 28 Mar 2008 06:40:50 -0000 1.2
89 +++ emacs-cvs-23.0.9999.ebuild 28 Mar 2008 06:55:30 -0000 1.3
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.2 2008/03/28 06:40:50 ulm Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.3 2008/03/28 06:55:30 ulm Exp $
95
96 ECVS_AUTH="pserver"
97 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
98 @@ -83,8 +83,8 @@
99 echo
100 einfo "Emacs CVS branch: ${ECVS_BRANCH}"
101 einfo "Emacs version number: ${FULL_VERSION}"
102 - #[ "${FULL_VERSION}" = ${PV} ] \
103 - # || die "Upstream version number changed to ${FULL_VERSION}"
104 + [ "${FULL_VERSION%.*}" = ${PV%.*} ] \
105 + || die "Upstream version number changed to ${FULL_VERSION}"
106 echo
107
108 epatch "${FILESDIR}/${PN}-freebsd-sparc.patch"
109
110
111
112 --
113 gentoo-commits@l.g.o mailing list