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: emacs-22.3-r2.ebuild emacs-21.4-r18.ebuild
Date: Tue, 31 Mar 2009 06:14:31
Message-Id: E1LoXEy-000378-QN@stork.gentoo.org
1 ulm 09/03/31 06:14:28
2
3 Modified: emacs-22.3-r2.ebuild emacs-21.4-r18.ebuild
4 Log:
5 Use lisp/subdirs.el for the mtime test.
6 (Portage version: 2.2_rc27/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 app-editors/emacs/emacs-22.3-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.3-r2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.3-r2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.3-r2.ebuild?r1=1.4&r2=1.5
14
15 Index: emacs-22.3-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- emacs-22.3-r2.ebuild 29 Mar 2009 09:36:44 -0000 1.4
22 +++ emacs-22.3-r2.ebuild 31 Mar 2009 06:14:28 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r2.ebuild,v 1.4 2009/03/29 09:36:44 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r2.ebuild,v 1.5 2009/03/31 06:14:28 ulm Exp $
28
29 EAPI=2
30
31 @@ -210,8 +210,8 @@
32
33 dodoc AUTHORS BUGS CONTRIBUTE README || die "dodoc failed"
34
35 - stamp_simple_el=$(stat --format=%Y \
36 - "${D}/usr/share/emacs/${FULL_VERSION}/lisp/simple.el")
37 + stamp_subdirs_el=$(stat --format=%Y \
38 + "${D}/usr/share/emacs/${FULL_VERSION}/lisp/subdirs.el")
39 }
40
41 emacs-infodir-rebuild() {
42 @@ -254,8 +254,8 @@
43 elog "\"man emacs.eselect\" for details."
44
45 local stamp=$(stat --format=%Y \
46 - "${ROOT}/usr/share/emacs/${FULL_VERSION}/lisp/simple.el")
47 - if [ "${stamp}" != "${stamp_simple_el}" ]; then
48 + "${ROOT}/usr/share/emacs/${FULL_VERSION}/lisp/subdirs.el")
49 + if [ "${stamp}" != "${stamp_subdirs_el}" ]; then
50 echo
51 ewarn "Your package manager does not preserve file modification times"
52 ewarn "when merging. This is a known issue with some package managers"
53
54
55
56 1.3 app-editors/emacs/emacs-21.4-r18.ebuild
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-21.4-r18.ebuild?rev=1.3&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-21.4-r18.ebuild?rev=1.3&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-21.4-r18.ebuild?r1=1.2&r2=1.3
61
62 Index: emacs-21.4-r18.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r18.ebuild,v
65 retrieving revision 1.2
66 retrieving revision 1.3
67 diff -u -r1.2 -r1.3
68 --- emacs-21.4-r18.ebuild 29 Mar 2009 09:36:44 -0000 1.2
69 +++ emacs-21.4-r18.ebuild 31 Mar 2009 06:14:28 -0000 1.3
70 @@ -1,6 +1,6 @@
71 # Copyright 1999-2009 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r18.ebuild,v 1.2 2009/03/29 09:36:44 ulm Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r18.ebuild,v 1.3 2009/03/31 06:14:28 ulm Exp $
75
76 EAPI=2
77 WANT_AUTOCONF="2.1"
78 @@ -146,8 +146,8 @@
79
80 dodoc BUGS ChangeLog README
81
82 - stamp_simple_el=$(stat --format=%Y \
83 - "${D}/usr/share/emacs/${FULL_VERSION}/lisp/simple.el")
84 + stamp_subdirs_el=$(stat --format=%Y \
85 + "${D}/usr/share/emacs/${FULL_VERSION}/lisp/subdirs.el")
86 }
87
88 emacs-infodir-rebuild() {
89 @@ -183,8 +183,8 @@
90 fi
91
92 local stamp=$(stat --format=%Y \
93 - "${ROOT}/usr/share/emacs/${FULL_VERSION}/lisp/simple.el")
94 - if [ "${stamp}" != "${stamp_simple_el}" ]; then
95 + "${ROOT}/usr/share/emacs/${FULL_VERSION}/lisp/subdirs.el")
96 + if [ "${stamp}" != "${stamp_subdirs_el}" ]; then
97 echo
98 ewarn "Your package manager does not preserve file modification times"
99 ewarn "when merging. This is a known issue with some package managers"