public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 27 Dec 2022 06:56:33 +0000 (UTC)	[thread overview]
Message-ID: <1672124186.d481758bc8b447f9873874d8e7f82b83a1f3209f.graaff@gentoo> (raw)

commit:     d481758bc8b447f9873874d8e7f82b83a1f3209f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 10:08:39 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 06:56:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d481758b

dev-ruby/faker: add 3.1.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/faker/Manifest           |  1 +
 dev-ruby/faker/faker-3.1.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index 2380ea02c099..4c22a86478a9 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -1,2 +1,3 @@
 DIST faker-2.22.0.tar.gz 1703265 BLAKE2B 931fa442d647186e7124c38afe4e6953f8dfea595140e2765ad86e9c98fc1ca02e6780cd01a49391614798a5862b4b69725bc5f5bbd1c6559f0831782dfe312b SHA512 9447b74d2403714de2bcbf4f3cfae8fc85c42a8a7dda413a06d6cdc8afa0acee620609af8a6ff8962db3b3bdaef27af7c08ab7ba71a23e939ce49638326e9807
 DIST faker-2.23.0.tar.gz 1709736 BLAKE2B e3524dbecbd1a4825ef8b38801ae1fa30a4392a7d2eb6fe1c94c3da0b0a4f18db621a42423510bf2f9c4bba175d66e10808252a923c9703aaa8de5d5ed54dd44 SHA512 b037833b3a6d07adaa70c665af66343d90389f282a2faf8ca55a5a81988163263e3b3069744e67ede206512bb67cf53a104eed34c39d92feb10a282f411bde41
+DIST faker-3.1.0.tar.gz 1726248 BLAKE2B 55e5ece86c262c91cc7b806f31fc852297158cbfa213e375173d6ed4956daf515f7b3e09273ed40c70b92c2de8e94fc8ff45f62d87b59a37ee097a2cb6bc6a9b SHA512 4fa1d1dc72ae0cb21cdf6fede999a6cbf43e20062306896cca5e2333da9423612ac11b5ecdfb033da46c1eb3141a0bcac47d25485666f126a35971acb4edfcb5

diff --git a/dev-ruby/faker/faker-3.1.0.ebuild b/dev-ruby/faker/faker-3.1.0.ebuild
new file mode 100644
index 000000000000..5332cb86e976
--- /dev/null
+++ b/dev-ruby/faker/faker-3.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31"
+
+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.8.11:1"
+
+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
+}


             reply	other threads:[~2022-12-27  6:56 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-27  6:56 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-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-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=1672124186.d481758bc8b447f9873874d8e7f82b83a1f3209f.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