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: Sat, 9 Oct 2021 07:27:53 +0000 (UTC) [thread overview]
Message-ID: <1633764467.2a2f59ebd9cacae29e772239f261f207c25311bd.graaff@gentoo> (raw)
commit: 2a2f59ebd9cacae29e772239f261f207c25311bd
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 06:26:01 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 07:27:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2f59eb
dev-ruby/faker: add 2.19.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/faker/Manifest | 1 +
dev-ruby/faker/faker-2.19.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index 727192aab87..6238bc533e2 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -1,2 +1,3 @@
DIST faker-2.16.0.tar.gz 1234511 BLAKE2B 99c53c85094022b33f2213af20b642fafb885ae9cb99169aa2684697e3af9d393b73476ebcd4e7e0541777d0648a53570cd93c352316a7f86c7a2026bf02b47c SHA512 b33054414ad57dd34ce0448d3b8a411d71a14bdbd66fd969007267d1969b40dc37b8d1b6622f81dfe1ed9d38b95cdd9dec699e3233195cfcdb9289d309c0a6f8
DIST faker-2.17.0.tar.gz 1268170 BLAKE2B 560fe5ebe8384121e720b540d0375aa50cfb40717e2ea4d438cce1918a7996fa3414a01344c26c65e2e0ac6115b3694985355543290b89500359ddc523e47304 SHA512 fd5e3726d881d6378c21932d97c5d92c23e8cf0e36289f6707d76474dc5ee843a731ea6c6a29bfe33564bd7521c91e1a90adff0c205c19a77b0a944766b1d159
+DIST faker-2.19.0.tar.gz 1674687 BLAKE2B d96f30e1ab1febc4f31f4a0709b838978aa2e6ff2e218be25075cb93a19cfef40182ba71a4f7e8bcf1793ff7737a1fa9178d2b847928e40249fb546791841740 SHA512 28d0bfafafb7a2679cd0ec476d14ef79e60f85f6dad2c8ce78002a530474106b0b29191f483a7c4a8f9c1262811fbb6488badae1a400bd520c8c863902e078b6
diff --git a/dev-ruby/faker/faker-2.19.0.ebuild b/dev-ruby/faker/faker-2.19.0.ebuild
new file mode 100644
index 00000000000..82e8579cf79
--- /dev/null
+++ b/dev-ruby/faker/faker-2.19.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+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/stympy/faker"
+SRC_URI="https://github.com/stympy/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.6:1 !!<dev-ruby/faker-1.9.6-r1"
+
+ruby_add_bdepend "test? ( dev-ruby/timecop )"
+
+all_ruby_prepare() {
+ sed -i -e '/\(bundler\|rubocop\|yard\)/I s:^:#:' Rakefile || die
+ sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die
+}
next reply other threads:[~2021-10-09 7:27 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-09 7:27 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-02 5:49 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faker/ Hans de Graaff
2025-06-04 8:47 Hans de Graaff
2025-04-14 5:55 Hans de Graaff
2024-12-22 8:48 Hans de Graaff
2024-11-01 6:37 Hans de Graaff
2024-11-01 6:37 Hans de Graaff
2024-07-23 5:29 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-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=1633764467.2a2f59ebd9cacae29e772239f261f207c25311bd.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