From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/jde/
Date: Tue, 26 Nov 2019 10:39:10 +0000 (UTC) [thread overview]
Message-ID: <1574764739.b21e4c74285c8dd5fa00243c3ad136085bf9a675.ulm@gentoo> (raw)
commit: b21e4c74285c8dd5fa00243c3ad136085bf9a675
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 10:10:49 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 10:38:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21e4c74
app-emacs/jde: Drop dependency on app-emacs/elib.
avltree.el from elib was only required for compatibility with old
Emacs versions. All versions >=emacs-23 include avl-tree.el, which
will be properly detected in jde-parse.el.
Other minor fixes to make repoman happy.
Bug: https://bugs.gentoo.org/701160
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../jde/{jde-2.4.1.ebuild => jde-2.4.1-r1.ebuild} | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/app-emacs/jde/jde-2.4.1.ebuild b/app-emacs/jde/jde-2.4.1-r1.ebuild
similarity index 78%
rename from app-emacs/jde/jde-2.4.1.ebuild
rename to app-emacs/jde/jde-2.4.1-r1.ebuild
index fd50b7af19d..bddc407a743 100644
--- a/app-emacs/jde/jde-2.4.1.ebuild
+++ b/app-emacs/jde/jde-2.4.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
JAVA_PKG_IUSE="doc source"
-inherit java-pkg-2 java-ant-2 elisp eutils
+inherit java-pkg-2 java-ant-2 elisp
DESCRIPTION="Java Development Environment for Emacs"
HOMEPAGE="http://jdee.sourceforge.net/"
@@ -16,8 +16,7 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-RDEPEND=">=virtual/jdk-1.3
- app-emacs/elib
+RDEPEND=">=virtual/jdk-1.3:=
dev-java/bsh:0
dev-java/junit:0
dev-util/checkstyle:0"
@@ -33,9 +32,10 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}/${PN}-2.4.0.1-fix-paths-gentoo.patch"
- epatch "${FILESDIR}/${PN}-2.4.0.1-classpath-gentoo.patch"
- epatch "${FILESDIR}/${PN}-2.4.1-doc-directory.patch"
+ eapply "${FILESDIR}/${PN}-2.4.0.1-fix-paths-gentoo.patch"
+ eapply "${FILESDIR}/${PN}-2.4.0.1-classpath-gentoo.patch"
+ eapply "${FILESDIR}/${PN}-2.4.1-doc-directory.patch"
+ eapply_user
local bshjar csjar
bshjar=$(java-pkg_getjar --build-only bsh bsh.jar) || die
@@ -51,8 +51,7 @@ src_prepare() {
src_compile() {
ANT_TASKS="ant-contrib" \
- eant -Delib.dir="${EPREFIX}${SITELISP}/elib" \
- bindist $(usex doc source-doc "")
+ eant bindist $(usex doc source-doc "")
}
src_install() {
@@ -70,5 +69,6 @@ src_install() {
dobin ${dist}/lisp/jtags
- dohtml -r doc/html/*
+ dodoc -r doc/html
+ find "${ED}"/usr/share/doc -iname "*makefile" -delete || die
}
next reply other threads:[~2019-11-26 10:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-26 10:39 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-06 13:07 [gentoo-commits] repo/gentoo:master commit in: app-emacs/jde/ Fabian Groffen
2021-11-13 10:24 Sam James
2022-02-25 7:55 Agostino Sarubbo
2022-02-25 7:57 Agostino Sarubbo
2022-02-25 8:10 Miroslav Šulc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1574764739.b21e4c74285c8dd5fa00243c3ad136085bf9a675.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox