From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faker/
Date: Tue, 23 Jul 2024 05:29:23 +0000 (UTC) [thread overview]
Message-ID: <1721712542.b3aa07e1c993ae363e07370fd81e0cd1761c85dc.graaff@gentoo> (raw)
commit: b3aa07e1c993ae363e07370fd81e0cd1761c85dc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:25:03 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:29:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3aa07e1
dev-ruby/faker: add 3.4.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/faker/Manifest | 1 +
dev-ruby/faker/faker-3.4.2.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index fae9b9b76fca..0045d722d60e 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -3,3 +3,4 @@ DIST faker-3.2.0.tar.gz 1741224 BLAKE2B 0ff591bda01c5009ef1303403fa954f00f4fb885
DIST faker-3.2.1.tar.gz 1790088 BLAKE2B 87131d359c40f4a517a0aa5dfde0aa5a8807a6cfd4af31c5fd61cefcc7a4311549b98fe132c846ead0c9d2b1afd7551d3cc32d285ecedf4ee3ec733ed1d886e3 SHA512 6ee9ffacf60bee367a3590195676cc80c79625d920c52bf9dff42957c2afdb099e1fc28c3fe3d981ee163bea3cb044153396c458b3bf859e2fe3f2b6f44aea85
DIST faker-3.2.2.tar.gz 1808552 BLAKE2B 148e821b254de61fc44ff0836e91bb66574bf913d5899410bf4e7939ccbed74a343dc6a1fa504f4cb618dcbdac949d591a36c54e02ac1ae1181cf35b3a309f97 SHA512 d13211874f74a380a21cc8940cd7e7382d404cf28b4b3e4becbf0d6b9c027ebb0e206c15febddecd4ad48bdcd59017c9e33399fa0467d0e205cad044078ba5a6
DIST faker-3.4.1.tar.gz 1852623 BLAKE2B f3473832cde76ac4775cc9ba8b666f9b92601d2a775c899ffda46bc3b0a7e02b71fce54aa1953c414cb56607705db885925de9e8ed337e5eda64db9e74f724e5 SHA512 28128cbc5e82226cba82d9c0f8c899a3b43d952de965449a357231f1d9e2925a7084053fd6dd653c1a218df99135a0d3b264d87431f042438454cea7acbcabe4
+DIST faker-3.4.2.tar.gz 1856673 BLAKE2B 944f5395200eba644af9c578ec0d70661ea1fce2abf692ecdd296a5340c3d4e505593c827a79bfe175d9a7e51404d7866bab45ee39c054f69e276c490b3eedbf SHA512 adf97178079af3ba8532af2a6cf7127d04a9d53d1dc66231928cdcb2ea4cdb7a892e626c200796f16e7f6c1aae8329d33d403bcf6ee1b7e2cba2464bbd9bc81b
diff --git a/dev-ruby/faker/faker-3.4.2.ebuild b/dev-ruby/faker/faker-3.4.2.ebuild
new file mode 100644
index 000000000000..3797e1f38683
--- /dev/null
+++ b/dev-ruby/faker/faker-3.4.2.ebuild
@@ -0,0 +1,33 @@
+# 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_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_GEMSPEC="faker.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for generating fake data such as names, addresses, and phone numbers"
+HOMEPAGE="https://github.com/faker-ruby/faker"
+SRC_URI="https://github.com/faker-ruby/faker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/i18n-1.8.11:1"
+
+ruby_add_bdepend "test? ( dev-ruby/timecop )"
+
+all_ruby_prepare() {
+ sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:test:. -e 'Dir["test/**/test*.rb"].each { require _1 }' || die
+}
next reply other threads:[~2024-07-23 5:29 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-23 5:29 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-01 6:37 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faker/ Hans de Graaff
2024-11-01 6:37 Hans de Graaff
2024-06-01 6:17 Hans de Graaff
2024-03-04 18:33 Rick Farina
2024-01-07 7:49 Hans de Graaff
2023-11-13 6:50 Hans de Graaff
2023-08-29 17:44 Hans de Graaff
2023-08-13 5:22 Hans de Graaff
2023-07-12 5:41 Hans de Graaff
2023-04-28 8:49 Hans de Graaff
2023-04-28 8:49 Hans de Graaff
2023-03-18 23:10 Sam James
2023-02-04 7:08 Hans de Graaff
2023-02-04 7:08 Hans de Graaff
2022-12-27 6:56 Hans de Graaff
2022-11-05 7:17 Hans de Graaff
2022-11-05 7:17 Hans de Graaff
2022-07-31 7:42 Hans de Graaff
2022-06-26 6:44 Hans de Graaff
2021-10-09 7:27 Hans de Graaff
2021-08-23 17:38 Hans de Graaff
2021-04-12 3:54 Hans de Graaff
2021-03-08 7:18 Hans de Graaff
2021-01-15 7:20 Hans de Graaff
2020-12-08 7:43 Hans de Graaff
2020-09-22 4:37 Hans de Graaff
2020-06-27 5:46 Hans de Graaff
2020-06-07 8:37 Hans de Graaff
2020-05-21 5:15 Hans de Graaff
2020-05-21 5:15 Hans de Graaff
2020-03-31 15:41 Hans de Graaff
2020-02-18 5:36 Hans de Graaff
2020-02-06 7:00 Hans de Graaff
2020-01-11 7:41 Hans de Graaff
2019-12-10 5:23 Hans de Graaff
2019-12-03 6:59 Hans de Graaff
2019-11-05 6:00 Hans de Graaff
2019-10-15 17:20 Rick Farina
2019-10-15 6:04 Hans de Graaff
2019-10-15 6:04 Hans de Graaff
2019-10-15 6:04 Hans de Graaff
2019-08-03 5:34 Hans de Graaff
2019-07-06 4:51 Hans de Graaff
2019-07-06 4:51 Hans de Graaff
2019-07-05 4:21 Hans de Graaff
2019-05-15 18:29 Hans de Graaff
2019-05-15 18:29 Hans de Graaff
2019-02-14 6:07 Hans de Graaff
2018-11-22 6:17 Hans de Graaff
2018-11-21 18:21 Rick Farina
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=1721712542.b3aa07e1c993ae363e07370fd81e0cd1761c85dc.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