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, 20 Apr 2018 05:03:36 +0000 (UTC) [thread overview]
Message-ID: <1524200114.d69e33be0ed419eeafba5c36ef989e17c244d8d8.graaff@gentoo> (raw)
commit: d69e33be0ed419eeafba5c36ef989e17c244d8d8
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 20 04:55:14 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 04:55:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69e33be
dev-ruby/domain_name: add 0.5.20180417
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/domain_name/Manifest | 1 +
.../domain_name/domain_name-0.5.20180417.ebuild | 46 ++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest
index ffce022d5eb..7b88c75fd5b 100644
--- a/dev-ruby/domain_name/Manifest
+++ b/dev-ruby/domain_name/Manifest
@@ -1 +1,2 @@
DIST domain_name-0.5.20170404.gem 120320 BLAKE2B c2dbb97c67e1303c272ff67f2c32314827513a5953ca3b9d49667828f6972904249ab98ee0541a380fddb7c6e3fcc3959f8e5f8746ae6b38a3915169ef6c0dc2 SHA512 3314d87ac3b04337dff047c423ded2f4b99a4b9300528c34388cbc30fbcc7e84ae884969624e046e0dcc1d856e0bb8246b1556ac2dc755a1b4917ccf975fece3
+DIST domain_name-0.5.20180417.gem 124928 BLAKE2B 56c8852c09dfabc2291a08d89b4dbb6c9c9c3aecce40fab2a176e2183ebd7b793a6677256f417b0c9cb6cd61680a738038ee2d14e4d15d9ab5a952d666014d27 SHA512 e960aa4445e19ff3e71825d94f85519ec9b1600dab64d139bf21208aec6fe1dc279e9fda6c64fd518ab22783464ba9a4d43f20ceb7699daede981cbf7d5e1876
diff --git a/dev-ruby/domain_name/domain_name-0.5.20180417.ebuild b/dev-ruby/domain_name/domain_name-0.5.20180417.ebuild
new file mode 100644
index 00000000000..1f96ef6e4ef
--- /dev/null
+++ b/dev-ruby/domain_name/domain_name-0.5.20180417.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-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:[~2018-04-20 5:03 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-20 5:03 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-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-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=1524200114.d69e33be0ed419eeafba5c36ef989e17c244d8d8.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