Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ecb/
Date: Fri, 06 May 2022 19:28:36
Message-Id: 1651865302.88666cbe358f0f3bf362867be2184a2e7c51e818.ulm@gentoo
1 commit: 88666cbe358f0f3bf362867be2184a2e7c51e818
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 19:24:49 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 19:28:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88666cbe
7
8 app-emacs/ecb: Drop the java flag
9
10 app-emacs/jde is slated for removal.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-emacs/ecb/ecb-2.50_pre20170728.ebuild | 10 ++--------
15 1 file changed, 2 insertions(+), 8 deletions(-)
16
17 diff --git a/app-emacs/ecb/ecb-2.50_pre20170728.ebuild b/app-emacs/ecb/ecb-2.50_pre20170728.ebuild
18 index 204485437855..9c0199f9da19 100644
19 --- a/app-emacs/ecb/ecb-2.50_pre20170728.ebuild
20 +++ b/app-emacs/ecb/ecb-2.50_pre20170728.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -13,10 +13,6 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
28 LICENSE="GPL-2+"
29 SLOT="0"
30 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
31 -IUSE="java"
32 -
33 -RDEPEND="java? ( app-emacs/jde )"
34 -DEPEND="${RDEPEND}"
35
36 S="${WORKDIR}/${PN}-${PV%_*}"
37 SITEFILE="70${PN}-gentoo.el"
38 @@ -31,9 +27,7 @@ src_prepare() {
39 }
40
41 src_compile() {
42 - local loadpath
43 - use java && loadpath="${EPREFIX}${SITELISP}"/{elib,jde,jde/lisp}
44 - emake LOADPATH="${loadpath}"
45 + default
46 }
47
48 src_install() {