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/jde: jde-2.3.5.1.ebuild ChangeLog
Date: Thu, 01 May 2008 19:16:47
Message-Id: E1JreGq-0004je-Hw@stork.gentoo.org
1 ulm 08/05/01 19:16:44
2
3 Modified: jde-2.3.5.1.ebuild ChangeLog
4 Log:
5 Move virtual/jdk to RDEPEND, bug 219943. Update HOMEPAGE and SRC_URI.
6 Don't inherit eutils. Remove stray patches and init files.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.7 app-emacs/jde/jde-2.3.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/jde/jde-2.3.5.1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/jde/jde-2.3.5.1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/jde/jde-2.3.5.1.ebuild?r1=1.6&r2=1.7
15
16 Index: jde-2.3.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.3.5.1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- jde-2.3.5.1.ebuild 6 Oct 2007 19:28:20 -0000 1.6
23 +++ jde-2.3.5.1.ebuild 1 May 2008 19:16:44 -0000 1.7
24 @@ -1,32 +1,31 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.3.5.1.ebuild,v 1.6 2007/10/06 19:28:20 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.3.5.1.ebuild,v 1.7 2008/05/01 19:16:44 ulm Exp $
30
31 -inherit elisp eutils
32 +inherit elisp
33
34 DESCRIPTION="Java Development Environment for Emacs"
35 -HOMEPAGE="http://jdee.sunsite.dk/"
36 -SRC_URI="mirror://gentoo/${P}.tar.gz"
37 +HOMEPAGE="http://jdee.sourceforge.net/"
38 +SRC_URI="mirror://sourceforge/jdee/${P}.tar.gz"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42 KEYWORDS="amd64 ppc x86"
43 IUSE=""
44
45 -DEPEND=">=virtual/jdk-1.3
46 - app-emacs/elib
47 +DEPEND="app-emacs/elib
48 >=app-emacs/cedet-1.0_beta3"
49 +RDEPEND="${DEPEND}
50 + >=virtual/jdk-1.3"
51
52 SITEFILE=70${PN}-gentoo.el
53
54 -S="${WORKDIR}/${P}"
55 -
56 src_compile() {
57 cd "${S}"/lisp
58 - cat >jde-compile-script-init <<EOF
59 -(load "${SITELISP}/cedet/common/cedet")
60 -(add-to-list 'load-path "$PWD")
61 -EOF
62 + cat >jde-compile-script-init <<-EOF
63 + (load "${SITELISP}/cedet/common/cedet")
64 + (add-to-list 'load-path "$PWD")
65 + EOF
66 emacs -batch -l jde-compile-script-init -f batch-byte-compile *.el
67 }
68
69 @@ -37,8 +36,7 @@
70 cp -r doc/* "${D}"/usr/share/doc/${P}/
71 cd "${S}"/lisp
72 elisp-install ${PN}/lisp *.el *.elc *.bnf
73 - cp "${FILESDIR}"/${PV}-${SITEFILE} "${S}"/${SITEFILE}
74 - elisp-site-file-install "${S}"/${SITEFILE}
75 + elisp-site-file-install "${FILESDIR}/${SITEFILE}"
76 dodoc ChangeLog ReleaseNotes.txt
77 find "${D}" -type f -print0 |xargs -0 chmod 644
78 exeinto /usr/bin
79
80
81
82 1.29 app-emacs/jde/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/jde/ChangeLog?rev=1.29&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/jde/ChangeLog?rev=1.29&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/jde/ChangeLog?r1=1.28&r2=1.29
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v
91 retrieving revision 1.28
92 retrieving revision 1.29
93 diff -u -r1.28 -r1.29
94 --- ChangeLog 6 Oct 2007 19:28:20 -0000 1.28
95 +++ ChangeLog 1 May 2008 19:16:44 -0000 1.29
96 @@ -1,6 +1,14 @@
97 # ChangeLog for app-emacs/jde
98 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v 1.28 2007/10/06 19:28:20 ulm Exp $
100 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
101 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v 1.29 2008/05/01 19:16:44 ulm Exp $
102 +
103 + 01 May 2008; Ulrich Mueller <ulm@g.o> -files/2.3.5-70jde-gentoo.el,
104 + -files/2.3.5.1-70jde-gentoo.el,
105 + -files/2.3.3-jde-new-buffer-menu-gentoo.patch,
106 + -files/2.3.5-cedet-version-adjust-gentoo.patch, files/70jde-gentoo.el,
107 + jde-2.3.5.1.ebuild:
108 + Move virtual/jdk to RDEPEND, bug 219943. Update HOMEPAGE and SRC_URI.
109 + Don't inherit eutils. Remove stray patches and init files.
110
111 06 Oct 2007; Ulrich Mueller <ulm@g.o> jde-2.3.5.1.ebuild:
112 Minor QA: quote some variables, remove redundant virtual/emacs dependency.
113
114
115
116 --
117 gentoo-commits@l.g.o mailing list