public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/domain_name/
Date: Tue, 22 Mar 2016 21:36:30 +0000 (UTC)	[thread overview]
Message-ID: <1458682483.c20ed1078a7c8ae0fd5a905d37ac3a6a79786a1e.mrueg@gentoo> (raw)

commit:     c20ed1078a7c8ae0fd5a905d37ac3a6a79786a1e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 21:34:43 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 21:34:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20ed107

dev-ruby/domain_name: Version bump to 0.5.20160310

Package-Manager: portage-2.2.28

 dev-ruby/domain_name/Manifest                      |  1 +
 .../domain_name/domain_name-0.5.20160310.ebuild    | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest
index d0ca419..6046703 100644
--- a/dev-ruby/domain_name/Manifest
+++ b/dev-ruby/domain_name/Manifest
@@ -1,4 +1,5 @@
 DIST domain_name-0.5.20160216.gem 113664 SHA256 d9880da350cb447a05a2081d237dfbd1df3e0deb92b2fd795eb223e15b038c4f SHA512 2b4e3edacf84ff8cfcbe5534778370841e02d7162703cff449e986a23a8b118c083544af81082ad79ef113fec5025c0b6a78d4767905b72f60cf220d23b98197 WHIRLPOOL 03a12183165715b5043e33e8de9d024b0698418d34c4f9c849cc4f145f0e8928392bb3057e763ec0c1b3e7cd0f5eefbdcfcd5df9f7c6b426b1137197d0e5336a
 DIST domain_name-0.5.20160309.gem 113664 SHA256 51d7801d1dc076f29900243c305ebe50a2e30d6d16aca931a5ee8c2af5bf3bca SHA512 e9a9e87fbe8f1e1ee6b14122683593737d7f8efb99f0acd38f3324adecda5a4e8ef72f9c449939fce59ca093ce33daaaea531b9916f151047f393b7d03d56fdb WHIRLPOOL 8338135ae1935a4b5e5b867d856f3d9d5d8e2af25cec12419569b1bcb67b6dbdc0082d0aaf40dddd53146cd9c6a281e12669149c6f4f59333d53992116dcbff4
+DIST domain_name-0.5.20160310.gem 113664 SHA256 da5fa56840cc67d034435880ddfbdd17d765c53d2f049de8a610cfab7f39213c SHA512 d99faf7ae16355091aed8c934f8b505162fb17ca7524b01606d9c5a6dc96a22d4bfe34df5b3f3c05fa064bcb6435f48fc913db6d58f0e82dffea1c9146c4825a WHIRLPOOL a060d785a5527ce17d151721c05c4eba26b13c26532e2023f0f0d47744495820536abbc60776944955af3b405c1ee1986b3ac71cf8fa78294ca8150a05b79a16
 DIST domain_name-0.5.24.gem 104448 SHA256 8cbd6aea8859823f89aefeec49232e9d4377456fd42d08accfbc0cc6b32a55f6 SHA512 46caf0be89c3b2f38f79180c14f4eaa1096f12f80feb881dafb394033d2c6118f481c898310d281d15acd5b9a54473c9d9ee8f0e77dda5b03c40a0d6f137f602 WHIRLPOOL df40be6b18f08f242bafeb985a93692e3286a3889b738790108c7df64eff90dfe28c874b06f7cefd7e8ee295753126ee2d32ceb89dca65c71b95721064301161
 DIST domain_name-0.5.25.gem 112128 SHA256 5b492888a095f2f00027a268932c93d0432bf8ada568a5c601ff53ce6a761b9b SHA512 cdc89ef2cc93d014727e203ffaa3921f3548077bcf4dfacc83a03f887a88393cea01efcf072ca785b375a6b24cdbd69f201f2fbd81a7341595e6ed2a5d2b362c WHIRLPOOL 1f5a9577aab4aea61eb88d590bd52b07cb21c597646ad28fce6631baee3ea527282393ce392a830232081a70c0628c6666e0fb29d5aec640cae44ff887d0261b

diff --git a/dev-ruby/domain_name/domain_name-0.5.20160310.ebuild b/dev-ruby/domain_name/domain_name-0.5.20160310.ebuild
new file mode 100644
index 0000000..f0bb1c3
--- /dev/null
+++ b/dev-ruby/domain_name/domain_name-0.5.20160310.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+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 ~ppc ~ppc64 ~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
+}


             reply	other threads:[~2016-03-22 21:36 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-22 21:36 Manuel Rüger [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
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-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-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=1458682483.c20ed1078a7c8ae0fd5a905d37ac3a6a79786a1e.mrueg@gentoo \
    --to=mrueg@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