Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1241 - emacs-updater
Date: Sun, 22 Mar 2009 19:50:40
Message-Id: E1LlTgs-0001ey-Dt@stork.gentoo.org
1 Author: ulm
2 Date: 2009-03-22 19:50:37 +0000 (Sun, 22 Mar 2009)
3 New Revision: 1241
4
5 Modified:
6 emacs-updater/ChangeLog
7 emacs-updater/emacs-updater
8 Log:
9 00site-gentoo.el should not exist anymore. Treat it like a normal file.
10
11 Modified: emacs-updater/ChangeLog
12 ===================================================================
13 --- emacs-updater/ChangeLog 2009-03-18 17:05:17 UTC (rev 1240)
14 +++ emacs-updater/ChangeLog 2009-03-22 19:50:37 UTC (rev 1241)
15 @@ -1,3 +1,8 @@
16 +2009-03-22 Ulrich Mueller <ulm@g.o>
17 +
18 + * emacs-updater (action_sitedir): 00site-gentoo.el should not
19 + exist anymore. Treat it like a normal file.
20 +
21 2009-01-18 Ulrich Mueller <ulm@g.o>
22
23 * Version 1.3 released.
24
25 Modified: emacs-updater/emacs-updater
26 ===================================================================
27 --- emacs-updater/emacs-updater 2009-03-18 17:05:17 UTC (rev 1240)
28 +++ emacs-updater/emacs-updater 2009-03-22 19:50:37 UTC (rev 1241)
29 @@ -153,7 +153,6 @@
30
31 for sf in "${ROOT}${SITELISP}"/[0-9][0-9]*-gentoo.el
32 do
33 - [ "${sf##*/}" = 00site-gentoo.el ] && continue
34 echo "Found ${sf##*/}"
35 echo "${sf}" >> "${TMPFILE}"
36 done