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: Sat, 11 Jan 2020 07:41:18 +0000 (UTC)	[thread overview]
Message-ID: <1578725566.d29e43126984ccf450dbf20f0bdf274dbf12a750.graaff@gentoo> (raw)

commit:     d29e43126984ccf450dbf20f0bdf274dbf12a750
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 06:52:46 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 06:52:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29e4312

dev-ruby/faker: add 2.10.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

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

diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index 5026da09c52..9cfc3e0cc31 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -1,4 +1,5 @@
 DIST faker-1.9.6.tar.gz 1833392 BLAKE2B 826ee480515873d1e250147e5c3749e222b1273a00fd4ae0a2a28dca91c5981290c8540602d89d406e91d98a0f5dbc6fc4a54ab6d7d2b716a4d4957ab32254dc SHA512 1ea0c4194603b5eaec0f4abc2460fb39cb9de97179d7699c3cb37673731ebf8bf03d20fb422911d4725d4308691d4c92a82f5a661e034381cc04066ddcc955bc
+DIST faker-2.10.0.tar.gz 1026104 BLAKE2B 4e669233bc6def8c15d9b042607fed37c6a267494551af71000b7c774f84a90d5dfbc6a168024fa8cf2a16b03d5041c90a94924fd55a96c7c5d091d6907310c9 SHA512 de7abb03be6c0a2a6a367dcf0611b5416c5d2128ddb33252758f1a0ac9a663fdad034e0f7dd3ca8cf060fe5bca011e3a078b2a9b36bab5daec9d7a406d9df7ba
 DIST faker-2.6.0.tar.gz 983084 BLAKE2B 663075668d17b25eef1528379ce0f8079d34672bac658d7cc96d8b3bb07d63d7aec0249409bcee7d60eb033753be8a37ad04c43b22dcfaa5c4dfb735c1663a64 SHA512 ddec1d70e1becab987da2e9c261e7b3e8903fae77e0e7151f8230aac4d6cfc919a3d9497728d262b28bb3e727e9409a360eb76b410f7b701a108c35380059a4b
 DIST faker-2.7.0.tar.gz 986186 BLAKE2B 57cfdc6cf3b241edf3ada2cac3a2430989e5c1ce565701aa0252fcee37d4b61034f423eea1b75a9203b19e66cc070592bc9e13d3a932f68ab3c51c09c8188eb0 SHA512 967cac98efed0f5e35dccca9e78cf4a8a61678d6c1f2bf388db300a4beba8dd9ff004d143c2fea60ab4abdbbff4b5c90354f3cd1cd4c789f80e3fdb81870ed8e
 DIST faker-2.8.0.tar.gz 1013036 BLAKE2B e8839083ecaa5849e491c95cf26fefd19fa9245b0fb977701e7ec867961d92eca70031dbb4b43a18acdd41a40aca042195651851c781efbb00188b0b0ba19ecc SHA512 878fb19ed7c29a038c84b26dde17288c6f3af0493975fe8baf7b48487cd89f80e8e471fba5261617a58354f07ce0323b7e90001b39c0f46dd4b87c64a88ec486

diff --git a/dev-ruby/faker/faker-2.10.0.ebuild b/dev-ruby/faker/faker-2.10.0.ebuild
new file mode 100644
index 00000000000..cae4b1e7253
--- /dev/null
+++ b/dev-ruby/faker/faker-2.10.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+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 !!<dev-ruby/faker-1.9.6-r1"
+
+ruby_add_bdepend "test? ( dev-ruby/timecop )"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die
+}


             reply	other threads:[~2020-01-11  7:41 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-11  7:41 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-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
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=1578725566.d29e43126984ccf450dbf20f0bdf274dbf12a750.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