Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-openid/
Date: Sun, 02 Feb 2020 09:36:11
Message-Id: 1580636159.ea26eda5350dcbb2a20b276200beea4655edf57a.graaff@gentoo
1 commit: ea26eda5350dcbb2a20b276200beea4655edf57a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 09:32:13 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 09:35:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea26eda5
7
8 dev-ruby/ruby-openid: cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/ruby-openid/Manifest | 1 -
14 dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild | 32 ---------------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/dev-ruby/ruby-openid/Manifest b/dev-ruby/ruby-openid/Manifest
18 index 889f7899519..0ee8570d3c4 100644
19 --- a/dev-ruby/ruby-openid/Manifest
20 +++ b/dev-ruby/ruby-openid/Manifest
21 @@ -1,3 +1,2 @@
22 DIST ruby-openid-2.7.0.tar.gz 513958 BLAKE2B d09b1817768376ad35c3ea9ff11b371761c340902f006f2f4a89af050fea104a8f975a45e90035f501e981fcd412925e3d4a5cf4679e4526b595d06124ce2511 SHA512 e53104d4cf0198953172a2ed567877c3d1cc11664acbab8ca424823e2249d9fa13ad9b931a7318709f2865f3f16e0e38714428d12accf16080aa1818b673d8cd
23 -DIST ruby-openid-2.9.1.tar.gz 514851 BLAKE2B 08344127e971231bd8a6950cc15d680e07b5ae9668be0d5dfd378003686a6e0a9ec8a7b477dded735498814972a159744b2a0361b5b1688179876c721dfb3706 SHA512 7e6e21bb2686b6bb6c851699121254694f76e3766985884a4eb8488b2d52cd7c95a70bb53f48146a544f0abd01bd9259add7b5d6a511d791f16149358f35d3f8
24 DIST ruby-openid-2.9.2.tar.gz 514882 BLAKE2B 496b257087617537fc413931820fc721f026d9e7826d1684c85250d29d295ef031f834af31449e3448386f714c45a7db802d46531ca207fec099e2e2e80b9780 SHA512 5f4b696952d457ecbb99c6e2bc4b5c04557e8ed8d7653259eaf89a151ef43e62edc1936a28ac9e0d5a2c253379010d6c6a820be4bf2caa90bfcbf4689695d075
25
26 diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild b/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild
27 deleted file mode 100644
28 index 8664913d259..00000000000
29 --- a/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -USE_RUBY="ruby24 ruby25 ruby26"
37 -
38 -RUBY_FAKEGEM_TASK_DOC=""
39 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"
40 -
41 -RUBY_FAKEGEM_GEMSPEC="ruby-openid.gemspec"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="A robust library for verifying and serving OpenID identities"
46 -HOMEPAGE="https://github.com/openid/ruby-openid"
47 -SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
52 -IUSE="test"
53 -
54 -all_ruby_prepare() {
55 - sed -i -e "/[Bb]undler/d" Rakefile || die
56 -}
57 -
58 -all_ruby_install() {
59 - all_fakegem_install
60 -
61 - insinto /usr/share/doc/${PF}
62 - doins -r examples
63 -}