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/cedet: ChangeLog cedet-1.0_pre6.ebuild cedet-1.0_pre7.ebuild
Date: Sat, 27 Feb 2010 10:30:53
Message-Id: E1NlJwf-00067M-Ml@stork.gentoo.org
1 ulm 10/02/27 10:30:49
2
3 Modified: ChangeLog cedet-1.0_pre6.ebuild
4 Added: cedet-1.0_pre7.ebuild
5 Log:
6 Version bump. Update site-init file.
7 (Portage version: 2.2_rc63/cvs/Linux i686)
8
9 Revision Changes Path
10 1.49 app-emacs/cedet/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 3 Jan 2010 17:55:09 -0000 1.48
23 +++ ChangeLog 27 Feb 2010 10:30:48 -0000 1.49
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-emacs/cedet
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.48 2010/01/03 17:55:09 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.49 2010/02/27 10:30:48 ulm Exp $
29 +
30 +*cedet-1.0_pre7 (27 Feb 2010)
31 +
32 + 27 Feb 2010; Ulrich Mueller <ulm@g.o> cedet-1.0_pre6.ebuild,
33 + +cedet-1.0_pre7.ebuild, +files/50cedet-gentoo-1.0_pre6.el,
34 + files/50cedet-gentoo.el:
35 + Version bump. Update site-init file.
36
37 03 Jan 2010; Ulrich Mueller <ulm@g.o> cedet-1.0_pre6.ebuild:
38 Explicitly add srecode to the load-path in src_test, fixes bug 299461.
39
40
41
42 1.10 app-emacs/cedet/cedet-1.0_pre6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/cedet-1.0_pre6.ebuild?rev=1.10&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/cedet-1.0_pre6.ebuild?rev=1.10&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/cedet-1.0_pre6.ebuild?r1=1.9&r2=1.10
47
48 Index: cedet-1.0_pre6.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0_pre6.ebuild,v
51 retrieving revision 1.9
52 retrieving revision 1.10
53 diff -u -r1.9 -r1.10
54 --- cedet-1.0_pre6.ebuild 3 Jan 2010 17:55:09 -0000 1.9
55 +++ cedet-1.0_pre6.ebuild 27 Feb 2010 10:30:48 -0000 1.10
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0_pre6.ebuild,v 1.9 2010/01/03 17:55:09 ulm Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0_pre6.ebuild,v 1.10 2010/02/27 10:30:48 ulm Exp $
61
62 NEED_EMACS=22
63
64 @@ -23,7 +23,7 @@
65
66 S="${WORKDIR}/${MY_P}"
67 ELISP_PATCHES="${P}-fix-eieio-comp.patch"
68 -SITEFILE="50${PN}-gentoo.el"
69 +SITEFILE="50${PN}-gentoo-${PV}.el"
70
71 src_compile() {
72 emake -j1 \
73
74
75
76 1.1 app-emacs/cedet/cedet-1.0_pre7.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/cedet-1.0_pre7.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/cedet-1.0_pre7.ebuild?rev=1.1&content-type=text/plain
80
81 Index: cedet-1.0_pre7.ebuild
82 ===================================================================
83 # Copyright 1999-2010 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0_pre7.ebuild,v 1.1 2010/02/27 10:30:48 ulm Exp $
86
87 NEED_EMACS=22
88
89 inherit elisp
90
91 MY_P=${P/_}
92 DESCRIPTION="CEDET: Collection of Emacs Development Tools"
93 HOMEPAGE="http://cedet.sourceforge.net/"
94 SRC_URI="mirror://sourceforge/cedet/${MY_P}.tar.gz"
95
96 LICENSE="GPL-2 FDL-1.1"
97 SLOT="0"
98 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
99 IUSE=""
100
101 DEPEND=""
102 RDEPEND="!app-emacs/semantic
103 !app-emacs/eieio
104 !app-emacs/speedbar"
105
106 S="${WORKDIR}/${MY_P}"
107 SITEFILE="50${PN}-gentoo.el"
108
109 src_compile() {
110 emake -j1 \
111 EMACS="${EMACS}" \
112 EMACSFLAGS="${EMACSFLAGS}" \
113 || die "emake failed"
114 }
115
116 src_test() {
117 emake -j1 \
118 EMACS="${EMACS}" \
119 EMACSFLAGS="${EMACSFLAGS} -L srecode" \
120 utest || die "make utest failed"
121 }
122
123 src_install() {
124 local target file dir
125 find . -type d -name tests -prune -o -type f -print | while read target
126 do
127 file=${target##*/}
128 dir=${target%/*}; dir=${dir#./}
129 case "${file}" in
130 *~ | Makefile | *.texi | *-script | PRERELEASE_CHECKLIST \
131 | Project.ede | USING_CEDET_FROM_CVS | grammar-fw-ov.txt)
132 ;;
133 ChangeLog | README | AUTHORS | *NEWS | INSTALL \
134 | renamelist.txt | semanticdb.sh)
135 docinto "${dir}"
136 dodoc "${target}" || die ;;
137 *.el | *.by | *.wy)
138 # install grammar sources along with the elisp files, since
139 # the location where semantic expects them is not configurable
140 insinto "${SITELISP}/${PN}/${dir}"
141 doins "${target}" || die ;;
142 *.elc)
143 # we are in a subshell, so collecting in a variable won't work
144 echo "${target}" >>"${T}/elc-list.txt" ;;
145 *.srt | *.xpm)
146 insinto "${SITEETC}/${PN}/${dir}"
147 doins "${target}" || die ;;
148 *.info* | grammar-fw-ov.png)
149 doinfo "${target}" || die ;;
150 *)
151 die "Unrecognised file ${target}" ;;
152 esac
153 done
154
155 # make sure that the compiled elisp files have a later time stamp than
156 # the corresponding sources, in order to suppress warnings at run time
157 while read target; do
158 dir=${target%/*}; dir=${dir#./}
159 insinto "${SITELISP}/${PN}/${dir}"
160 doins "${target}" || die
161 done <"${T}/elc-list.txt"
162
163 elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
164 }