commit:     629983700482f3522d2fbecf162dd78e3f5f21c7
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jan  6 14:58:13 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  7 19:52:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62998370

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 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../gauche/{gauche-0.9.15.ebuild => gauche-0.9.15-r1.ebuild}      | 8 ++++----
 1 file 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
similarity index 90%
rename from dev-scheme/gauche/gauche-0.9.15.ebuild
rename to 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

Reply via email to