commit: f63e4718aa01574dab17a136685819c7e8c77506 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Tue Aug 12 06:59:32 2014 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Aug 12 06:59:32 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=f63e4718
Cleanup. Package-Manager: portage-2.2.8-r1 --- dev-ruby/oauth-plugin/ChangeLog | 4 +++ dev-ruby/oauth-plugin/Manifest | 2 -- dev-ruby/oauth-plugin/oauth-plugin-0.3.14.ebuild | 29 ------------------ dev-ruby/oauth-plugin/oauth-plugin-0.4.1.ebuild | 38 ------------------------ 4 files changed, 4 insertions(+), 69 deletions(-) diff --git a/dev-ruby/oauth-plugin/ChangeLog b/dev-ruby/oauth-plugin/ChangeLog index 993ee31..2691f0a 100644 --- a/dev-ruby/oauth-plugin/ChangeLog +++ b/dev-ruby/oauth-plugin/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Aug 2014; Hans de Graaff <[email protected]> -oauth-plugin-0.3.14.ebuild, + -oauth-plugin-0.4.1.ebuild: + Cleanup. + 07 Jul 2014; Hans de Graaff <[email protected]> oauth-plugin-0.5.1.ebuild: Add ruby20. diff --git a/dev-ruby/oauth-plugin/Manifest b/dev-ruby/oauth-plugin/Manifest index 839ed91..07eecc7 100644 --- a/dev-ruby/oauth-plugin/Manifest +++ b/dev-ruby/oauth-plugin/Manifest @@ -1,3 +1 @@ -DIST oauth-plugin-0.3.14.gem 32256 SHA256 1cebb50fd2f32b8af32e1babd048c5d0cdcf27fcc28586c23bb0b24383de4aef SHA512 35db4b9dac63436c4dd73ace3de29b57a21a10262eb94a36094b3cd0bd67e676f05ac95e8c89207e80d105b448eb8eb7b46385d38c62b5a01d7332c2fa14a761 WHIRLPOOL 4493d59a6f95d768ff44c318e0bbafb955062589c5114fcff22d43502293255b96d78b135e033108744287a0c8319d83f019cd03c5bcfbc38e5e920decd5bab8 -DIST oauth-plugin-0.4.1.gem 54272 SHA256 d751892ba2eac6263971a409e0689d1c7dc8171a6c31d4f336e98b957e1d3331 SHA512 676936ebb90d31749f7528942274e3a0ae62bb5cb08b7b4343c3d8660fec0ae721ca827f2a56f9ed8f2671580ab1447a25683174ce2bb60d7bcd4942204ef18d WHIRLPOOL 59c9d1ec6a9b05df7d4dbcd6364de7773abb3a5f88052bde58192c934be5151e431baadf18396de9f6ffc85c5dfd2f801987953005ce827e28e773470d50e465 DIST oauth-plugin-0.5.1.gem 55808 SHA256 f0772e1f2e0833695f9526603d9a1c798a4e17b2242e0c18e61b8a97e2f3f01c SHA512 04ef692cab1f09b480beb02a538b1c2848896f6319cd8737826eeb92350a2b65d8542fc62195741e2d429d1710c37daf137b33472b3bc7223d05b55e3ef9f710 WHIRLPOOL 8fd57025a223f5aaffeb930f2f833b4a5307eeea828675605498b02ba6b055a370d0fbcb298e24b0c9c2d6e1982755ad33b4605408dc1d9308ae77e07100f3b4 diff --git a/dev-ruby/oauth-plugin/oauth-plugin-0.3.14.ebuild b/dev-ruby/oauth-plugin/oauth-plugin-0.3.14.ebuild deleted file mode 100644 index 28def9a..0000000 --- a/dev-ruby/oauth-plugin/oauth-plugin-0.3.14.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.3.ebuild,v 1.1 2010/09/18 09:58:03 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" - -RUBY_FAKEGEM_EXTRAINSTALL="generators init.rb rails tasks" - -inherit ruby-fakegem - -DESCRIPTION="A plugin for implementing OAuth Providers and Consumers in Rails applications." -HOMEPAGE="http://github.com/pelle/oauth-plugin" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/oauth-0.3.5" - -all_ruby_prepare() { - sed -i -e "s/README/README.rdoc/" Rakefile || die -} diff --git a/dev-ruby/oauth-plugin/oauth-plugin-0.4.1.ebuild b/dev-ruby/oauth-plugin/oauth-plugin-0.4.1.ebuild deleted file mode 100644 index 9fa7f9a..0000000 --- a/dev-ruby/oauth-plugin/oauth-plugin-0.4.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.3.ebuild,v 1.1 2010/09/18 09:58:03 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc UPGRADE.rdoc" - -RUBY_FAKEGEM_EXTRAINSTALL="generators init.rb rails tasks" - -RUBY_FAKEGEM_GEMSPEC="oauth-plugin.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A plugin for implementing OAuth Providers and Consumers in Rails applications." -HOMEPAGE="http://github.com/pelle/oauth-plugin" - -LICENSE="MIT" -SLOT="0.4" -KEYWORDS="~amd64 ~x86 ~x86-macos" -IUSE="doc" - -ruby_add_rdepend ">=dev-ruby/oauth-0.4.4 >=dev-ruby/oauth2-0.5.0 dev-ruby/rack dev-ruby/multi_json" - -all_ruby_prepare() { - # Avoid specs that fail with new hash ordering. Remove the whole - # file because the specs as written are very brittle and can't be - # handled individually. - # https://github.com/pelle/oauth-plugin/issues/127 - rm spec/oauth/provider/authorizer_spec.rb || die - - # Avoid unneeded dependency on git. - sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die -}
