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.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 BC86D15A2F1 for ; Fri, 7 Apr 2023 18:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD5D9E0877; Fri, 7 Apr 2023 18:11:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98DE9E0877 for ; Fri, 7 Apr 2023 18:11:15 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBC1534104C for ; Fri, 7 Apr 2023 18:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDBE6A25 for ; Fri, 7 Apr 2023 18:11:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1680890988.42fc43eb54d6beeb18187aa855cbdbd8bdd30d1d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/subtle/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/subtle/subtle-0.11.3244-r1.ebuild x11-wm/subtle/subtle-0.11.3244-r2.ebuild X-VCS-Directories: x11-wm/subtle/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 42fc43eb54d6beeb18187aa855cbdbd8bdd30d1d X-VCS-Branch: master Date: Fri, 7 Apr 2023 18:11:11 +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: 520648dd-3e6a-4bdb-aa77-4db23f2a35b0 X-Archives-Hash: 5a6162f72fc4c97577697ed8681cadac commit: 42fc43eb54d6beeb18187aa855cbdbd8bdd30d1d Author: Sam James gentoo org> AuthorDate: Fri Apr 7 17:24:06 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 7 18:09:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fc43eb x11-wm/subtle: EAPI 8, enable ruby31 Signed-off-by: Sam James gentoo.org> ...subtle-0.11.3244-r1.ebuild => subtle-0.11.3244-r2.ebuild} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-wm/subtle/subtle-0.11.3244-r1.ebuild b/x11-wm/subtle/subtle-0.11.3244-r2.ebuild similarity index 95% rename from x11-wm/subtle/subtle-0.11.3244-r1.ebuild rename to x11-wm/subtle/subtle-0.11.3244-r2.ebuild index 1375736daf48..92eeb3132b59 100644 --- a/x11-wm/subtle/subtle-0.11.3244-r1.ebuild +++ b/x11-wm/subtle/subtle-0.11.3244-r2.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -USE_RUBY="ruby26 ruby27 ruby30" +EAPI=8 -inherit ruby-ng toolchain-funcs +USE_RUBY="ruby27 ruby30 ruby31" -SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +inherit ruby-ng toolchain-funcs DESCRIPTION="A manual tiling window manager" HOMEPAGE="https://subforge.org/projects/subtle/wiki" +SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="debug doc +xft xinerama xpm +xrandr +xtest" RESTRICT="!test? ( test )"