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/ethon/
Date: Fri, 27 Oct 2017 05:56:22 +0000 (UTC)	[thread overview]
Message-ID: <1509083597.db3ca0b821cc380fb3bfc82ffafac39401d03364.graaff@gentoo> (raw)

commit:     db3ca0b821cc380fb3bfc82ffafac39401d03364
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 05:53:17 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 05:53:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3ca0b8

dev-ruby/ethon: 0.11.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/ethon/Manifest            |  1 +
 dev-ruby/ethon/ethon-0.11.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest
index f93ed2b6401..5db72a016be 100644
--- a/dev-ruby/ethon/Manifest
+++ b/dev-ruby/ethon/Manifest
@@ -1,2 +1,3 @@
 DIST ethon-0.10.1.gem 55808 SHA256 d4fe4965b20c92cfc89df916cf8071db1848bdd46a1e196b17451255371b07c5 SHA512 cbc3d40dfa04aed73780e669979fbaa21d98a7a607f727bff05e679461502ed7e06c29dc81cce89b01458d7e2bea81c99cc43544e85a2329944eb5c2955cba07 WHIRLPOOL 55be64a062714d9cf8039a155f411afd4d784a5232f88c58bd15c812430b5da3c887c1fb796c596a9b16dadffbf406e9923542147ed836400c8a4b0c73cc7c61
+DIST ethon-0.11.0.gem 56832 SHA256 88ec7960a8e00f76afc96ed15dcc8be0cb515f963fe3bb1d4e0b5c51f9d7e078 SHA512 271ff2ce5578352722bab318ad40f06d9c76fdbdead573a015fed0a38f3fd6341bcf70acedaa9470fe97f47069977b09ac9f71d8dacb21b67aad917c2a078c72 WHIRLPOOL 98793b951269f7ab33040d02e1ed1aefe476cbf4925520dfd1559db648aa73e28d67129ebffa0ddf3e042859663e49d86ebaa22cdfc5c310b465d47fac9da1de
 DIST ethon-0.9.1.gem 55808 SHA256 c6b19fc2590a701b860f76ac1aee6fa5cde4a08dbf289c0a42c359f8c7b6758d SHA512 2104a463283340513c02ad97a6578140cf3d23bee664de40fa0ae4a7bb8aedac69ef09310edf3582f83bff5fa7d65feec9ace663568b9cb798833f2db61adb80 WHIRLPOOL 35498aa205a045d7bf13a5c2ccdcb6dc24524b3348e6a191a77f7fd8e3bbfcba79967f6bca2dbfc6dd79f351b1ded2b941cc4f2c2f66abaa838de77f78e31158

diff --git a/dev-ruby/ethon/ethon-0.11.0.ebuild b/dev-ruby/ethon/ethon-0.11.0.ebuild
new file mode 100644
index 00000000000..9f332d857bd
--- /dev/null
+++ b/dev-ruby/ethon/ethon-0.11.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Very lightweight libcurl wrapper"
+HOMEPAGE="https://github.com/typhoeus/ethon"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND+=" net-misc/curl"
+
+ruby_add_rdepend ">=dev-ruby/ffi-1.3.0"
+
+ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -e '/bundler/I s:^:#:' \
+		-e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die
+}


             reply	other threads:[~2017-10-27  5:56 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-27  5:56 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/ethon/ Hans de Graaff
2024-06-02  8:34 Hans de Graaff
2024-02-15  7:14 Hans de Graaff
2023-04-13  3:03 Sam James
2022-12-07 17:57 Hans de Graaff
2022-11-06  7:08 Hans de Graaff
2022-10-01 10:26 Hans de Graaff
2022-04-18  6:55 Hans de Graaff
2021-12-10  6:56 Hans de Graaff
2021-10-28  5:20 Hans de Graaff
2021-04-28  4:53 Hans de Graaff
2021-04-12  3:54 Hans de Graaff
2020-05-09  9:20 Hans de Graaff
2019-11-16  9:13 Hans de Graaff
2019-05-04 12:38 Hans de Graaff
2019-01-11  7:33 Hans de Graaff
2018-09-17 19:07 Hans de Graaff
2018-03-21  6:41 Hans de Graaff
2017-08-22  4:09 Hans de Graaff
2017-02-05  9:18 Hans de Graaff
2016-12-08  6:34 Hans de Graaff
2016-09-21  4:40 Hans de Graaff
2016-04-29  4:32 Hans de Graaff
2016-04-29  4:32 Hans de Graaff
2016-01-11 19:38 Hans de Graaff
2016-01-03  5:28 Richard Farina
2015-09-19  5:21 Hans de Graaff
2015-09-19  5:21 Hans de Graaff
2015-08-26  5:59 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=1509083597.db3ca0b821cc380fb3bfc82ffafac39401d03364.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