From: "orbea" <orbea@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/ruby/
Date: Wed, 17 May 2023 16:32:00 +0000 (UTC) [thread overview]
Message-ID: <1684340215.6afe489694c12a955e972c6ec49df8b9385b8dfa.orbea@gentoo> (raw)
commit: 6afe489694c12a955e972c6ec49df8b9385b8dfa
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed May 17 16:16:55 2023 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Wed May 17 16:16:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=6afe4896
dev-lang/ruby: sync ::gentoo
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-lang/ruby/ruby-3.0.6-r2.ebuild | 11 ++++++++---
dev-lang/ruby/ruby-3.1.4-r2.ebuild | 11 ++++++++---
2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/dev-lang/ruby/ruby-3.0.6-r2.ebuild b/dev-lang/ruby/ruby-3.0.6-r2.ebuild
index d176849..545d57b 100644
--- a/dev-lang/ruby/ruby-3.0.6-r2.ebuild
+++ b/dev-lang/ruby/ruby-3.0.6-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz"
LICENSE="|| ( Ruby-BSD BSD-2 )"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit +rdoc rubytests socks5 +ssl static-libs systemtap tk xemacs"
+IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit +rdoc rubytests socks5 +ssl static-libs systemtap tk valgrind xemacs"
RDEPEND="
berkdb? ( sys-libs/db:= )
@@ -42,7 +42,10 @@ RDEPEND="
>=app-eselect/eselect-ruby-20201225
"
-DEPEND="${RDEPEND}"
+DEPEND="
+ ${RDEPEND}
+ valgrind? ( dev-util/valgrind )
+"
BUNDLED_GEMS="
>=dev-ruby/minitest-5.14.2[ruby_targets_ruby30(-)]
@@ -62,7 +65,8 @@ PDEPEND="
>=dev-ruby/did_you_mean-1.5.0[ruby_targets_ruby30(-)]
>=dev-ruby/json-2.5.1[ruby_targets_ruby30(-)]
rdoc? ( >=dev-ruby/rdoc-6.3.0[ruby_targets_ruby30(-)] )
- xemacs? ( app-xemacs/ruby-modes )"
+ xemacs? ( app-xemacs/ruby-modes )
+"
src_prepare() {
eapply "${FILESDIR}"/${PN}-3.0-libressl.patch
@@ -186,6 +190,7 @@ src_configure() {
$(use_enable static-libs install-static-library) \
$(use_with static-libs static-linked-ext) \
$(use_enable debug) \
+ $(use_with valgrind) \
${myconf} \
--enable-option-checking=no
diff --git a/dev-lang/ruby/ruby-3.1.4-r2.ebuild b/dev-lang/ruby/ruby-3.1.4-r2.ebuild
index b137dee..4811403 100644
--- a/dev-lang/ruby/ruby-3.1.4-r2.ebuild
+++ b/dev-lang/ruby/ruby-3.1.4-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz"
LICENSE="|| ( Ruby-BSD BSD-2 )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit +rdoc socks5 +ssl static-libs systemtap tk xemacs"
+IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit +rdoc socks5 +ssl static-libs systemtap tk valgrind xemacs"
RDEPEND="
berkdb? ( sys-libs/db:= )
@@ -42,7 +42,10 @@ RDEPEND="
>=app-eselect/eselect-ruby-20201225
"
-DEPEND="${RDEPEND}"
+DEPEND="
+ ${RDEPEND}
+ valgrind? ( dev-util/valgrind )
+"
BUNDLED_GEMS="
>=dev-ruby/minitest-5.15.0[ruby_targets_ruby31(-)]
@@ -62,7 +65,8 @@ PDEPEND="
>=dev-ruby/did_you_mean-1.6.1[ruby_targets_ruby31(-)]
>=dev-ruby/json-2.6.1[ruby_targets_ruby31(-)]
rdoc? ( >=dev-ruby/rdoc-6.3.3[ruby_targets_ruby31(-)] )
- xemacs? ( app-xemacs/ruby-modes )"
+ xemacs? ( app-xemacs/ruby-modes )
+"
src_prepare() {
eapply "${FILESDIR}"/${PN}-3.1-libressl.patch
@@ -191,6 +195,7 @@ src_configure() {
$(use_enable static-libs install-static-library) \
$(use_with static-libs static-linked-ext) \
$(use_enable debug) \
+ $(use_with valgrind) \
${myconf} \
--enable-option-checking=no
next reply other threads:[~2023-05-17 16:32 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-17 16:32 orbea [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-11 14:29 [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/ruby/ orbea
2024-10-18 15:17 orbea
2024-10-18 15:17 orbea
2024-07-29 1:58 orbea
2024-04-02 18:50 orbea
2024-01-20 15:34 orbea
2024-01-14 15:06 orbea
2023-11-05 3:44 orbea
2023-09-30 2:38 orbea
2023-07-12 19:14 orbea
2023-06-21 16:17 orbea
2023-06-08 18:29 orbea
2023-05-31 15:34 orbea
2023-05-10 21:14 orbea
2022-10-07 21:11 Quentin Retornaz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1684340215.6afe489694c12a955e972c6ec49df8b9385b8dfa.orbea@gentoo \
--to=orbea@riseup.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox