From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 7438F15800A for ; Wed, 19 Feb 2025 16:59:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 587133431C9 for ; Wed, 19 Feb 2025 16:59:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 46A21110296; Wed, 19 Feb 2025 16:59:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 3C23E110296 for ; Wed, 19 Feb 2025 16:59:47 +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 D9C3634319D for ; Wed, 19 Feb 2025 16:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB0D1236 for ; Wed, 19 Feb 2025 16:59:45 +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: <1739984325.c7a1a1977307c00362a34bffa75c8a50c358426d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ruby/ruby-3.2.4-r2.ebuild dev-lang/ruby/ruby-3.2.4-r3.ebuild dev-lang/ruby/ruby-3.2.5-r2.ebuild dev-lang/ruby/ruby-3.2.6-r2.ebuild dev-lang/ruby/ruby-3.2.6-r3.ebuild dev-lang/ruby/ruby-3.2.6-r4.ebuild dev-lang/ruby/ruby-3.3.6-r1.ebuild X-VCS-Directories: dev-lang/ruby/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7a1a1977307c00362a34bffa75c8a50c358426d X-VCS-Branch: master Date: Wed, 19 Feb 2025 16:59:45 +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: 43d9d257-c762-47e7-9066-5d0baaea19f1 X-Archives-Hash: 141620e6dc0ac7b3030637aadfe759ac commit: c7a1a1977307c00362a34bffa75c8a50c358426d Author: Sam James gentoo org> AuthorDate: Wed Feb 19 16:57:40 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 19 16:58:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a1a197 dev-lang/ruby: fix SRC_URI As reported at https://forums.gentoo.org/viewtopic-t-1173036.html. Fixes: 01ba4dc61965ef7658a24728841c04c9a1ce4871 Signed-off-by: Sam James gentoo.org> dev-lang/ruby/ruby-3.2.4-r2.ebuild | 11 ++++++----- dev-lang/ruby/ruby-3.2.4-r3.ebuild | 9 +++++---- dev-lang/ruby/ruby-3.2.5-r2.ebuild | 11 ++++++----- dev-lang/ruby/ruby-3.2.6-r2.ebuild | 9 +++++---- dev-lang/ruby/ruby-3.2.6-r3.ebuild | 9 +++++---- dev-lang/ruby/ruby-3.2.6-r4.ebuild | 9 +++++---- dev-lang/ruby/ruby-3.3.6-r1.ebuild | 11 ++++++----- 7 files changed, 38 insertions(+), 31 deletions(-) diff --git a/dev-lang/ruby/ruby-3.2.4-r2.ebuild b/dev-lang/ruby/ruby-3.2.4-r2.ebuild index 229a1aacf8e0..11bb88262f7d 100644 --- a/dev-lang/ruby/ruby-3.2.4-r2.ebuild +++ b/dev-lang/ruby/ruby-3.2.4-r2.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 @@ -8,16 +8,17 @@ RUST_OPTIONAL="yes" inherit autotools flag-o-matic multiprocessing rust MY_P="${PN}-$(ver_cut 1-3)" +MY_SLOT=$(ver_cut 1-2) +MY_SUFFIX=$(ver_rs 1 '' ${MY_SLOT}) +RUBYVERSION=${MY_SLOT}.0 DESCRIPTION="An object-oriented scripting language" HOMEPAGE="https://www.ruby-lang.org/" -SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz" +SRC_URI="https://cache.ruby-lang.org/pub/ruby/${MY_SLOT}/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} LICENSE="|| ( Ruby-BSD BSD-2 )" -SLOT=$(ver_cut 1-2) -MY_SUFFIX=$(ver_rs 1 '' ${SLOT}) -RUBYVERSION=${SLOT}.0 +SLOT=${MY_SLOT} KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="berkdb debug doc examples gdbm jemalloc jit socks5 +ssl static-libs systemtap tk valgrind xemacs" diff --git a/dev-lang/ruby/ruby-3.2.4-r3.ebuild b/dev-lang/ruby/ruby-3.2.4-r3.ebuild index d01fc70c2624..3350c3c8f7ba 100644 --- a/dev-lang/ruby/ruby-3.2.4-r3.ebuild +++ b/dev-lang/ruby/ruby-3.2.4-r3.ebuild @@ -8,16 +8,17 @@ RUST_OPTIONAL="yes" inherit autotools flag-o-matic multiprocessing rust MY_P="${PN}-$(ver_cut 1-3)" +MY_SLOT=$(ver_cut 1-2) +MY_SUFFIX=$(ver_rs 1 '' ${MY_SLOT}) +RUBYVERSION=${MY_SLOT}.0 DESCRIPTION="An object-oriented scripting language" HOMEPAGE="https://www.ruby-lang.org/" -SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz" +SRC_URI="https://cache.ruby-lang.org/pub/ruby/${MY_SLOT}/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} LICENSE="|| ( Ruby-BSD BSD-2 )" -SLOT=$(ver_cut 1-2) -MY_SUFFIX=$(ver_rs 1 '' ${SLOT}) -RUBYVERSION=${SLOT}.0 +SLOT=${MY_SLOT} KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="berkdb debug doc examples gdbm jemalloc jit socks5 +ssl static-libs systemtap tk valgrind xemacs" diff --git a/dev-lang/ruby/ruby-3.2.5-r2.ebuild b/dev-lang/ruby/ruby-3.2.5-r2.ebuild index 2ee5bd08be07..f912e9272740 100644 --- a/dev-lang/ruby/ruby-3.2.5-r2.ebuild +++ b/dev-lang/ruby/ruby-3.2.5-r2.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 @@ -8,16 +8,17 @@ RUST_OPTIONAL="yes" inherit autotools flag-o-matic multiprocessing rust MY_P="${PN}-$(ver_cut 1-3)" +MY_SLOT=$(ver_cut 1-2) +MY_SUFFIX=$(ver_rs 1 '' ${MY_SLOT}) +RUBYVERSION=${MY_SLOT}.0 DESCRIPTION="An object-oriented scripting language" HOMEPAGE="https://www.ruby-lang.org/" -SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz" +SRC_URI="https://cache.ruby-lang.org/pub/ruby/${MY_SLOT}/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} LICENSE="|| ( Ruby-BSD BSD-2 )" -SLOT=$(ver_cut 1-2) -MY_SUFFIX=$(ver_rs 1 '' ${SLOT}) -RUBYVERSION=${SLOT}.0 +SLOT=${MY_SLOT} KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="berkdb debug doc examples gdbm jemalloc jit socks5 +ssl static-libs systemtap tk valgrind xemacs" diff --git a/dev-lang/ruby/ruby-3.2.6-r2.ebuild b/dev-lang/ruby/ruby-3.2.6-r2.ebuild index 96d5abbafa45..648fd0744bb5 100644 --- a/dev-lang/ruby/ruby-3.2.6-r2.ebuild +++ b/dev-lang/ruby/ruby-3.2.6-r2.ebuild @@ -8,16 +8,17 @@ RUST_OPTIONAL="yes" inherit autotools flag-o-matic multiprocessing rust MY_P="${PN}-$(ver_cut 1-3)" +MY_SLOT=$(ver_cut 1-2) +MY_SUFFIX=$(ver_rs 1 '' ${MY_SLOT}) +RUBYVERSION=${MY_SLOT}.0 DESCRIPTION="An object-oriented scripting language" HOMEPAGE="https://www.ruby-lang.org/" -SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz" +SRC_URI="https://cache.ruby-lang.org/pub/ruby/${MY_SLOT}/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} LICENSE="|| ( Ruby-BSD BSD-2 )" -SLOT=$(ver_cut 1-2) -MY_SUFFIX=$(ver_rs 1 '' ${SLOT}) -RUBYVERSION=${SLOT}.0 +SLOT=${MY_SLOT} KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="berkdb debug doc examples gdbm jemalloc jit socks5 +ssl static-libs systemtap tk valgrind xemacs" diff --git a/dev-lang/ruby/ruby-3.2.6-r3.ebuild b/dev-lang/ruby/ruby-3.2.6-r3.ebuild index f29355c9117c..3e8f94cdf13c 100644 --- a/dev-lang/ruby/ruby-3.2.6-r3.ebuild +++ b/dev-lang/ruby/ruby-3.2.6-r3.ebuild @@ -8,16 +8,17 @@ RUST_OPTIONAL="yes" inherit autotools flag-o-matic multiprocessing rust MY_P="${PN}-$(ver_cut 1-3)" +MY_SLOT=$(ver_cut 1-2) +MY_SUFFIX=$(ver_rs 1 '' ${MY_SLOT}) +RUBYVERSION=${MY_SLOT}.0 DESCRIPTION="An object-oriented scripting language" HOMEPAGE="https://www.ruby-lang.org/" -SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz" +SRC_URI="https://cache.ruby-lang.org/pub/ruby/${MY_SLOT}/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} LICENSE="|| ( Ruby-BSD BSD-2 )" -SLOT=$(ver_cut 1-2) -MY_SUFFIX=$(ver_rs 1 '' ${SLOT}) -RUBYVERSION=${SLOT}.0 +SLOT=${MY_SLOT} KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="berkdb debug doc examples gdbm jemalloc jit socks5 +ssl static-libs systemtap tk valgrind xemacs" diff --git a/dev-lang/ruby/ruby-3.2.6-r4.ebuild b/dev-lang/ruby/ruby-3.2.6-r4.ebuild index d08d1ea44138..b089d1be714b 100644 --- a/dev-lang/ruby/ruby-3.2.6-r4.ebuild +++ b/dev-lang/ruby/ruby-3.2.6-r4.ebuild @@ -8,16 +8,17 @@ RUST_OPTIONAL="yes" inherit autotools flag-o-matic multiprocessing rust MY_P="${PN}-$(ver_cut 1-3)" +MY_SLOT=$(ver_cut 1-2) +MY_SUFFIX=$(ver_rs 1 '' ${MY_SLOT}) +RUBYVERSION=${MY_SLOT}.0 DESCRIPTION="An object-oriented scripting language" HOMEPAGE="https://www.ruby-lang.org/" -SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz" +SRC_URI="https://cache.ruby-lang.org/pub/ruby/${MY_SLOT}/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} LICENSE="|| ( Ruby-BSD BSD-2 )" -SLOT=$(ver_cut 1-2) -MY_SUFFIX=$(ver_rs 1 '' ${SLOT}) -RUBYVERSION=${SLOT}.0 +SLOT=${MY_SLOT} KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="berkdb debug doc examples gdbm jemalloc jit socks5 +ssl static-libs systemtap tk valgrind xemacs" diff --git a/dev-lang/ruby/ruby-3.3.6-r1.ebuild b/dev-lang/ruby/ruby-3.3.6-r1.ebuild index 7680cec58196..ac5614b89347 100644 --- a/dev-lang/ruby/ruby-3.3.6-r1.ebuild +++ b/dev-lang/ruby/ruby-3.3.6-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 @@ -8,16 +8,17 @@ RUST_OPTIONAL="yes" inherit autotools flag-o-matic multiprocessing rust MY_P="${PN}-$(ver_cut 1-3)" +MY_SLOT=$(ver_cut 1-2) +MY_SUFFIX=$(ver_rs 1 '' ${MY_SLOT}) +RUBYVERSION=${MY_SLOT}.0 DESCRIPTION="An object-oriented scripting language" HOMEPAGE="https://www.ruby-lang.org/" -SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz" +SRC_URI="https://cache.ruby-lang.org/pub/ruby/${MY_SLOT}/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} LICENSE="|| ( Ruby-BSD BSD-2 )" -SLOT=$(ver_cut 1-2) -MY_SUFFIX=$(ver_rs 1 '' ${SLOT}) -RUBYVERSION=${SLOT}.0 +SLOT=${MY_SLOT} KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="berkdb debug doc examples gdbm jemalloc jit socks5 +ssl static-libs systemtap tk valgrind xemacs"