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/excon/
Date: Fri, 14 Jan 2022 07:29:07 +0000 (UTC)	[thread overview]
Message-ID: <1642145342.07b27cc32e0fbfcb64c3a9e543984142c343e68c.graaff@gentoo> (raw)

commit:     07b27cc32e0fbfcb64c3a9e543984142c343e68c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 14 07:07:54 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 14 07:29:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b27cc3

dev-ruby/excon: cleanup

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

 dev-ruby/excon/Manifest            |  2 --
 dev-ruby/excon/excon-0.73.0.ebuild | 40 --------------------------------------
 dev-ruby/excon/excon-0.87.0.ebuild | 40 --------------------------------------
 3 files changed, 82 deletions(-)

diff --git a/dev-ruby/excon/Manifest b/dev-ruby/excon/Manifest
index 5f2a3956d215..4b6ead7c6df9 100644
--- a/dev-ruby/excon/Manifest
+++ b/dev-ruby/excon/Manifest
@@ -1,4 +1,2 @@
-DIST excon-0.73.0.tar.gz 216100 BLAKE2B 7830ac608c25ac42dd5fac85d2e4fa7a06713ba49340693f23886aa2e7bb5f29cde956eac99a13f17c1f7ef987f00d0cfb3bd306c5bffd16c1bdb469be4baa60 SHA512 a58556510d8c53c7d4f71dd4846497ee8ab17bd087d5ac9248784fcd1f1dc2e46bf4dbccd22ad8e467614428fdeacc7af6768380922749f92c7d78b849e08eff
-DIST excon-0.87.0.tar.gz 207823 BLAKE2B 1affb1b566afb18ad563806362f75b43704e7753f1aab1e356a38058f1cbb79d89e09d271e4f6f49f9e8ed775592fe78bc262979ecc73285deda056a1fd5fba4 SHA512 34149831783a51f792dcdad500691343e675c84d7d45766eebbb590080111dc790928455b7c885f731e01fa5637f531f7736e42496d9f77bb0337110aeb531f9
 DIST excon-0.88.0.tar.gz 210056 BLAKE2B abffad837a6a2a7337e43fc73d1f4004f6df01113f475e44daa48e21cef95f363bd5fbf88be0093fb18564d382fae5f4409e23689e11b5c47bc900f708ea7455 SHA512 5cb664e64973959dffb80f421bd70c300303fb6c4083b06f6bb42be8987a8822dc4ae38892467576583ec5dccd696b68dee7a946c3917df2066ebfc2afb72209
 DIST excon-0.89.0.tar.gz 210503 BLAKE2B 3988bdff1db39a84ba6230bb8d789662bbf589e89ea637a8b3208095d0d26f4bc83f0994fca5db92de162e2882d2a519f2d9f3c4f535d123d2b018d4abd82d60 SHA512 36e23d93983098ad14b9169b7ae65c28903e8a46a2d8cd341ce111387a83fb90a7f01973d401c8089844355d18a6e53da117df3c3fcb82cf66eb5367e065e2ee

diff --git a/dev-ruby/excon/excon-0.73.0.ebuild b/dev-ruby/excon/excon-0.73.0.ebuild
deleted file mode 100644
index 30a8df2cece3..000000000000
--- a/dev-ruby/excon/excon-0.73.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="changelog.txt README.md"
-RUBY_FAKEGEM_GEMSPEC="excon.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="EXtended http(s) CONnections"
-HOMEPAGE="https://github.com/excon/excon"
-SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-ruby_add_bdepend "
-	dev-ruby/rake
-	test? (
-		dev-ruby/activesupport
-		>=dev-ruby/eventmachine-1.0.4
-		>=dev-ruby/json-1.8.5
-		dev-ruby/open4
-		dev-ruby/rdoc
-		dev-ruby/sinatra
-	)
-"
-all_ruby_prepare() {
-	sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-	# test that need network
-	rm -f spec/excon/test/server_spec.rb || die
-}

diff --git a/dev-ruby/excon/excon-0.87.0.ebuild b/dev-ruby/excon/excon-0.87.0.ebuild
deleted file mode 100644
index 44a58d833344..000000000000
--- a/dev-ruby/excon/excon-0.87.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="changelog.txt README.md"
-RUBY_FAKEGEM_GEMSPEC="excon.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="EXtended http(s) CONnections"
-HOMEPAGE="https://github.com/excon/excon"
-SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-ruby_add_bdepend "
-	dev-ruby/rake
-	test? (
-		dev-ruby/activesupport
-		>=dev-ruby/eventmachine-1.0.4
-		>=dev-ruby/json-1.8.5
-		dev-ruby/open4
-		dev-ruby/rdoc
-		dev-ruby/sinatra
-	)
-"
-all_ruby_prepare() {
-	sed -i -e 's/git ls-files --/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-	# test that need network
-	rm -f spec/excon/test/server_spec.rb || die
-}


             reply	other threads:[~2022-01-14  7:29 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14  7:29 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-21 17:52 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/excon/ Hans de Graaff
2025-05-21 17:52 Hans de Graaff
2025-04-28 16:48 Sam James
2025-02-28 13:20 Hans de Graaff
2025-02-28 13:20 Hans de Graaff
2025-02-28 13:20 Hans de Graaff
2025-01-04  7:27 Hans de Graaff
2025-01-04  7:27 Hans de Graaff
2024-11-29  7:23 Hans de Graaff
2024-11-24 11:06 Hans de Graaff
2024-11-12 19:27 Hans de Graaff
2024-10-18  6:22 Hans de Graaff
2024-10-18  6:22 Hans de Graaff
2024-07-09  6:02 Hans de Graaff
2024-03-14  6:05 Hans de Graaff
2024-03-14  6:05 Hans de Graaff
2024-02-15  7:14 Hans de Graaff
2024-01-18  6:58 Hans de Graaff
2023-12-29  9:19 Hans de Graaff
2023-12-29  9:18 Hans de Graaff
2023-12-29  9:17 Hans de Graaff
2023-12-15 14:47 Hans de Graaff
2023-10-05  6:07 Hans de Graaff
2023-10-05  6:07 Hans de Graaff
2023-09-15  5:52 Hans de Graaff
2023-08-26  6:53 Hans de Graaff
2023-08-17 20:03 Hans de Graaff
2023-08-15 17:30 Hans de Graaff
2022-12-23  8:05 Hans de Graaff
2022-12-23  8:05 Hans de Graaff
2022-12-23  8:05 Hans de Graaff
2022-10-22  4:36 Hans de Graaff
2022-10-22  4:36 Hans de Graaff
2022-10-01 10:26 Hans de Graaff
2022-10-01  7:06 Hans de Graaff
2022-08-17 15:39 Sam James
2022-07-22  7:43 Agostino Sarubbo
2022-07-21  6:37 Hans de Graaff
2022-06-26  6:44 Hans de Graaff
2022-05-06  8:38 Hans de Graaff
2022-04-23  5:14 Hans de Graaff
2022-04-17  5:31 Hans de Graaff
2022-04-17  5:31 Hans de Graaff
2022-04-17  5:31 Hans de Graaff
2022-03-24  6:09 Hans de Graaff
2022-03-20 10:04 Hans de Graaff
2022-03-20  5:49 Hans de Graaff
2022-02-08  6:19 Hans de Graaff
2022-01-14  7:29 Hans de Graaff
2021-12-10  6:56 Hans de Graaff
2021-10-28  5:20 Hans de Graaff
2021-10-09  7:27 Hans de Graaff
2021-09-28  1:01 Sam James

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=1642145342.07b27cc32e0fbfcb64c3a9e543984142c343e68c.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