From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 658DE139694 for ; Mon, 27 Mar 2017 05:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F107221C09E; Mon, 27 Mar 2017 05:50:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF84E21C09E for ; Mon, 27 Mar 2017 05:50:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E2AD341674 for ; Mon, 27 Mar 2017 05:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B04C66F93 for ; Mon, 27 Mar 2017 05:50:46 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1490592491.4bc783a593dd8a8ebc7b74f3ccd2835cbb574c7f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-oembed/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-oembed/Manifest dev-ruby/ruby-oembed/ruby-oembed-0.12.0.ebuild X-VCS-Directories: dev-ruby/ruby-oembed/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4bc783a593dd8a8ebc7b74f3ccd2835cbb574c7f X-VCS-Branch: master Date: Mon, 27 Mar 2017 05:50:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5d457685-b411-4b8c-bff6-3f2f83e47723 X-Archives-Hash: c8af9f3b161d65c27bf2377f514f94e2 commit: 4bc783a593dd8a8ebc7b74f3ccd2835cbb574c7f Author: Hans de Graaff gentoo org> AuthorDate: Mon Mar 27 05:28:11 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 27 05:28:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc783a5 dev-ruby/ruby-oembed: add 0.12.0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ruby/ruby-oembed/Manifest | 1 + dev-ruby/ruby-oembed/ruby-oembed-0.12.0.ebuild | 38 ++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-ruby/ruby-oembed/Manifest b/dev-ruby/ruby-oembed/Manifest index d8abe0b5dd1..296bee64a24 100644 --- a/dev-ruby/ruby-oembed/Manifest +++ b/dev-ruby/ruby-oembed/Manifest @@ -1 +1,2 @@ DIST ruby-oembed-0.10.1.gem 687616 SHA256 6eab65dc0595edf51a27a715d646250fdd1c857dd4cb50dd25c3e59f2ef90f67 SHA512 3d6a1c95c99b4c16cd0180feed5dae5773955ac9411ccafabe43debbdc68faf9f41ae6a7b2d4d45a7b7faa45dcb74dc6c8cc4b097d666d50b08a90748dc03d15 WHIRLPOOL 3f34c1af4bc1e5801205d91124759d539120600f30a2cea69dd3e543c3706327714407384db19d270d56c3564d68d41dba89cabf6f4008e4a4bfcbf40141a125 +DIST ruby-oembed-0.12.0.gem 690688 SHA256 6057ef39eee07a56e8363aa51a6cbe63e1831c4f6741c8e6f823d4b1e85584cf SHA512 faaf7828641cf419b699ecbbd7a890304ee645faf13ca480c22afbec035687a730a8d53c7825312a4734dfc6633ec4b4c5790c4db18d584c344602310a7ebed9 WHIRLPOOL b0344545789c91a7ea4a71f68dafd6dcfd8d516bf6741d60157e660e0a44125f7f9916a321f5716577454a4c3fb04961cd7edcddd5c63ebce42a23757cad315a diff --git a/dev-ruby/ruby-oembed/ruby-oembed-0.12.0.ebuild b/dev-ruby/ruby-oembed/ruby-oembed-0.12.0.ebuild new file mode 100644 index 00000000000..384a19e946f --- /dev/null +++ b/dev-ruby/ruby-oembed/ruby-oembed-0.12.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md" + +inherit ruby-fakegem + +DESCRIPTION="An oEmbed consumer library written in Ruby." +HOMEPAGE="https://github.com/judofyr/ruby-oembed" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="test" + +ruby_add_bdepend "test? + ( + dev-ruby/json + dev-ruby/vcr:1 + dev-ruby/xml-simple + dev-ruby/nokogiri + dev-ruby/fakeweb + )" + +all_ruby_prepare() { + # Remove bundler but keep vcr version requirement + rm -f Gemfile || die + sed -i -e '1igem "vcr", "~> 1.0"' spec/spec_helper.rb || die + + # Avoid development dependencies + sed -i -e '/coverall/I s:^:#:' spec/spec_helper.rb || die +}