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-emacs/emacs-common-gentoo: ChangeLog emacs-common-gentoo-1.2.ebuild
Date: Tue, 01 Dec 2009 06:45:23
Message-Id: E1NFMUB-0003Sr-Cw@stork.gentoo.org
1 ulm 09/12/01 06:45:19
2
3 Modified: ChangeLog emacs-common-gentoo-1.2.ebuild
4 Log:
5 Regenerate site-gentoo file in pkg_config, too.
6 (Portage version: 2.2_rc52/cvs/Linux i686)
7
8 Revision Changes Path
9 1.25 app-emacs/emacs-common-gentoo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog?r1=1.24&r2=1.25
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- ChangeLog 12 Oct 2009 16:36:02 -0000 1.24
22 +++ ChangeLog 1 Dec 2009 06:45:19 -0000 1.25
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-emacs/emacs-common-gentoo
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v 1.24 2009/10/12 16:36:02 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v 1.25 2009/12/01 06:45:19 ulm Exp $
28 +
29 + 01 Dec 2009; Ulrich Mueller <ulm@g.o>
30 + emacs-common-gentoo-1.2.ebuild:
31 + Regenerate site-gentoo file in pkg_config, too.
32
33 12 Oct 2009; Raúl Porcel <armin76@g.o>
34 emacs-common-gentoo-1.2.ebuild:
35
36
37
38 1.10 app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.2.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.2.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.2.ebuild?r1=1.9&r2=1.10
43
44 Index: emacs-common-gentoo-1.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.2.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- emacs-common-gentoo-1.2.ebuild 12 Oct 2009 16:36:02 -0000 1.9
51 +++ emacs-common-gentoo-1.2.ebuild 1 Dec 2009 06:45:19 -0000 1.10
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.2.ebuild,v 1.9 2009/10/12 16:36:02 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.2.ebuild,v 1.10 2009/12/01 06:45:19 ulm Exp $
57
58 inherit elisp-common eutils fdo-mime gnome2-utils
59
60 @@ -74,7 +74,11 @@
61 }
62
63 pkg_config() {
64 + # make sure that site-gentoo.el exists since site-start.el requires it
65 + elisp-site-regen
66 +
67 if [ ! -e "${ROOT}${SITELISP}/site-start.el" ]; then
68 + echo
69 einfo "Press ENTER to create a default site-start.el file"
70 einfo "for GNU Emacs, or Control-C to abort now ..."
71 read