From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/kawa/
Date: Sat, 25 Mar 2023 17:49:57 +0000 (UTC) [thread overview]
Message-ID: <1679766547.efa47486a6e1e5d423064d89d000f4460aae6c1c.xgqt@gentoo> (raw)
commit: efa47486a6e1e5d423064d89d000f4460aae6c1c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 17:49:07 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 17:49:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa47486
dev-scheme/kawa: use javax-servlet-api
Bug: https://bugs.gentoo.org/902481
Closes: https://bugs.gentoo.org/902515
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-scheme/kawa/kawa-3.1.1-r2.ebuild | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-scheme/kawa/kawa-3.1.1-r2.ebuild b/dev-scheme/kawa/kawa-3.1.1-r2.ebuild
index f4e6aadce992..6c57ed41bb73 100644
--- a/dev-scheme/kawa/kawa-3.1.1-r2.ebuild
+++ b/dev-scheme/kawa/kawa-3.1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,9 +8,10 @@ JAVA_PKG_IUSE="source"
inherit autotools java-pkg-2
DESCRIPTION="Java-based Scheme system & Language Framework"
-HOMEPAGE="https://www.gnu.org/software/kawa/"
+HOMEPAGE="https://www.gnu.org/software/kawa/
+ https://gitlab.com/kashell/Kawa/"
SRC_URI="https://gitlab.com/kashell/${PN^}/-/archive/${PV}/${PN^}-${PV}.tar.gz"
-S="${WORKDIR}/${PN^}-${PV}"
+S="${WORKDIR}"/${PN^}-${PV}
LICENSE="MIT public-domain jemacs? ( GPL-2 ) krl? ( GPL-2 )"
SLOT="0"
@@ -21,11 +22,11 @@ RESTRICT="test" # fails
COMMON_DEPEND="
frontend? ( sys-libs/readline:0 )
sax? ( dev-java/sax:0 )
- servlets? ( java-virtuals/servlet-api:3.0 )
+ servlets? ( dev-java/javax-servlet-api:3.0 )
"
DEPEND="
${COMMON_DEPEND}
- || ( virtual/jdk:11 virtual/jdk:8 )
+ || ( virtual/jdk:11 virtual/jdk:1.8 )
"
RDEPEND="
${COMMON_DEPEND}
@@ -42,7 +43,7 @@ src_prepare() {
}
src_configure() {
- local myconf=(
+ local -a myconf=(
$(use_enable frontend kawa-frontend)
$(use_enable jemacs)
$(use_enable krl brl)
@@ -61,7 +62,7 @@ src_configure() {
fi
if use servlets; then
myconf+=(
- "--with-servlet=$(java-pkg_getjar servlet-api-3.0 servlet-api.jar)"
+ "--with-servlet=$(java-pkg_getjar javax-servlet-api-3.0 javax-servlet-api.jar)"
)
fi
next reply other threads:[~2023-03-25 17:50 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-25 17:49 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-17 15:32 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/kawa/ Arthur Zamarin
2023-03-26 17:08 Arthur Zamarin
2023-03-26 1:03 Sam James
2023-03-25 17:50 Maciej Barć
2023-03-25 17:49 Maciej Barć
2022-06-18 3:58 Maciej Barć
2022-04-21 18:18 Maciej Barć
2021-12-10 10:43 Maciej Barć
2021-12-01 21:32 Maciej Barć
2021-04-21 18:51 Sam James
2019-03-17 23:15 Patrice Clement
2019-03-17 23:15 Patrice Clement
2019-03-17 23:15 Patrice Clement
2018-07-28 13:03 Michał Górny
2018-01-24 22:11 James Le Cuirot
2018-01-24 22:11 James Le Cuirot
2017-11-25 14:19 Patrick Lauer
2017-10-29 21:08 Thomas Deutschmann
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=1679766547.efa47486a6e1e5d423064d89d000f4460aae6c1c.xgqt@gentoo \
--to=xgqt@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