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, 6 May 2022 10:04:30 +0000 (UTC) [thread overview]
Message-ID: <1651831465.9ccc31a83db7ec14a349b84945a37ec5f071bd83.graaff@gentoo> (raw)
commit: 9ccc31a83db7ec14a349b84945a37ec5f071bd83
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 10:02:22 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 6 10:04:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccc31a8
dev-ruby/domain_name: update EAPI 6 -> 8, ruby31
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
.../domain_name/domain_name-0.5.20190701-r1.ebuild | 46 ++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/dev-ruby/domain_name/domain_name-0.5.20190701-r1.ebuild b/dev-ruby/domain_name/domain_name-0.5.20190701-r1.ebuild
new file mode 100644
index 000000000000..b0055bbbb1d7
--- /dev/null
+++ b/dev-ruby/domain_name/domain_name-0.5.20190701-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"
+
+ruby_add_bdepend "
+ test? (
+ >=dev-ruby/test-unit-2.5.5
+ dev-ruby/shoulda
+ )"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/,/end/ d; i gem "unf"' 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
+}
next reply other threads:[~2022-05-06 10:04 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-06 10:04 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-01 8:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/domain_name/ Hans de Graaff
2024-09-14 8:59 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
2024-01-12 8:32 Hans de Graaff
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-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=1651831465.9ccc31a83db7ec14a349b84945a37ec5f071bd83.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