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, 8 Dec 2020 07:43:41 +0000 (UTC) [thread overview]
Message-ID: <1607413415.24bd2c61a5f179b860ae3fbaf75dec1d15eb19d5.graaff@gentoo> (raw)
commit: 24bd2c61a5f179b860ae3fbaf75dec1d15eb19d5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 8 07:43:28 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 8 07:43:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bd2c61
dev-ruby/faker: add 2.15.1
Closes: https://bugs.gentoo.org/744094
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/faker/Manifest | 1 +
dev-ruby/faker/faker-2.15.1.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index bd3c9401e1d..cc40b1fc8e2 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -2,3 +2,4 @@ DIST faker-2.11.0.tar.gz 1033369 BLAKE2B 51677346980bd5070a145b1d8dd11a6426cf9da
DIST faker-2.12.0.tar.gz 1100460 BLAKE2B 8be31911c9612d7433433121344a1fbfc735740898cb4fa7115a9ec33d22f610e5eca9ace3369da7f6e107478493e7b732a74650a233171ebb8b306f3e2d872e SHA512 7adc89cc3ba7e4d802d5f96199e21a6ed1dc9f0144d2da5a9a5adb705097d1acf4830c7ff0ce733fb9b0ddc11fba0290cade9f791824db5ab737b3facd93f93d
DIST faker-2.13.0.tar.gz 1129212 BLAKE2B 358a959a600d5638681bbad20b05618cd2d67857de120a4ff6d8d6c3c723d1efd24ebfa617e3d2090862e111271bd3c12ac3f3f340e8eda6811760c1de31f642 SHA512 700a3d4d6f9019bd7c7e61ed770c6eb2e9dede6e4af9e3a06ca1858a2eebdd67491b94a41396ba1ab4940f0f7fd00f2203db78f5267adb08360b95823c633131
DIST faker-2.14.0.tar.gz 1150487 BLAKE2B 51343e8d45d2615d180fac4845d2cc8a6509b3710528c2770e52f2e4203e458ba07e3fa4f8f7559704598379b54fe38d8d557fc6cc0b614f3695cee8265adc49 SHA512 3a65a65c587f9e2a12c0d7a1e5ecbb12d059146cfda944d5bca950dd2b8cbdb509722b7b181fc619f395ebb526c3f99461ed74803a79cda1b74df83c203db518
+DIST faker-2.15.1.tar.gz 1213822 BLAKE2B dd627078ce1edab63a3f16a5e893c29911b9bf8d88b6d490a368ec16a633e7138124ee66d439738c4f2a8e14b6d0815611ed744d5323817873a0e13f2bddfb06 SHA512 de3721290683a86f985c2783c749be530c3306be73d929517fb54dcde2f64b124cedfa6b10c51e390a38a0b5ac81e2feb0b491c165d0bae9f017463596794fbf
diff --git a/dev-ruby/faker/faker-2.15.1.ebuild b/dev-ruby/faker/faker-2.15.1.ebuild
new file mode 100644
index 00000000000..9ae0563a25d
--- /dev/null
+++ b/dev-ruby/faker/faker-2.15.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 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:[~2020-12-08 7:43 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-08 7:43 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-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-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=1607413415.24bd2c61a5f179b860ae3fbaf75dec1d15eb19d5.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