Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/librep: ChangeLog librep-0.17_p20070101.ebuild
Date: Sun, 12 Oct 2008 12:25:53
Message-Id: E1Kp017-0003JQ-KJ@stork.gentoo.org
1 ulm 08/10/12 12:25:49
2
3 Modified: ChangeLog librep-0.17_p20070101.ebuild
4 Log:
5 Specify name of Emacs site-init file explicitely.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.52 dev-libs/librep/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/ChangeLog?rev=1.52&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/ChangeLog?rev=1.52&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/ChangeLog?r1=1.51&r2=1.52
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v
18 retrieving revision 1.51
19 retrieving revision 1.52
20 diff -u -r1.51 -r1.52
21 --- ChangeLog 6 Oct 2008 19:31:53 -0000 1.51
22 +++ ChangeLog 12 Oct 2008 12:25:49 -0000 1.52
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-libs/librep
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.51 2008/10/06 19:31:53 truedfx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.52 2008/10/12 12:25:49 ulm Exp $
28 +
29 + 12 Oct 2008; Ulrich Mueller <ulm@g.o> librep-0.17_p20070101.ebuild:
30 + Specify name of Emacs site-init file explicitely.
31
32 06 Oct 2008; Harald van Dijk <truedfx@g.o>
33 +files/librep-0.17_p20070101-ldflags.patch, librep-0.17_p20070101.ebuild:
34
35
36
37 1.7 dev-libs/librep/librep-0.17_p20070101.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/librep-0.17_p20070101.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/librep-0.17_p20070101.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/librep-0.17_p20070101.ebuild?r1=1.6&r2=1.7
42
43 Index: librep-0.17_p20070101.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17_p20070101.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- librep-0.17_p20070101.ebuild 6 Oct 2008 19:31:53 -0000 1.6
50 +++ librep-0.17_p20070101.ebuild 12 Oct 2008 12:25:49 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17_p20070101.ebuild,v 1.6 2008/10/06 19:31:53 truedfx Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17_p20070101.ebuild,v 1.7 2008/10/12 12:25:49 ulm Exp $
56
57 MY_P=${P%_*}
58
59 @@ -60,7 +60,7 @@
60
61 if use emacs; then
62 elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed"
63 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
64 + elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \
65 || die "elisp-site-file-install failed"
66 fi
67 }