public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/octokit/
Date: Sun, 24 May 2020 07:09:11 +0000 (UTC)	[thread overview]
Message-ID: <1590303530.0328bff2ed1a5769d80c3f452b7bcea199a110de.graaff@gentoo> (raw)

commit:     0328bff2ed1a5769d80c3f452b7bcea199a110de
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 24 06:58:50 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 24 06:58:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0328bff2

dev-ruby/octokit: cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/octokit/Manifest              |  3 ---
 dev-ruby/octokit/octokit-4.14.0.ebuild | 33 ------------------------------
 dev-ruby/octokit/octokit-4.15.0.ebuild | 37 ----------------------------------
 dev-ruby/octokit/octokit-4.16.0.ebuild | 37 ----------------------------------
 4 files changed, 110 deletions(-)

diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest
index eb175a0fc29..459550518ec 100644
--- a/dev-ruby/octokit/Manifest
+++ b/dev-ruby/octokit/Manifest
@@ -1,5 +1,2 @@
-DIST octokit-4.14.0.tar.gz 3068165 BLAKE2B e50efa246273422daf5aed8e619465886962d361d129a310974c21bbc683c7444ee99e3dc01c184497683d07a48d852c006ab56c6cd4bea8660f16e7ec5eee98 SHA512 2aff18492c0207b8c7ced23adf0e76260d2976331563e22f7a130445b19b816a00281a86b4161d6709025d058c848ef3f7d1a5c64323954f8c03a59be6f6b132
-DIST octokit-4.15.0.tar.gz 3089749 BLAKE2B d10df675c067f0bfc86bd78aa05e48fb37bdf8d4d5f9317d7463838ec9e870380bc503eb621a02a332b6a26bc1780c5d77955b93c695e18674c792b01aa702c3 SHA512 8616dc97c2aee68ee5919045446ad34d3122bda71f0a9e48a7ef3c04ef2e706bb59f7bd344de9f21f912a927aedfdad11f73119e52f62729173d04f052a0c972
-DIST octokit-4.16.0.tar.gz 3090415 BLAKE2B e6f2addd8e85bc5de685fa644dca607a0f1b15fc007a6525c56605204b8423170918364892ac1c11fb200891aa489c563c52761ae622b847309a9cef3500cc31 SHA512 562b62714022d36d16b0e7f728f1b43ae76ed9f57bc7e74a8805519818f4c7203e0cba71e99202e5fabc8af150f26897f2fdc35e8bd2d09e3b1e578cae5d2bbe
 DIST octokit-4.17.0.tar.gz 3090364 BLAKE2B 42545bdaca8ecbbc3a3e78e70d535c634f20741651d41dfec254dd68254acbc82a992c93314b871d6bae7b4ca8321339b888fe7b5b7349fe9b48dbf6904f4524 SHA512 da6a90e77991d17697424da22c9481027f23f5ecb52e294748fe62c3a7c228412a276a01e6816b201e597b73f271b83e70c4d86ff9ea40c0204dae5c30df929a
 DIST octokit-4.18.0.tar.gz 3091587 BLAKE2B b48ccfa35f53b686e61a0f79c09bf20f063843c98f75a0896e71739a33cf9b770c8b5e5c27cda2c8a25ca6255cfa7c4e389b372ca269d4c46b499abf1838a4ad SHA512 e749afc4303f987b502f8c79ff60e33c6f49ff84d25f16cdb3d9165c7089912570a7b77af3716341cd5216e5c8e3534a805e4347081ec7765a4e4f54fc432ce3

diff --git a/dev-ruby/octokit/octokit-4.14.0.ebuild b/dev-ruby/octokit/octokit-4.14.0.ebuild
deleted file mode 100644
index b1c8864589a..00000000000
--- a/dev-ruby/octokit/octokit-4.14.0.ebuild
+++ /dev/null
@@ -1,33 +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_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby toolkit for the Github API"
-HOMEPAGE="https://github.com/octokit/octokit.rb"
-SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RUBY_S=octokit.rb-${PV}
-
-ruby_add_rdepend ">=dev-ruby/sawyer-0.8.0"
-ruby_add_bdepend "test? ( dev-ruby/mime-types
-	>=dev-ruby/netrc-0.7.7
-	dev-ruby/vcr:3
-	dev-ruby/webmock:3 )"
-
-all_ruby_prepare() {
-	sed -i -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' spec/helper.rb || die
-}

diff --git a/dev-ruby/octokit/octokit-4.15.0.ebuild b/dev-ruby/octokit/octokit-4.15.0.ebuild
deleted file mode 100644
index 469e4b38183..00000000000
--- a/dev-ruby/octokit/octokit-4.15.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby toolkit for the Github API"
-HOMEPAGE="https://github.com/octokit/octokit.rb"
-SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RUBY_S=octokit.rb-${PV}
-
-ruby_add_rdepend "
-	>=dev-ruby/faraday-0.9
-	>=dev-ruby/sawyer-0.8.0
-"
-
-ruby_add_bdepend "test? ( dev-ruby/mime-types
-	>=dev-ruby/netrc-0.7.7
-	dev-ruby/vcr:3
-	dev-ruby/webmock:3 )"
-
-all_ruby_prepare() {
-	sed -i -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' spec/helper.rb || die
-}

diff --git a/dev-ruby/octokit/octokit-4.16.0.ebuild b/dev-ruby/octokit/octokit-4.16.0.ebuild
deleted file mode 100644
index 469e4b38183..00000000000
--- a/dev-ruby/octokit/octokit-4.16.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby toolkit for the Github API"
-HOMEPAGE="https://github.com/octokit/octokit.rb"
-SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RUBY_S=octokit.rb-${PV}
-
-ruby_add_rdepend "
-	>=dev-ruby/faraday-0.9
-	>=dev-ruby/sawyer-0.8.0
-"
-
-ruby_add_bdepend "test? ( dev-ruby/mime-types
-	>=dev-ruby/netrc-0.7.7
-	dev-ruby/vcr:3
-	dev-ruby/webmock:3 )"
-
-all_ruby_prepare() {
-	sed -i -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' spec/helper.rb || die
-}


             reply	other threads:[~2020-05-24  7:09 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-24  7:09 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-24 18:24 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/octokit/ Hans de Graaff
2025-04-24 18:24 Hans de Graaff
2024-11-23 10:31 Hans de Graaff
2024-06-16  5:49 Hans de Graaff
2024-06-16  5:49 Hans de Graaff
2024-03-10 15:19 Hans de Graaff
2024-01-01 10:47 Hans de Graaff
2024-01-01 10:47 Hans de Graaff
2023-09-30  7:20 Hans de Graaff
2023-09-01 16:30 Arthur Zamarin
2023-09-01  3:56 Sam James
2023-08-31 19:14 Hans de Graaff
2023-08-29 16:53 Hans de Graaff
2023-08-26  7:20 Hans de Graaff
2023-06-17  5:09 Hans de Graaff
2023-04-17  6:01 Hans de Graaff
2023-03-30  7:01 Hans de Graaff
2023-03-27 10:03 Hans de Graaff
2022-07-13  9:25 Hans de Graaff
2022-07-06  5:28 Hans de Graaff
2022-06-18  5:48 Hans de Graaff
2022-06-07 18:31 Hans de Graaff
2022-05-28  5:39 Hans de Graaff
2022-05-08  7:28 Hans de Graaff
2022-05-01  6:34 Hans de Graaff
2022-01-14  7:29 Hans de Graaff
2021-07-07  8:31 Hans de Graaff
2021-04-30  5:52 Hans de Graaff
2021-02-17  5:59 Hans de Graaff
2021-01-03  8:05 Hans de Graaff
2020-10-24  9:00 Hans de Graaff
2020-10-23  4:49 Hans de Graaff
2020-09-11  5:14 Hans de Graaff
2020-07-17  0:54 Sam James
2020-06-26 12:42 Hans de Graaff
2020-05-24  7:09 Hans de Graaff
2020-03-29  7:43 Hans de Graaff
2020-03-11  7:16 Hans de Graaff
2020-02-06  7:00 Hans de Graaff
2020-01-03  6:53 Hans de Graaff
2019-07-17  8:00 Hans de Graaff
2019-05-05  7:28 Hans de Graaff
2019-05-02  6:36 Hans de Graaff
2019-03-31  8:00 Hans de Graaff
2018-11-21 18:21 Rick Farina
2018-11-11 10:54 Hans de Graaff
2018-11-11 10:54 Hans de Graaff
2017-09-24  7:10 Hans de Graaff
2017-05-09  3:09 Richard Farina
2016-12-23 23:46 Manuel Rüger
2016-12-23 23:46 Manuel Rüger
2016-12-16  6:15 Hans de Graaff
2016-11-20 18:42 Manuel Rüger
2016-11-08 21:58 Manuel Rüger
2016-10-28 19:42 Manuel Rüger
2016-07-01 16:59 Richard Farina
2016-06-13  4:37 Richard Farina
2016-06-10 19:19 Richard Farina
2016-03-05  6:54 Hans de Graaff
2016-02-21 11:03 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1590303530.0328bff2ed1a5769d80c3f452b7bcea199a110de.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox