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/gh/
Date: Tue, 15 Sep 2020 06:00:47 +0000 (UTC)	[thread overview]
Message-ID: <1600147629.119e61158e210901ba045f8d6ee49b7097bf6596.graaff@gentoo> (raw)

commit:     119e61158e210901ba045f8d6ee49b7097bf6596
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 05:27:09 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 05:27:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119e6115

dev-ruby/gh: cleanup

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

 dev-ruby/gh/Manifest         |  2 --
 dev-ruby/gh/gh-0.16.0.ebuild | 42 ------------------------------------------
 dev-ruby/gh/gh-0.17.0.ebuild | 42 ------------------------------------------
 3 files changed, 86 deletions(-)

diff --git a/dev-ruby/gh/Manifest b/dev-ruby/gh/Manifest
index 8d6cd31d4a0..4d4d97594d0 100644
--- a/dev-ruby/gh/Manifest
+++ b/dev-ruby/gh/Manifest
@@ -1,3 +1 @@
-DIST gh-0.16.0.tar.gz 129499 BLAKE2B 6dea86bcaa8191b2eb19daed487d80e5b55adadccb1c063320b44e742895cad1956e06a917ff35659834b4cf541892d3cd0b432f03783b4b860cf4c7136c7c49 SHA512 141a432b8d5f43feea6cc86be504e35b5133590466f1a28c5ba60a208cde9d3cc1a6f19702757e132e4255220e1161f6dc9621ec18a789d963738b9801e52da1
-DIST gh-0.17.0.tar.gz 129494 BLAKE2B c7c777fb1f0f417c62c9ec0598716302c2cb0a6870ff9534cabf03baea33e73581cac9bbe1f803d23adeb16b15e5af06e4dcc61ab2300846b6c5c227ddf7aaea SHA512 b655552180dd48a9de05d925d9795278ba8f293d03e07fc0675aae9bcef264f45a840b37cc855718c1118c31964625775b1156facf52781e99255bb16e7895a1
 DIST gh-0.18.0.tar.gz 129730 BLAKE2B e4e9a3b158daf83f8a0f0a809eff87e169c7a0a23120b9ae002d0fee4be166d3e6a09ef85ed61b35148d4285dc358a8d616e09c71403b85293574f3bfbbf922c SHA512 a265d25984d4c40340d4e80ce615f2f291f5636725e7dcdc181e3351d00fe8c3355148f206807180041f20db7f09bf94f5d279ceb25ea12ec19215640fff7839

diff --git a/dev-ruby/gh/gh-0.16.0.ebuild b/dev-ruby/gh/gh-0.16.0.ebuild
deleted file mode 100644
index 8114569ae0e..00000000000
--- a/dev-ruby/gh/gh-0.16.0.ebuild
+++ /dev/null
@@ -1,42 +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_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="gh.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="multi-layer client for the github api v3"
-HOMEPAGE="https://github.com/travis-ci/gh"
-SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "
-	dev-ruby/webmock
-"
-
-ruby_add_rdepend "
-	dev-ruby/activesupport:5.2
-	>=dev-ruby/addressable-2.4.0:0
-	>dev-ruby/faraday-0.8:*
-	>=dev-ruby/faraday_middleware-0.14:0
-	>dev-ruby/multi_json-1.0
-	dev-ruby/net-http-pipeline
-	dev-ruby/net-http-persistent:*
-"
-
-all_ruby_prepare() {
-	sed -i \
-		-e '/addressable/ s/2.4.0/2.4/' \
-		-e '/net-http-persistent/ s/~> 2.9/>= 2.9/' \
-		-e 's/git ls-files/find/' \
-		"${RUBY_FAKEGEM_GEMSPEC}" || die
-}

diff --git a/dev-ruby/gh/gh-0.17.0.ebuild b/dev-ruby/gh/gh-0.17.0.ebuild
deleted file mode 100644
index e119d305502..00000000000
--- a/dev-ruby/gh/gh-0.17.0.ebuild
+++ /dev/null
@@ -1,42 +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_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="gh.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="multi-layer client for the github api v3"
-HOMEPAGE="https://github.com/travis-ci/gh"
-SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "
-	dev-ruby/webmock
-"
-
-ruby_add_rdepend "
-	dev-ruby/activesupport:5.2
-	>=dev-ruby/addressable-2.4.0:0
-	dev-ruby/faraday:1
-	dev-ruby/faraday_middleware:1
-	>dev-ruby/multi_json-1.0
-	dev-ruby/net-http-pipeline
-	>=dev-ruby/net-http-persistent-2.9:*
-"
-
-all_ruby_prepare() {
-	sed -i \
-		-e '/addressable/ s/2.4.0/2.4/' \
-		-e '/net-http-persistent/ s/~> 2.9/>= 2.9/' \
-		-e 's/git ls-files/find/' \
-		"${RUBY_FAKEGEM_GEMSPEC}" || die
-}


             reply	other threads:[~2020-09-15  6:00 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-15  6:00 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-27 14:25 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gh/ Hans de Graaff
2023-03-13  7:14 Hans de Graaff
2022-06-12  8:33 Hans de Graaff
2022-06-11  6:27 Hans de Graaff
2020-06-26  7:39 Hans de Graaff
2020-05-23 18:49 Hans de Graaff
2020-05-23 18:49 Hans de Graaff
2020-05-23 18:49 Hans de Graaff
2020-04-09  4:13 Hans de Graaff
2019-05-04 19:14 Hans de Graaff
2019-04-13  6:34 Hans de Graaff
2019-02-16 23:52 Robin H. Johnson
2018-06-07  4:54 Hans de Graaff
2018-04-30 20:11 Hans de Graaff
2018-02-03 18:22 Hans de Graaff
2017-03-14  5:43 Hans de Graaff
2017-02-03  7:36 Hans de Graaff
2017-02-03  7:36 Hans de Graaff
2016-12-18  7:45 Hans de Graaff
2016-11-25  6:25 Hans de Graaff
2016-11-17  7:05 Hans de Graaff
2016-02-13 20:19 Christoph Junghans

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=1600147629.119e61158e210901ba045f8d6ee49b7097bf6596.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