From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-oembed/
Date: Fri, 1 Mar 2024 06:21:03 +0000 (UTC) [thread overview]
Message-ID: <1709272898.13e418dab0c81d82e0b5f80c7c8f45f4b0ff7936.graaff@gentoo> (raw)
commit: 13e418dab0c81d82e0b5f80c7c8f45f4b0ff7936
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 14:22:49 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 1 06:01:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e418da
dev-ruby/ruby-oembed: add 0.17.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-oembed/Manifest | 1 +
dev-ruby/ruby-oembed/ruby-oembed-0.17.0.ebuild | 41 ++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-ruby/ruby-oembed/Manifest b/dev-ruby/ruby-oembed/Manifest
index 335656a9cbd1..405fba9c45f8 100644
--- a/dev-ruby/ruby-oembed/Manifest
+++ b/dev-ruby/ruby-oembed/Manifest
@@ -1 +1,2 @@
DIST ruby-oembed-0.16.1.tar.gz 4547399 BLAKE2B 929d0a63aa0bd8acb005630c3f774a56e5fffed83b8e6c80c491dbf93df1b85b555b37ef8dedc77428cfcc8ad00c9eee54e49c8e31467efb8a8eae28e25397a7 SHA512 71241c818478c4321844276e4ba5e726536fb40f35c18b0ff9ead46e7d8b2ec1b58ba6738b179e62164c352005fff947baa156ac48bf6c021e29da8be3f2ad38
+DIST ruby-oembed-0.17.0.tar.gz 4548719 BLAKE2B d91c4321b745b5c96f866468f8985ec5a27b8318450b14b92f4c7456cea3dea048fb66d5d1c93a3ebd7b12d52a5ea6b2a543987f9d83d35b64521f46bf204d05 SHA512 ec130cca009dd63d18ff3498be2bd05eacdef28c3e7dbae9a373da7700949a18184714dfb3b942154b5af0e305ccdcaf7d18652f36236599d04f0ba531d8aca4
diff --git a/dev-ruby/ruby-oembed/ruby-oembed-0.17.0.ebuild b/dev-ruby/ruby-oembed/ruby-oembed-0.17.0.ebuild
new file mode 100644
index 000000000000..497a57abc714
--- /dev/null
+++ b/dev-ruby/ruby-oembed/ruby-oembed-0.17.0.ebuild
@@ -0,0 +1,41 @@
+# 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="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+RUBY_FAKEGEM_GEMSPEC="ruby-oembed.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An oEmbed consumer library written in Ruby"
+HOMEPAGE="https://github.com/ruby-oembed/ruby-oembed"
+SRC_URI="https://github.com/ruby-oembed/ruby-oembed/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test?
+ (
+ dev-ruby/json
+ dev-ruby/vcr:6
+ dev-ruby/xml-simple
+ dev-ruby/nokogiri
+ dev-ruby/webmock:3
+ )"
+
+all_ruby_prepare() {
+ # Remove bundler but keep vcr version requirement
+ rm -f Gemfile || die
+ sed -i -e '1igem "vcr", "~> 6.0"' spec/spec_helper.rb || die
+
+ # Avoid development dependencies
+ sed -i -e '/coverall/I s:^:#:' spec/spec_helper.rb || die
+
+ sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2024-03-01 6:21 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-01 6:21 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-27 6:41 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-oembed/ Hans de Graaff
2024-09-01 6:34 Hans de Graaff
2024-09-01 6:34 Hans de Graaff
2024-01-17 7:07 Hans de Graaff
2023-06-21 5:12 Hans de Graaff
2023-06-21 5:12 Hans de Graaff
2022-12-07 18:24 Hans de Graaff
2022-07-29 4:48 Hans de Graaff
2022-07-26 9:49 Hans de Graaff
2022-03-27 9:54 Hans de Graaff
2022-01-15 6:29 Hans de Graaff
2022-01-09 7:17 Hans de Graaff
2021-07-06 19:41 Hans de Graaff
2021-02-18 7:21 Hans de Graaff
2021-01-03 8:05 Hans de Graaff
2020-12-29 6:54 Hans de Graaff
2020-11-09 6:33 Hans de Graaff
2020-09-09 9:28 Hans de Graaff
2020-05-26 5:08 Hans de Graaff
2020-04-13 12:38 Hans de Graaff
2020-04-06 9:28 Hans de Graaff
2018-04-25 5:23 Hans de Graaff
2017-07-30 6:10 Hans de Graaff
2017-03-27 5:50 Hans de Graaff
2016-11-03 7:06 Hans de Graaff
2016-08-26 21:16 Hans de Graaff
2016-05-28 8:54 Hans de Graaff
2016-05-24 4:50 Hans de Graaff
2016-03-07 19:30 Hans de Graaff
2016-03-07 19:30 Hans de Graaff
2015-12-14 6:58 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=1709272898.13e418dab0c81d82e0b5f80c7c8f45f4b0ff7936.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