diff options
author | 2025-01-06 17:58:13 +0300 | |
---|---|---|
committer | 2025-01-07 19:52:41 +0000 | |
commit | 629983700482f3522d2fbecf162dd78e3f5f21c7 (patch) | |
tree | 0ac5ebe88b9af5279faf5839df3f3b11bcab7f02 /dev-scheme | |
parent | dev-cpp/cppgir: Drop old (diff) | |
download | gentoo-629983700482f3522d2fbecf162dd78e3f5f21c7.tar.gz gentoo-629983700482f3522d2fbecf162dd78e3f5f21c7.tar.bz2 gentoo-629983700482f3522d2fbecf162dd78e3f5f21c7.zip |
dev-scheme/gauche: slotting net-libs/mbedtls:0
net-libs/mbedtls:0 is remain for mbedtls-2 as safe fallback for all
dependent packages.
Minor fixes to ebuild (reorder S, update HOMEPAGE).
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/gauche/gauche-0.9.15-r1.ebuild (renamed from dev-scheme/gauche/gauche-0.9.15.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-scheme/gauche/gauche-0.9.15.ebuild b/dev-scheme/gauche/gauche-0.9.15-r1.ebuild index 16f7c7362b73..95768382c202 100644 --- a/dev-scheme/gauche/gauche-0.9.15.ebuild +++ b/dev-scheme/gauche/gauche-0.9.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -9,8 +9,9 @@ MY_P="${P^g}" MY_P="${MY_P/_p/-p}" DESCRIPTION="A Unix system friendly Scheme Interpreter" -HOMEPAGE="http://practical-scheme.net/gauche/" +HOMEPAGE="https://practical-scheme.net/gauche/" SRC_URI="https://github.com/shirok/${PN^g}/releases/download/release${PV//./_}/${MY_P}.tgz" +S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0/$(ver_cut 1-2)8" @@ -18,11 +19,10 @@ KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="ipv6 test" RESTRICT="!test? ( test )" -RDEPEND="net-libs/mbedtls:= +RDEPEND="net-libs/mbedtls:0= sys-libs/gdbm virtual/libcrypt:=" DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}"/${PN}-ext-ldflags.patch |