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/gentoo-syntax: ChangeLog gentoo-syntax-1.12.ebuild gentoo-syntax-9999.ebuild
Date: Mon, 31 Oct 2011 03:59:03
Message-Id: E1MfzQ8-0007lv-4p@stork.gentoo.org
1 ulm 09/08/25 17:02:56
2
3 Modified: ChangeLog gentoo-syntax-1.12.ebuild
4 gentoo-syntax-9999.ebuild
5 Log:
6 Assign PORTDIR in site-init file.
7 (Portage version: 2.2_rc40/cvs/Linux i686)
8
9 Revision Changes Path
10 1.45 app-emacs/gentoo-syntax/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 25 Aug 2009 13:39:55 -0000 1.44
23 +++ ChangeLog 25 Aug 2009 17:02:55 -0000 1.45
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emacs/gentoo-syntax
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.44 2009/08/25 13:39:55 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.45 2009/08/25 17:02:55 ulm Exp $
29 +
30 + 25 Aug 2009; Ulrich Mueller <ulm@g.o> gentoo-syntax-1.12.ebuild,
31 + +files/50gentoo-syntax-gentoo-1.12.el, files/50gentoo-syntax-gentoo.el,
32 + gentoo-syntax-9999.ebuild:
33 + Assign PORTDIR in site-init file.
34
35 25 Aug 2009; Christian Faulhammer <fauli@g.o>
36 gentoo-syntax-9999.ebuild:
37
38
39
40 1.7 app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild?r1=1.6&r2=1.7
45
46 Index: gentoo-syntax-1.12.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- gentoo-syntax-1.12.ebuild 16 Jul 2009 17:42:15 -0000 1.6
53 +++ gentoo-syntax-1.12.ebuild 25 Aug 2009 17:02:55 -0000 1.7
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild,v 1.6 2009/07/16 17:42:15 tcunha Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild,v 1.7 2009/08/25 17:02:55 ulm Exp $
59
60 inherit elisp
61
62 @@ -14,7 +14,7 @@
63 IUSE=""
64
65 DOCS="ChangeLog"
66 -SITEFILE="50${PN}-gentoo.el"
67 +SITEFILE="50${PN}-gentoo-${PV}.el"
68
69 pkg_postinst() {
70 elisp-site-regen
71
72
73
74 1.8 app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild?rev=1.8&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild?rev=1.8&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild?r1=1.7&r2=1.8
79
80 Index: gentoo-syntax-9999.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v
83 retrieving revision 1.7
84 retrieving revision 1.8
85 diff -u -r1.7 -r1.8
86 --- gentoo-syntax-9999.ebuild 25 Aug 2009 13:39:55 -0000 1.7
87 +++ gentoo-syntax-9999.ebuild 25 Aug 2009 17:02:55 -0000 1.8
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2009 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v 1.7 2009/08/25 13:39:55 fauli Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v 1.8 2009/08/25 17:02:55 ulm Exp $
93
94 inherit elisp subversion
95
96 @@ -23,8 +23,12 @@
97 }
98
99 src_install() {
100 - elisp_src_install
101 - doinfo gentoo-syntax.info
102 + elisp-install ${PN} *.el *.elc || die
103 + sed -e "s:@PORTDIR@:${PORTDIR}:" \
104 + "${FILESDIR}/${SITEFILE}" >"${T}/${SITEFILE}" || die
105 + elisp-site-file-install "${T}/${SITEFILE}" || die
106 + doinfo gentoo-syntax.info || die
107 + dodoc ${DOCS} || die
108 }
109
110 pkg_postinst() {