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/domain_name/
Date: Fri, 12 Jan 2024 08:32:47 +0000 (UTC)	[thread overview]
Message-ID: <1705048356.12cd104783f0b7def2cd45609652f117c66bedc5.graaff@gentoo> (raw)

commit:     12cd104783f0b7def2cd45609652f117c66bedc5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 08:24:34 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 08:32:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cd1047

dev-ruby/domain_name: add 0.6.20240107

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

 dev-ruby/domain_name/Manifest                      |  1 +
 .../domain_name/domain_name-0.6.20240107.ebuild    | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest
index 34149e6575e6..493abe66eb36 100644
--- a/dev-ruby/domain_name/Manifest
+++ b/dev-ruby/domain_name/Manifest
@@ -1,2 +1,3 @@
 DIST domain_name-0.5.20190701.gem 131072 BLAKE2B 86ee60824d9480e71535312fb72c192f3d88326c72539b833132872ff15298842f09bac612e9c3d8b87a3ef6a60459b14e777105613fd76da79757d6a30abcbc SHA512 445f0e8a377bb700f8a3b926970f4351d28759e237947d6c755afff52726141c6b821b43b2a761d4d0d6237969304ef749404a5f383f69710b04803410dc70aa
 DIST domain_name-0.6.20231109.gem 148480 BLAKE2B 87a68ab758126e150193373c1f4807e16e8390f5a2fa5c1c55ad443a6cf1d16d2fb66167313f7858f2a729729222900fae57994d268b3077a7469cec375dc67a SHA512 8d9dff3943001b340d1c19303291a19b284e6f7d0165413fbd797804dc9ff13c92b09a66efdded2489961a54105f2eed91043cdde279bef4bf82628c822d9257
+DIST domain_name-0.6.20240107.gem 148480 BLAKE2B d87f505fcff0e828d7c0870b9e185bd7a3a22bee3027a1de5b3d5c80f09d06bb666b3f7d408b8418f21a57aea3400a8932b7ace070637196069a2401863cd00e SHA512 9911389bdfdae984f697726cd7feff5a41b944a98982cfa76d49002c4f64e51d0ec7db6259eddc97fecbcc13c9723134af26b83e050c31943dc8495866874d59

diff --git a/dev-ruby/domain_name/domain_name-0.6.20240107.ebuild b/dev-ruby/domain_name/domain_name-0.6.20240107.ebuild
new file mode 100644
index 000000000000..f64a404d9edf
--- /dev/null
+++ b/dev-ruby/domain_name/domain_name-0.6.20240107.ebuild
@@ -0,0 +1,43 @@
+# 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_TEST="none"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Domain Name manipulation library for Ruby"
+HOMEPAGE="https://github.com/knu/ruby-domain_name"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="test"
+
+ruby_add_bdepend "
+	test? (
+		>=dev-ruby/test-unit-2.5.5
+	)"
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/,/end/ d' test/helper.rb || die
+	rm Gemfile* || die
+
+	# Remove development dependencies
+	sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \
+		${RUBY_FAKEGEM_GEMSPEC} || die
+
+	# Avoid dependency on git.
+	sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+	ruby-ng_testrb-2 -Ilib:test test/test_*.rb
+}


             reply	other threads:[~2024-01-12  8:32 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-12  8:32 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  8:59 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/domain_name/ Arthur Zamarin
2024-09-14  8:59 Arthur Zamarin
2024-09-14  8:08 Arthur Zamarin
2024-09-14  8:08 Arthur Zamarin
2024-09-14  8:08 Arthur Zamarin
2024-09-14  8:08 Arthur Zamarin
2024-09-14  8:08 Arthur Zamarin
2023-11-15  6:48 Hans de Graaff
2023-08-27 16:59 Hans de Graaff
2023-08-02  9:05 Arthur Zamarin
2023-03-29  0:24 Sam James
2023-03-28 22:19 Sam James
2023-03-28 22:12 Sam James
2023-03-28 21:49 Sam James
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-05-08 15:00 WANG Xuerui
2022-05-06 10:04 Hans de Graaff
2022-04-26 14:38 Sam James
2021-10-09 15:24 Naohiro Aota
2021-08-11 14:29 Marek Szuba
2021-07-31  6:47 Hans de Graaff
2021-07-30 15:17 Agostino Sarubbo
2021-07-30 15:14 Agostino Sarubbo
2021-07-19  6:27 Agostino Sarubbo
2021-07-19  6:26 Agostino Sarubbo
2021-07-19  6:25 Agostino Sarubbo
2020-12-21 21:14 Hans de Graaff
2019-07-08  4:24 Hans de Graaff
2019-07-05  4:21 Hans de Graaff
2019-07-04 18:23 Sergei Trofimovich
2019-05-13  1:41 Thomas Deutschmann
2019-05-01 19:36 Hans de Graaff
2019-04-30  9:50 Mikle Kolyada
2019-04-29  8:51 Sergei Trofimovich
2019-04-29  8:49 Sergei Trofimovich
2018-07-10 19:11 Sergei Trofimovich
2018-04-30 20:11 Hans de Graaff
2018-04-20  5:03 Hans de Graaff
2018-01-22 20:25 Hans de Graaff
2017-12-28 20:34 Sergei Trofimovich
2017-12-12 18:39 Thomas Deutschmann
2017-12-11  6:36 Hans de Graaff
2017-12-11  6:36 Hans de Graaff
2017-12-10 22:39 Sergei Trofimovich
2017-08-27  6:18 Hans de Graaff
2017-06-11  5:40 Hans de Graaff
2017-04-06  5:07 Hans de Graaff
2017-04-06  5:07 Hans de Graaff
2017-02-23  6:56 Hans de Graaff
2016-12-05  6:43 Hans de Graaff
2016-10-28  6:41 Hans de Graaff
2016-09-28  8:17 Tobias Klausmann
2016-09-01  5:01 Hans de Graaff
2016-09-01  5:01 Hans de Graaff
2016-06-19  5:20 Hans de Graaff
2016-03-22 21:36 Manuel Rüger
2016-03-22 21:36 Manuel Rüger
2016-03-22 21:36 Manuel Rüger
2016-03-10  6:00 Hans de Graaff
2016-02-27  7:00 Hans de Graaff
2015-12-11  7:13 Hans de Graaff
2015-11-12 10:15 Agostino Sarubbo
2015-11-11  9:54 Agostino Sarubbo
2015-11-11  6:05 Jeroen Roovers
2015-11-09 11:24 Agostino Sarubbo
2015-10-08  8:13 Hans de Graaff

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=1705048356.12cd104783f0b7def2cd45609652f117c66bedc5.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