diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-04-01 08:02:59 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-04-01 08:17:49 +0200 |
commit | 7f17513272dcec8befeea3bd4fec0d712ae1c242 (patch) | |
tree | 03253684e1d8dc57c339ec39095e86093c760066 | |
parent | app-portage/cpuid2cpuflags: Add postinst about the new output (diff) | |
download | gentoo-7f17513272dcec8befeea3bd4fec0d712ae1c242.tar.gz gentoo-7f17513272dcec8befeea3bd4fec0d712ae1c242.tar.bz2 gentoo-7f17513272dcec8befeea3bd4fec0d712ae1c242.zip |
dev-ruby/github_api: cleanup
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | dev-ruby/github_api/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/github_api/github_api-0.14.0.ebuild | 42 | ||||
-rw-r--r-- | dev-ruby/github_api/github_api-0.14.1.ebuild | 42 |
3 files changed, 0 insertions, 86 deletions
diff --git a/dev-ruby/github_api/Manifest b/dev-ruby/github_api/Manifest index 7152826a2ec7..c25bf0faa8ed 100644 --- a/dev-ruby/github_api/Manifest +++ b/dev-ruby/github_api/Manifest @@ -1,4 +1,2 @@ DIST github_api-0.12.4.tar.gz 2024775 SHA256 14d1cb0b9872297683e3dce55808550602d31bfde6778981bae85453bb7c7b10 SHA512 3517a5375359d233207aacc4fd1ac971e91f2be1c61dfa4529a0d531bca698e25c4f177932c5536c16808fe523bede64f20b92b9f30586706b9817ff9dc24cfe WHIRLPOOL c92e0f7a75c0a7a356afd26b664847a02f6a9f115e4cce9f200571728ffbe2f1dd00da87675b4ea5b16651262f7dece6553d430435ba3991657c61c82d3fbcde -DIST github_api-0.14.0.tar.gz 2042476 SHA256 e9dfa394d3401790c29204eafd5fbe959f5c66a2378566c6b623de9217245cde SHA512 01460b0ff362ababbdb82aea697f2b02043f3e6007de1811dcb32dee915df91b2f45a00a373315d6f5b5a4499c20f3c315bb31e10e176535511d65d84c4d138f WHIRLPOOL d71e11c5aa7f475c747c50fec2fecb150cdf91a0a9cd1e6a576c6a85fbe7efc164f270f86f9f386f32e95e699b2cda86e7560e0069b299cfaa6ab00585220fc0 -DIST github_api-0.14.1.tar.gz 2046140 SHA256 bf005b8d57a5af65e3cfa244e82341be16eacb017e950101fec3b672f513d9cc SHA512 be4e05cd1239b8930158a5631f636791274a3f9f722f5cd90d5de1bb84be20e28677e05519684e008b7552f884a9caa7dacb3875abb8687d4d19b4babb131ff9 WHIRLPOOL 4f0a23915d3f29d0f261177634c3f730ce92375479d71a6a746ffd594c5bbaae539b1f00467043fa34c074857cc24db985a1fd5fe1b4881ecf55f101584620e1 DIST github_api-0.14.5.tar.gz 2047231 SHA256 f85da640b8ee5daa6c412f73cb87a55bfe71af86533d8cd2a3853f664b3e5b8b SHA512 c19b8364e627427ae0447810b7d56b5bf50f89030a02af9b19116abc906ac780149b47d54ae3a93d4e1a3f52461fd1b8fe969501fa5ec6e535db22749b8ecd89 WHIRLPOOL db44f29ed0b57a15a1f2479cd0cad13aa199b989ebfdd15fdfca1e69d17729d52a22f2fff367d96d473e76d65551222eb09938f528e4145bb0a794cd50cb7a6d diff --git a/dev-ruby/github_api/github_api-0.14.0.ebuild b/dev-ruby/github_api/github_api-0.14.0.ebuild deleted file mode 100644 index e701f2e8829d..000000000000 --- a/dev-ruby/github_api/github_api-0.14.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A Ruby wrapper for the GitHub REST API v3" -HOMEPAGE="https://github.com/peter-murach/github" -SRC_URI="https://github.com/peter-murach/github/archive/v${PV}.tar.gz -> ${P}.tar.gz" -RUBY_S="github-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/addressable-2.4 - >=dev-ruby/descendants_tracker-0.0.4 - >=dev-ruby/faraday-0.8 - <dev-ruby/faraday-0.10 - >=dev-ruby/hashie-3.4 - dev-ruby/oauth2" - -ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )" - -all_ruby_prepare() { - # Work around or avoid webmock incompatibilities - files=$(grep -R -l "with(inputs)" spec) - sed -i -e 's/\.with(inputs)//' \ - -e 's/\.with(inputs.except(.*))//' ${files} || die - sed -i -e 's/.with(hub_inputs.*)//' spec/github/client/repos/pub_sub_hubbub/*subscribe* || die - sed -i -e 's/.with({})//i' spec/github/client/repos/{list,contributors}_spec.rb || die - sed -i -e 's/.with({.*})//' spec/github/client/orgs/memberships/edit_spec.rb || die - rm -f spec/github/error/service_error_spec.rb spec/github/client/authorizations/two_factor_spec.rb || die -} diff --git a/dev-ruby/github_api/github_api-0.14.1.ebuild b/dev-ruby/github_api/github_api-0.14.1.ebuild deleted file mode 100644 index 4b99c2e8564e..000000000000 --- a/dev-ruby/github_api/github_api-0.14.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A Ruby wrapper for the GitHub REST API v3" -HOMEPAGE="https://github.com/peter-murach/github" -SRC_URI="https://github.com/peter-murach/github/archive/v${PV}.tar.gz -> ${P}.tar.gz" -RUBY_S="github-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/addressable-2.4 - >=dev-ruby/descendants_tracker-0.0.4 - >=dev-ruby/faraday-0.8 - <dev-ruby/faraday-0.10 - >=dev-ruby/hashie-3.4 - dev-ruby/oauth2" - -ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )" - -all_ruby_prepare() { - # Work around or avoid webmock incompatibilities - files=$(grep -R -l "with(inputs)" spec) - sed -i -e 's/\.with(inputs)//' \ - -e 's/\.with(inputs.except(.*))//' ${files} || die - sed -i -e 's/.with(hub_inputs.*)//' spec/github/client/repos/pub_sub_hubbub/*subscribe* || die - sed -i -e 's/.with({})//i' spec/github/client/repos/{list,contributors}_spec.rb || die - sed -i -e 's/.with({.*})//' spec/unit/client/orgs/memberships/edit_spec.rb || die - rm -f spec/github/error/service_error_spec.rb spec/github/client/authorizations/two_factor_spec.rb || die -} |