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/ecb: ecb-2.32-r2.ebuild ChangeLog
Date: Sun, 23 Sep 2007 13:10:42
Message-Id: E1IZR6P-00073r-D5@stork.gentoo.org
1 ulm 07/09/23 13:02:25
2
3 Modified: ecb-2.32-r2.ebuild ChangeLog
4 Log:
5 Remove dependency on speedbar and eieio since they have been last-rited.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.3 app-emacs/ecb/ecb-2.32-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ecb-2.32-r2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ecb-2.32-r2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ecb-2.32-r2.ebuild?r1=1.2&r2=1.3
14
15 Index: ecb-2.32-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.32-r2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ecb-2.32-r2.ebuild 15 Jul 2007 13:26:02 -0000 1.2
22 +++ ecb-2.32-r2.ebuild 23 Sep 2007 13:02:24 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.32-r2.ebuild,v 1.2 2007/07/15 13:26:02 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.32-r2.ebuild,v 1.3 2007/09/23 13:02:24 ulm Exp $
28
29 inherit elisp
30
31 @@ -13,11 +13,7 @@
32 KEYWORDS="~amd64 ~ppc ~x86"
33 IUSE="java"
34
35 -DEPEND="
36 - || ( app-emacs/cedet
37 - ( >=app-emacs/speedbar-0.14_beta4
38 - >=app-emacs/semantic-1.4
39 - >=app-emacs/eieio-0.17 ) )
40 +DEPEND="app-emacs/cedet
41 java? ( app-emacs/jde )"
42 RDEPEND="${DEPEND}"
43
44 @@ -38,23 +34,15 @@
45 loadpath="${SITELISP}/elib ${SITELISP}/jde/lisp"
46 fi
47
48 - if has_version app-emacs/cedet; then
49 - einfo "Building with CEDET"
50 - emake CEDET=${SITELISP}/cedet LOADPATH="${loadpath}" \
51 - || die "emake failed"
52 - else
53 - einfo "Building with SEMANTIC, EIEIO and SPEEDBAR"
54 - emake SEMANTIC=${SITELISP}/semantic EIEIO=${SITELISP}/eieio \
55 - SPEEDBAR=${SITELISP}/speedbar CEDET="" LOADPATH="${loadpath}" \
56 - || die "emake failed"
57 - fi
58 + emake CEDET="${SITELISP}/cedet" LOADPATH="${loadpath}" \
59 + || die "emake failed"
60 }
61
62 src_install() {
63 elisp-install ${PN} *.{el,elc}
64 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
65
66 - insinto ${SITELISP}/${PN}
67 + insinto "${SITELISP}/${PN}"
68 doins -r ecb-images
69
70 dodoc NEWS README RELEASE_NOTES || die "dodoc failed"
71
72
73
74 1.30 app-emacs/ecb/ChangeLog
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ChangeLog?rev=1.30&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ChangeLog?rev=1.30&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ChangeLog?r1=1.29&r2=1.30
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v
83 retrieving revision 1.29
84 retrieving revision 1.30
85 diff -u -r1.29 -r1.30
86 --- ChangeLog 15 Jul 2007 13:26:02 -0000 1.29
87 +++ ChangeLog 23 Sep 2007 13:02:24 -0000 1.30
88 @@ -1,6 +1,9 @@
89 # ChangeLog for app-emacs/ecb
90 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.29 2007/07/15 13:26:02 ulm Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.30 2007/09/23 13:02:24 ulm Exp $
93 +
94 + 23 Sep 2007; Ulrich Mueller <ulm@g.o> ecb-2.32-r2.ebuild:
95 + Remove dependency on speedbar and eieio since they have been last-rited.
96
97 15 Jul 2007; Ulrich Mueller <ulm@g.o> ecb-2.32-r2.ebuild:
98 Add informational message to pkg_postinst.
99
100
101
102 --
103 gentoo-commits@g.o mailing list