commit: 501cdccc9ffe90a2f618f223b36421d5a725aedf Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Tue Jul 1 09:07:22 2014 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jul 1 09:07:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=501cdccc
Cleanup. Package-Manager: portage-2.2.8-r1 --- dev-ruby/open_id_authentication/ChangeLog | 6 +++- dev-ruby/open_id_authentication/Manifest | 1 - .../open_id_authentication-1.1.0-r3.ebuild | 32 ---------------------- 3 files changed, 5 insertions(+), 34 deletions(-) diff --git a/dev-ruby/open_id_authentication/ChangeLog b/dev-ruby/open_id_authentication/ChangeLog index e13aa6f..ea480f5 100644 --- a/dev-ruby/open_id_authentication/ChangeLog +++ b/dev-ruby/open_id_authentication/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-ruby/open_id_authentication -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Jul 2014; Hans de Graaff <[email protected]> + -open_id_authentication-1.1.0-r3.ebuild: + Cleanup. + *open_id_authentication-1.2.0 (24 Oct 2013) 24 Oct 2013; Hans de Graaff <[email protected]> diff --git a/dev-ruby/open_id_authentication/Manifest b/dev-ruby/open_id_authentication/Manifest index b875c16..0ee3e91 100644 --- a/dev-ruby/open_id_authentication/Manifest +++ b/dev-ruby/open_id_authentication/Manifest @@ -1,2 +1 @@ -DIST open_id_authentication-1.1.0.tgz 6166 SHA256 4dfe86929a19e48ed115d64cc8266c0f697bdce9bcc403ce61ecc078af84ffbd SHA512 68ac8dac8e192d0a55fe2209dc4e07f64397f82ad3570c620aedef6273f35829cf34046d4e1678ac604a99f4ca2b9fbc9e0c3ae8e06bcad57567810702a6ab7e WHIRLPOOL 15fe46e2557b3f491f6277dac1c8af7873c429ee9221c24f5aef3ea88dccf50b40b152f31cba28aa222bdff7d83c99f2b625411bcc46913d5f2cdbd89c2f961d DIST open_id_authentication-1.2.0.gem 9728 SHA256 cab365f74ab1d5529571b3c0f8e7d6ed147c72fecced4b815b49cbdc5cd41394 SHA512 6145f656f500d978f5422cbb46da21ce5005de8c5491807dd86859aea1fc0f5d4eca8704af6e0b1360eae24f8817a0f465aaa215142427ac1a65f4e22fc9f6f7 WHIRLPOOL 67b56a46172292749357dca5e670df888630b839090d7ef369fc86f433982dd2e754af427f291f04331e73746de1c0ea79b847cb08e5ce612cb43957d4af6352 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 deleted file mode 100644 index 0b94cb9..0000000 --- a/dev-ruby/open_id_authentication/open_id_authentication-1.1.0-r3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -RUBY_FAKEGEM_GEMSPEC="open_id_authentication.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="a thin wrapper around the excellent ruby-openid gem from JanRain." -HOMEPAGE="http://github.com/Velir/open_id_authentication" -LICENSE="MIT" -SRC_URI="https://github.com/Velir/open_id_authentication/tarball/4f0ebc18b3 -> ${P}.tgz" - -RUBY_S="Velir-open_id_authentication-*" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="" - -RUBY_PATCHES=( "${P}-rails3.patch" ) - -ruby_add_rdepend ">=dev-ruby/rack-openid-1.3"
