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, 23 Feb 2020 06:05:06
Message-Id: 1582437135.370b9a7485425b861c7a334d4f1bdb06b7422e32.graaff@gentoo
1 commit: 370b9a7485425b861c7a334d4f1bdb06b7422e32
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 23 05:52:15 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 23 05:52:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=370b9a74
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.7.0.ebuild | 30 ---------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/dev-ruby/ruby-openid/Manifest b/dev-ruby/ruby-openid/Manifest
18 index 0ee8570d3c4..f3c3817e096 100644
19 --- a/dev-ruby/ruby-openid/Manifest
20 +++ b/dev-ruby/ruby-openid/Manifest
21 @@ -1,2 +1 @@
22 -DIST ruby-openid-2.7.0.tar.gz 513958 BLAKE2B d09b1817768376ad35c3ea9ff11b371761c340902f006f2f4a89af050fea104a8f975a45e90035f501e981fcd412925e3d4a5cf4679e4526b595d06124ce2511 SHA512 e53104d4cf0198953172a2ed567877c3d1cc11664acbab8ca424823e2249d9fa13ad9b931a7318709f2865f3f16e0e38714428d12accf16080aa1818b673d8cd
23 DIST ruby-openid-2.9.2.tar.gz 514882 BLAKE2B 496b257087617537fc413931820fc721f026d9e7826d1684c85250d29d295ef031f834af31449e3448386f714c45a7db802d46531ca207fec099e2e2e80b9780 SHA512 5f4b696952d457ecbb99c6e2bc4b5c04557e8ed8d7653259eaf89a151ef43e62edc1936a28ac9e0d5a2c253379010d6c6a820be4bf2caa90bfcbf4689695d075
24
25 diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
26 deleted file mode 100644
27 index 500674c57a8..00000000000
28 --- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
36 -
37 -RUBY_FAKEGEM_TASK_DOC=""
38 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"
39 -
40 -inherit ruby-fakegem
41 -
42 -DESCRIPTION="A robust library for verifying and serving OpenID identities"
43 -HOMEPAGE="https://github.com/openid/ruby-openid"
44 -SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~ppc x86 ~x86-macos"
49 -IUSE="test"
50 -
51 -all_ruby_prepare() {
52 - sed -i -e "/[Bb]undler/d" Rakefile || die
53 -}
54 -
55 -all_ruby_install() {
56 - all_fakegem_install
57 -
58 - insinto /usr/share/doc/${PF}
59 - doins -r examples
60 -}