Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/open_id_authentication/
Date: Wed, 02 Jul 2014 07:56:34
Message-Id: 1404205642.501cdccc9ffe90a2f618f223b36421d5a725aedf.graaff@gentoo
1 commit: 501cdccc9ffe90a2f618f223b36421d5a725aedf
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Tue Jul 1 09:07:22 2014 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 1 09:07:22 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=501cdccc
7
8 Cleanup.
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 dev-ruby/open_id_authentication/ChangeLog | 6 +++-
14 dev-ruby/open_id_authentication/Manifest | 1 -
15 .../open_id_authentication-1.1.0-r3.ebuild | 32 ----------------------
16 3 files changed, 5 insertions(+), 34 deletions(-)
17
18 diff --git a/dev-ruby/open_id_authentication/ChangeLog b/dev-ruby/open_id_authentication/ChangeLog
19 index e13aa6f..ea480f5 100644
20 --- a/dev-ruby/open_id_authentication/ChangeLog
21 +++ b/dev-ruby/open_id_authentication/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for dev-ruby/open_id_authentication
24 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 01 Jul 2014; Hans de Graaff <graaff@g.o>
29 + -open_id_authentication-1.1.0-r3.ebuild:
30 + Cleanup.
31 +
32 *open_id_authentication-1.2.0 (24 Oct 2013)
33
34 24 Oct 2013; Hans de Graaff <graaff@g.o>
35
36 diff --git a/dev-ruby/open_id_authentication/Manifest b/dev-ruby/open_id_authentication/Manifest
37 index b875c16..0ee3e91 100644
38 --- a/dev-ruby/open_id_authentication/Manifest
39 +++ b/dev-ruby/open_id_authentication/Manifest
40 @@ -1,2 +1 @@
41 -DIST open_id_authentication-1.1.0.tgz 6166 SHA256 4dfe86929a19e48ed115d64cc8266c0f697bdce9bcc403ce61ecc078af84ffbd SHA512 68ac8dac8e192d0a55fe2209dc4e07f64397f82ad3570c620aedef6273f35829cf34046d4e1678ac604a99f4ca2b9fbc9e0c3ae8e06bcad57567810702a6ab7e WHIRLPOOL 15fe46e2557b3f491f6277dac1c8af7873c429ee9221c24f5aef3ea88dccf50b40b152f31cba28aa222bdff7d83c99f2b625411bcc46913d5f2cdbd89c2f961d
42 DIST open_id_authentication-1.2.0.gem 9728 SHA256 cab365f74ab1d5529571b3c0f8e7d6ed147c72fecced4b815b49cbdc5cd41394 SHA512 6145f656f500d978f5422cbb46da21ce5005de8c5491807dd86859aea1fc0f5d4eca8704af6e0b1360eae24f8817a0f465aaa215142427ac1a65f4e22fc9f6f7 WHIRLPOOL 67b56a46172292749357dca5e670df888630b839090d7ef369fc86f433982dd2e754af427f291f04331e73746de1c0ea79b847cb08e5ce612cb43957d4af6352
43
44 diff --git a/dev-ruby/open_id_authentication/open_id_authentication-1.1.0-r3.ebuild b/dev-ruby/open_id_authentication/open_id_authentication-1.1.0-r3.ebuild
45 deleted file mode 100644
46 index 0b94cb9..0000000
47 --- a/dev-ruby/open_id_authentication/open_id_authentication-1.1.0-r3.ebuild
48 +++ /dev/null
49 @@ -1,32 +0,0 @@
50 -# Copyright 1999-2012 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -# $Header: $
53 -
54 -EAPI=4
55 -USE_RUBY="ruby18 ruby19"
56 -
57 -RUBY_FAKEGEM_EXTRADOC="README.md"
58 -
59 -RUBY_FAKEGEM_TASK_DOC=""
60 -RUBY_FAKEGEM_TASK_TEST=""
61 -
62 -RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
63 -
64 -RUBY_FAKEGEM_GEMSPEC="open_id_authentication.gemspec"
65 -
66 -inherit ruby-fakegem
67 -
68 -DESCRIPTION="a thin wrapper around the excellent ruby-openid gem from JanRain."
69 -HOMEPAGE="http://github.com/Velir/open_id_authentication"
70 -LICENSE="MIT"
71 -SRC_URI="https://github.com/Velir/open_id_authentication/tarball/4f0ebc18b3 -> ${P}.tgz"
72 -
73 -RUBY_S="Velir-open_id_authentication-*"
74 -
75 -KEYWORDS="~amd64"
76 -SLOT="0"
77 -IUSE=""
78 -
79 -RUBY_PATCHES=( "${P}-rails3.patch" )
80 -
81 -ruby_add_rdepend ">=dev-ruby/rack-openid-1.3"