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: Wed, 13 Jul 2022 09:25:39 +0000 (UTC)	[thread overview]
Message-ID: <1657704334.ac9a399c1915269dece6a810f420baf968567d2e.graaff@gentoo> (raw)

commit:     ac9a399c1915269dece6a810f420baf968567d2e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 09:23:06 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 09:25:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9a399c

dev-ruby/octokit: drop 4.22.0, 4.23.0, 4.25.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/octokit/Manifest              |  3 ---
 dev-ruby/octokit/octokit-4.22.0.ebuild | 42 ----------------------------------
 dev-ruby/octokit/octokit-4.23.0.ebuild | 42 ----------------------------------
 dev-ruby/octokit/octokit-4.25.0.ebuild | 42 ----------------------------------
 4 files changed, 129 deletions(-)

diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest
index 2f541a34afa3..4814c7175d3b 100644
--- a/dev-ruby/octokit/Manifest
+++ b/dev-ruby/octokit/Manifest
@@ -1,5 +1,2 @@
-DIST octokit-4.22.0.tar.gz 3141531 BLAKE2B c852f34dc99b10fb06194bda9f15bffb4242a2b5ee7909e74defa2a7ca6b90962fd30232eb8850d97af872bfb036c87f7623acd9088efa3afd07f01cad525fe4 SHA512 e8696176227c81d5f80080fbb3c660b7b6e1b28b149b664b20d7e8cf333450988ac2fb9f5327c5e4e46528dbf7eea1246e82c94b265e6008f8fd7cd98f87423c
-DIST octokit-4.23.0.tar.gz 3149606 BLAKE2B a948f8ad114dd892ee98f18f00104008fb2877eaecd250da834a59fbc24560e1eea5df0aaaf0a25cf2fb980a3c72fc12955d75c7c4348ea60a392abb78e92c92 SHA512 0cd039a8137d3153ca8dbbed9ea1e6eadb9fde8c447b8f5457c05a88b2dfcd6d4b3bcd4c4a828850809146fec588fdacf96e025d0e82ee61ea77773abfffdc61
 DIST octokit-4.24.0.tar.gz 3151075 BLAKE2B df9a20854358722bb92e894413b4b8d50e911aba23d610da4d00e6ff8e03df2c442a83a781c836f5f780a2079992a28c77ae59ae89d49386a009af8f29d8a9d5 SHA512 e2cabc820732b6d9e71b37807007e17fba23199faa127c3480c37b5c8fca1a0ddcaffe5815ffe7a9efe3ef3b617b9099dca8b01e58b4210cbf68566897a93ce7
-DIST octokit-4.25.0.tar.gz 3154678 BLAKE2B 97e73f2847db78f2e1ced7d1a7fa7e9ef68d5f12b2bace78e6439656bd9525731422830f1d9a082204bc07331c1268be8bfa32c1375cb451b18e2b0f5294b589 SHA512 229b2c93190ca3e2ae49232e1173dfc2ccbebb68af7cb79d0168462a8f6bc5ffcff814004163986134605b6ae3882238cf246f33844c510f54f98170d46cb915
 DIST octokit-4.25.1.tar.gz 3154185 BLAKE2B b1698de8694cd2e147542eb6e7e9784428daa035a6e123c05c135558a669c0d222ef4629cc89de815a51b7b3660a8dd2cb80e8d11b90ac43f661e3e2e078b0c0 SHA512 780393e6765e82f0fbfada3b8800ccb981df4383ebfda0b218c24bac224b39f836c3d9cb94cf2564676000862dec7ab94cd2dbdaff51c37142d1f45140121bf1

diff --git a/dev-ruby/octokit/octokit-4.22.0.ebuild b/dev-ruby/octokit/octokit-4.22.0.ebuild
deleted file mode 100644
index 9c6417cf16ec..000000000000
--- a/dev-ruby/octokit/octokit-4.22.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-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*
-"
-
-ruby_add_bdepend "test? (
-	dev-ruby/jwt
-	dev-ruby/mime-types
-	>=dev-ruby/netrc-0.7.7
-	>=dev-ruby/rbnacl-7.1.1:6
-	dev-ruby/vcr[json]
-	dev-ruby/webmock:3 )"
-
-all_ruby_prepare() {
-	sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' \
-		-e '/pry/ s:^:#:' \
-		-i spec/helper.rb || die
-}

diff --git a/dev-ruby/octokit/octokit-4.23.0.ebuild b/dev-ruby/octokit/octokit-4.23.0.ebuild
deleted file mode 100644
index dd9c4336fc38..000000000000
--- a/dev-ruby/octokit/octokit-4.23.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit 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:1
-	=dev-ruby/sawyer-0.9*
-"
-
-ruby_add_bdepend "test? (
-	dev-ruby/jwt
-	dev-ruby/mime-types
-	>=dev-ruby/netrc-0.7.7
-	>=dev-ruby/rbnacl-7.1.1:6
-	dev-ruby/vcr[json]
-	dev-ruby/webmock:3 )"
-
-all_ruby_prepare() {
-	sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' \
-		-e '/pry/ s:^:#:' \
-		-i spec/helper.rb || die
-}

diff --git a/dev-ruby/octokit/octokit-4.25.0.ebuild b/dev-ruby/octokit/octokit-4.25.0.ebuild
deleted file mode 100644
index fa8956903092..000000000000
--- a/dev-ruby/octokit/octokit-4.25.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit 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:1
-	>=dev-ruby/sawyer-0.9:0
-"
-
-ruby_add_bdepend "test? (
-	dev-ruby/jwt
-	dev-ruby/mime-types
-	>=dev-ruby/netrc-0.7.7
-	>=dev-ruby/rbnacl-7.1.1:6
-	dev-ruby/vcr[json]
-	dev-ruby/webmock:3 )"
-
-all_ruby_prepare() {
-	sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' \
-		-e '/pry/ s:^:#:' \
-		-i spec/helper.rb || die
-}


             reply	other threads:[~2022-07-13  9:25 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-13  9:25 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16  5:49 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/octokit/ 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-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-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=1657704334.ac9a399c1915269dece6a810f420baf968567d2e.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