From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FDC2138334 for ; Thu, 12 Sep 2019 13:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0540E0849; Thu, 12 Sep 2019 13:39:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71055E0849 for ; Thu, 12 Sep 2019 13:39:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39EEC34B0A1 for ; Thu, 12 Sep 2019 13:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ADD5615 for ; Thu, 12 Sep 2019 13:39:34 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1568295132.45fe8130908e170eb85f45976e05e36347e4cd57.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/gauche/gauche-0.9.5.ebuild dev-scheme/gauche/gauche-0.9.6-r1.ebuild X-VCS-Directories: dev-scheme/gauche/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 45fe8130908e170eb85f45976e05e36347e4cd57 X-VCS-Branch: master Date: Thu, 12 Sep 2019 13:39:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f6857f6b-8c54-4c08-bbbb-aec2f909a233 X-Archives-Hash: 318d2b58d11f67f612e594d21bb1d16f commit: 45fe8130908e170eb85f45976e05e36347e4cd57 Author: Akinori Hattori gentoo org> AuthorDate: Thu Sep 12 13:32:12 2019 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Thu Sep 12 13:32:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45fe8130 dev-scheme/gauche: add sub-slot Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Akinori Hattori gentoo.org> dev-scheme/gauche/gauche-0.9.5.ebuild | 6 +++--- dev-scheme/gauche/gauche-0.9.6-r1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-scheme/gauche/gauche-0.9.5.ebuild b/dev-scheme/gauche/gauche-0.9.5.ebuild index 2ace0a45f69..b7844984474 100644 --- a/dev-scheme/gauche/gauche-0.9.5.ebuild +++ b/dev-scheme/gauche/gauche-0.9.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit autotools +inherit autotools eapi7-ver MY_P="${P^g}" @@ -12,7 +12,7 @@ HOMEPAGE="http://practical-scheme.net/gauche/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" LICENSE="BSD" -SLOT="0" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="ipv6 libressl test" diff --git a/dev-scheme/gauche/gauche-0.9.6-r1.ebuild b/dev-scheme/gauche/gauche-0.9.6-r1.ebuild index 17f4e9bbdc4..a6b4d1c1ca1 100644 --- a/dev-scheme/gauche/gauche-0.9.6-r1.ebuild +++ b/dev-scheme/gauche/gauche-0.9.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit autotools +inherit autotools eapi7-ver MY_P="${P^g}" @@ -12,7 +12,7 @@ HOMEPAGE="http://practical-scheme.net/gauche/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" LICENSE="BSD" -SLOT="0" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="ipv6 libressl mbedtls test"