Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche/, dev-scheme/gauche/files/
Date: Mon, 31 Jan 2022 13:20:26
Message-Id: 1643635213.4f70a248fe162fd21a13360e8dd88cf982183783.hattya@gentoo
1 commit: 4f70a248fe162fd21a13360e8dd88cf982183783
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 13:16:53 2022 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 13:20:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f70a248
7
8 dev-scheme/gauche: rename patch
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 .../gauche/files/{gauche-info.patch => gauche-0.9.10-info.patch} | 0
14 dev-scheme/gauche/gauche-0.9.10-r1.ebuild | 8 +++-----
15 2 files changed, 3 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-scheme/gauche/files/gauche-info.patch b/dev-scheme/gauche/files/gauche-0.9.10-info.patch
18 similarity index 100%
19 rename from dev-scheme/gauche/files/gauche-info.patch
20 rename to dev-scheme/gauche/files/gauche-0.9.10-info.patch
21
22 diff --git a/dev-scheme/gauche/gauche-0.9.10-r1.ebuild b/dev-scheme/gauche/gauche-0.9.10-r1.ebuild
23 index 561857d35c8f..d76fcb55857d 100644
24 --- a/dev-scheme/gauche/gauche-0.9.10-r1.ebuild
25 +++ b/dev-scheme/gauche/gauche-0.9.10-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2021 Gentoo Authors
28 +# Copyright 1999-2022 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI="8"
32 @@ -22,15 +22,13 @@ RDEPEND="sys-libs/gdbm
33 virtual/libcrypt:=
34 mbedtls? ( net-libs/mbedtls:= )"
35 DEPEND="${RDEPEND}
36 - test? (
37 - dev-libs/openssl:0
38 - )"
39 + test? ( dev-libs/openssl:0 )"
40 S="${WORKDIR}/${MY_P}"
41
42 PATCHES=(
43 "${FILESDIR}"/${PN}-ext-ldflags.patch
44 "${FILESDIR}"/${PN}-gauche.m4.patch
45 - "${FILESDIR}"/${PN}-info.patch
46 + "${FILESDIR}"/${P}-info.patch
47 "${FILESDIR}"/${PN}-rfc.tls.patch
48 "${FILESDIR}"/${PN}-xz-info.patch
49 "${FILESDIR}"/${P}-srfi-134.patch