From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbnacl/
Date: Thu, 17 Oct 2024 05:19:17 +0000 (UTC) [thread overview]
Message-ID: <1729142330.12bb924b01e52f7b4664b4922ce68a0023695aa6.graaff@gentoo> (raw)
commit: 12bb924b01e52f7b4664b4922ce68a0023695aa6
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 05:12:49 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 05:18:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bb924b
dev-ruby/rbnacl: add 7.1.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rbnacl/Manifest | 1 +
dev-ruby/rbnacl/rbnacl-7.1.2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index 2af7a2868eb2..12d83dfe667c 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -1 +1,2 @@
DIST rbnacl-7.1.1.gem 226304 BLAKE2B 4c7c356cc3414c1b49302ff16af701bffbeaaa18b49bcdb4c9d0c10fe2e1f693e7917f8031c90d5c4362d95ffe5a8d471a48476788f64f97092adbcdce0d9f72 SHA512 da7e406bd2b5112e51d2c15cab35d955b65091ed745fbd027750eaca8ff1d11d982c82f497fc15b9ee9aa6536dbd21ff9ac285bb2a2d1fb39c3374fd0f3dca5a
+DIST rbnacl-7.1.2.tar.gz 93911 BLAKE2B 1a93fcec94464eb7109684faaee4a9f3206eb7c2d9f505cd95920431a2422d9d291104469cd3a326f54ffffb1e9bfdfcd924ff7b4777dad70071ff3f61500410 SHA512 f44493158f9bc9f6075d046d9dd6505bc8ca65cbc3e8685b8821540e6989ef0a798a2af9eebd648e80321fc6fdd593b81133696d0dadfdf7c43bd4fa32557633
diff --git a/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild b/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild
new file mode 100644
index 000000000000..3f7aa8faed5e
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+RUBY_FAKEGEM_GEMSPEC="rbnacl.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems and protocols"
+HOMEPAGE="https://github.com/RubyCrypto/rbnacl"
+SRC_URI="https://github.com/RubyCrypto/rbnacl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="6"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=" dev-libs/libsodium"
+DEPEND=" test? ( dev-libs/libsodium )"
+
+ruby_add_rdepend "dev-ruby/ffi"
+
+all_ruby_prepare() {
+ sed -e 's/__dir__/"."/' \
+ -e 's/git ls-files/find * -print/' \
+ -i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ sed -i -e '/coveralls/I s:^:#:' \
+ -e '/bundler/ s:^:#:' \
+ -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb || die
+}
next reply other threads:[~2024-10-17 5:19 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-17 5:19 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-02 14:32 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbnacl/ Hans de Graaff
2025-04-03 16:52 Arthur Zamarin
2025-04-03 15:33 Sam James
2025-04-03 15:33 Sam James
2025-04-03 15:33 Sam James
2025-04-03 11:48 Hans de Graaff
2024-01-01 9:32 Hans de Graaff
2023-08-17 2:55 Sam James
2023-06-29 15:54 Hans de Graaff
2023-03-27 7:37 Hans de Graaff
2023-03-27 7:37 Hans de Graaff
2022-04-23 5:14 Hans de Graaff
2021-12-01 13:36 Jakov Smolić
2021-10-29 5:54 Agostino Sarubbo
2021-10-19 5:53 Agostino Sarubbo
2021-10-18 15:22 Agostino Sarubbo
2021-10-17 8:52 Sam James
2021-04-30 5:52 Hans de Graaff
2020-09-11 4:06 Hans de Graaff
2020-01-30 12:03 Hans de Graaff
2019-09-09 5:40 Hans de Graaff
2019-05-24 7:06 Hans de Graaff
2019-05-24 7:06 Hans de Graaff
2019-01-28 6:57 Hans de Graaff
2019-01-20 10:17 Hans de Graaff
2019-01-19 14:48 Hans de Graaff
2018-11-26 19:27 Mikle Kolyada
2018-11-26 15:44 Rick Farina
2018-11-26 6:34 Hans de Graaff
2018-07-30 19:44 Hans de Graaff
2018-06-27 22:15 Sergei Trofimovich
2018-06-26 2:04 Aaron Bauman
2018-06-20 18:54 Hans de Graaff
2018-04-08 9:13 Sergei Trofimovich
2018-04-08 9:13 Sergei Trofimovich
2018-03-13 22:39 Sergei Trofimovich
2018-03-13 22:39 Sergei Trofimovich
2018-02-11 21:56 Thomas Deutschmann
2017-08-19 7:11 Hans de Graaff
2017-08-19 7:11 Hans de Graaff
2017-06-14 4:38 Hans de Graaff
2017-05-09 18:51 Hans de Graaff
2017-03-14 5:43 Hans de Graaff
2017-02-03 7:36 Hans de Graaff
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=1729142330.12bb924b01e52f7b4664b4922ce68a0023695aa6.graaff@gentoo \
--to=graaff@gentoo.org \
--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