From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1379472-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92AB115808B for <garchives@archives.gentoo.org>; Fri, 25 Mar 2022 19:24:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25A27E08A8; Fri, 25 Mar 2022 19:24:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8728DE08A8 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Mar 2022 19:24:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 810123433D0 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Mar 2022 19:24:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE0DB315 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Mar 2022 19:24:32 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1648233822.143d25808e24f5dd8a900eaef4be1a82fbf35779.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-scheme/gambit/gambit-4.9.3.ebuild dev-scheme/gambit/gambit-9999.ebuild X-VCS-Directories: dev-scheme/gambit/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 143d25808e24f5dd8a900eaef4be1a82fbf35779 X-VCS-Branch: master Date: Fri, 25 Mar 2022 19:24:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fefb6f65-c445-42bb-b777-4e93cc2e5d26 X-Archives-Hash: 26d50fe5f06a86a852ce97c18de39975 commit: 143d25808e24f5dd8a900eaef4be1a82fbf35779 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Mar 25 18:43:42 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Mar 25 18:43:42 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=143d2580 dev-scheme/gambit: Fix QA issues Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> dev-scheme/gambit/gambit-4.9.3.ebuild | 25 +++++++++---------------- dev-scheme/gambit/gambit-9999.ebuild | 21 +++++++-------------- 2 files changed, 16 insertions(+), 30 deletions(-) diff --git a/dev-scheme/gambit/gambit-4.9.3.ebuild b/dev-scheme/gambit/gambit-4.9.3.ebuild index 54ac8e39..28b60a83 100644 --- a/dev-scheme/gambit/gambit-4.9.3.ebuild +++ b/dev-scheme/gambit/gambit-4.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,28 +8,21 @@ inherit elisp-common MY_P="${PN}-v$(ver_rs 1-3 _)" DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter" -HOMEPAGE="http://gambitscheme.org/wiki/index.php/Main_Page" -SRC_URI="http://www-labs.iro.umontreal.ca/~gambit/download/gambit/v$(ver_cut 1-2)/source/${MY_P}.tgz" +HOMEPAGE="https://gambitscheme.org/wiki/index.php/Main_Page" +SRC_URI="https://www-labs.iro.umontreal.ca/~gambit/download/gambit/v$(ver_cut 1-2)/source/${MY_P}.tgz" +S="${WORKDIR}/${MY_P}" LICENSE="|| ( Apache-2.0 LGPL-2.1 )" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="emacs ssl static" -RDEPEND="ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - )" -DEPEND=" - ${RDEPEND} -" -BDEPEND="emacs? ( virtual/emacs )" +RDEPEND="ssl? ( dev-libs/openssl:0= )" +DEPEND="${RDEPEND}" +BDEPEND="emacs? ( >=app-editors/emacs-23.1:* )" SITEFILE="50gambit-gentoo.el" -IUSE="emacs libressl ssl static" - -S="${WORKDIR}/${MY_P}" - src_configure() { econf \ $(use_enable !static shared) \ diff --git a/dev-scheme/gambit/gambit-9999.ebuild b/dev-scheme/gambit/gambit-9999.ebuild index 2f5153ee..1f9ee153 100644 --- a/dev-scheme/gambit/gambit-9999.ebuild +++ b/dev-scheme/gambit/gambit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,27 +8,20 @@ inherit autotools elisp-common git-r3 MY_P="${PN}-v$(ver_rs 1-3 _)" DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter" -HOMEPAGE="http://gambitscheme.org/wiki/index.php/Main_Page" -#SRC_URI="http://www-labs.iro.umontreal.ca/~gambit/download/gambit/v$(ver_cut 1-2)/source/${MY_P}.tgz" +HOMEPAGE="https://gambitscheme.org/wiki/index.php/Main_Page" +#SRC_URI="https://www-labs.iro.umontreal.ca/~gambit/download/gambit/v$(ver_cut 1-2)/source/${MY_P}.tgz" EGIT_REPO_URI="https://github.com/gambit/gambit.git" LICENSE="|| ( Apache-2.0 LGPL-2.1 )" SLOT="0" -KEYWORDS="" +IUSE="emacs ssl static" -RDEPEND="ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - )" -DEPEND=" - ${RDEPEND} -" -BDEPEND="emacs? ( virtual/emacs )" +RDEPEND="ssl? ( dev-libs/openssl:0= )" +DEPEND="${RDEPEND}" +BDEPEND="emacs? ( >=app-editors/emacs-23.1:* )" SITEFILE="50gambit-gentoo.el" -IUSE="emacs libressl ssl static" - src_prepare() { default eautoreconf