From 034d9bc2b20401b6ee70ca4f2c91dc0e7d685eb1 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 19 Feb 2020 22:59:15 -0800 Subject: dev-ruby/gist: bump for service requirements change GitHub has changed the authentication method slightly, discontining support for the old access_token query parameter. All consumers should move to headers [1] instead. Support for the old method ends 2020/07/01. [1] https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters Fixes: https://github.com/defunkt/gist/pull/308 Signed-off-by: Robin H. Johnson --- dev-ruby/gist/Manifest | 1 + dev-ruby/gist/gist-5.0.0.ebuild | 22 ---------------------- dev-ruby/gist/gist-5.1.0.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 dev-ruby/gist/gist-5.0.0.ebuild create mode 100644 dev-ruby/gist/gist-5.1.0.ebuild diff --git a/dev-ruby/gist/Manifest b/dev-ruby/gist/Manifest index 9a396a39c7bd..ebe7882d6487 100644 --- a/dev-ruby/gist/Manifest +++ b/dev-ruby/gist/Manifest @@ -1 +1,2 @@ DIST gist-5.0.0.gem 45568 BLAKE2B 1496185231da672dfa991776fc5836316905de606c086de4938601a791e171e8b74d5fc8b798e1db38f06abb27e4a6d513c9c035adc90c29437dd2f1cb812e96 SHA512 536ba3b1d7b008675496f16b5d353f766576aca5b3a0626ccb30ec94dd4a36b720f69bc7e0cacdb0d6ebb877a38ef7cb2431e426211eccff32e51c22bdcc013f +DIST gist-5.1.0.gem 45568 BLAKE2B 829a307fb2f03afaa4b4ef8308e8afc03a1218d91f7ad1d104c5988e928d684a9fe8a54572b83d05ccc9aae5186ece7ab7ac5f8b43b0b0ebaa50f8706f22a90c SHA512 4684885142065929fce87a335749d5d5eac0486a3f340005409d178831b5ea616f8e8f34b2e43f1afd6e392cf91883bcfc4b2ca26183aea711420563b22aeccd diff --git a/dev-ruby/gist/gist-5.0.0.ebuild b/dev-ruby/gist/gist-5.0.0.ebuild deleted file mode 100644 index f5655faac28f..000000000000 --- a/dev-ruby/gist/gist-5.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Potentially the best command line gister." -HOMEPAGE="https://github.com/defunkt/gist" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -# dev-python/txgithub also installs a 'gist' binary. -RDEPEND="!dev-python/txgithub" diff --git a/dev-ruby/gist/gist-5.1.0.ebuild b/dev-ruby/gist/gist-5.1.0.ebuild new file mode 100644 index 000000000000..f5655faac28f --- /dev/null +++ b/dev-ruby/gist/gist-5.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Potentially the best command line gister." +HOMEPAGE="https://github.com/defunkt/gist" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +# dev-python/txgithub also installs a 'gist' binary. +RDEPEND="!dev-python/txgithub" -- cgit v1.2.3-65-gdbad