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 8EED4138334 for ; Sun, 6 Oct 2019 06:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BDC4E083E; Sun, 6 Oct 2019 06:24:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31B90E083E for ; Sun, 6 Oct 2019 06:24:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D656B34B9C2 for ; Sun, 6 Oct 2019 06:24:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1AA282A for ; Sun, 6 Oct 2019 06:24:01 +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: <1570343028.0785f1482a4cf79f4b4bfd530c2b51d93f88eedd.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-openid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-openid/Manifest dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild X-VCS-Directories: dev-ruby/ruby-openid/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0785f1482a4cf79f4b4bfd530c2b51d93f88eedd X-VCS-Branch: master Date: Sun, 6 Oct 2019 06:24:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1a185cf-1384-4259-813b-9ff47467ce00 X-Archives-Hash: 0fe7a122a9684d359bb970daa9648d97 commit: 0785f1482a4cf79f4b4bfd530c2b51d93f88eedd Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 6 06:23:31 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 6 06:23:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0785f148 dev-ruby/ruby-openid: add 2.9.1 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ruby-openid/Manifest | 1 + dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild | 32 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-ruby/ruby-openid/Manifest b/dev-ruby/ruby-openid/Manifest index 41c34aeea54..fd6df94f69d 100644 --- a/dev-ruby/ruby-openid/Manifest +++ b/dev-ruby/ruby-openid/Manifest @@ -1 +1,2 @@ DIST ruby-openid-2.7.0.tar.gz 513958 BLAKE2B d09b1817768376ad35c3ea9ff11b371761c340902f006f2f4a89af050fea104a8f975a45e90035f501e981fcd412925e3d4a5cf4679e4526b595d06124ce2511 SHA512 e53104d4cf0198953172a2ed567877c3d1cc11664acbab8ca424823e2249d9fa13ad9b931a7318709f2865f3f16e0e38714428d12accf16080aa1818b673d8cd +DIST ruby-openid-2.9.1.tar.gz 514851 BLAKE2B 08344127e971231bd8a6950cc15d680e07b5ae9668be0d5dfd378003686a6e0a9ec8a7b477dded735498814972a159744b2a0361b5b1688179876c721dfb3706 SHA512 7e6e21bb2686b6bb6c851699121254694f76e3766985884a4eb8488b2d52cd7c95a70bb53f48146a544f0abd01bd9259add7b5d6a511d791f16149358f35d3f8 diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild b/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild new file mode 100644 index 00000000000..8664913d259 --- /dev/null +++ b/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md" + +RUBY_FAKEGEM_GEMSPEC="ruby-openid.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A robust library for verifying and serving OpenID identities" +HOMEPAGE="https://github.com/openid/ruby-openid" +SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos" +IUSE="test" + +all_ruby_prepare() { + sed -i -e "/[Bb]undler/d" Rakefile || die +} + +all_ruby_install() { + all_fakegem_install + + insinto /usr/share/doc/${PF} + doins -r examples +}