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: Sun, 17 Apr 2022 05:31:50 +0000 (UTC) [thread overview]
Message-ID: <1650173505.183da34a6730db31c54cd2fe1e1f5ace2a2ee680.graaff@gentoo> (raw)
commit: 183da34a6730db31c54cd2fe1e1f5ace2a2ee680
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 08:03:26 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 05:31:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183da34a
dev-ruby/excon: cleanup
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/excon/Manifest | 2 --
dev-ruby/excon/excon-0.91.0.ebuild | 40 --------------------------------------
dev-ruby/excon/excon-0.92.0.ebuild | 40 --------------------------------------
3 files changed, 82 deletions(-)
diff --git a/dev-ruby/excon/Manifest b/dev-ruby/excon/Manifest
index 9bb55803205a..b93eaf0b2dee 100644
--- a/dev-ruby/excon/Manifest
+++ b/dev-ruby/excon/Manifest
@@ -1,4 +1,2 @@
-DIST excon-0.91.0.tar.gz 214359 BLAKE2B 82e0ee05c0f2e9eb0bbf9371459e43d02e75d72063f24738b0230272aaeeef5f5985eedf5c0e72a2962a093ee5bc2431b4de171835067a23f1b2fe26a1a7f609 SHA512 ab5b535bbc6f1bad408481c2496a101a198de3899fc185df6aff4377c5c22dcf39af5e022ee52fff111f84f20fed11f75237da0ede0237c3a3ffc5eb405db923
-DIST excon-0.92.0.tar.gz 214364 BLAKE2B b0909aa0976085a7b720951623b7d341e370e23fc15972d955c9175f396a91bac3d22d244c092828532f3ad79d71ef77835d03e658c359f69c1d945c5fe25b42 SHA512 4e9ce9e0dceb9ff2983e6e10cd1224035a44b658398a3a0fb2fd13f1c36682965be383d4580c901551b4e503f3e9ac72a20bdbb31bbb690b781103866824e540
DIST excon-0.92.1.tar.gz 212980 BLAKE2B 66832dbc309c825137419296098df56510dc004195468b5584fb50faff07e79f0748a11d692b3682e29d280004a53b9f1fd4dc5da14a40853f6c1639793b580c SHA512 3e630a96e37f20484caa15a8c4582a6e5a49a4baf741b9b855cc1d6cca4eb633c6a7f194c8f851c2dc7fd51989bb7ce37122f6eaecefc6583df58918e1540c73
DIST excon-0.92.2.tar.gz 212984 BLAKE2B 5b38a3e5435df3af6e19ac3a9bf17ee0b858470893d1fe6bcca841d21f7a7f0fbeffa79f50c98d6f278c7cc66f7e44bae95d6743575388f46c74fe02e1fcc6b8 SHA512 bc0c7d909279140b9be116b38b13b3dc2f3d8646c13732b8b9120129a645b63e0bb24e8db3d7d56072aa3f61b66bfbac6a955d8ea366dcb0c3d14f31966f95a8
diff --git a/dev-ruby/excon/excon-0.91.0.ebuild b/dev-ruby/excon/excon-0.91.0.ebuild
deleted file mode 100644
index 84ee1858942c..000000000000
--- a/dev-ruby/excon/excon-0.91.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 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
-}
diff --git a/dev-ruby/excon/excon-0.92.0.ebuild b/dev-ruby/excon/excon-0.92.0.ebuild
deleted file mode 100644
index 84ee1858942c..000000000000
--- a/dev-ruby/excon/excon-0.92.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 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
-}
next reply other threads:[~2022-04-17 5:31 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-17 5:31 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-28 5:56 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/excon/ Hans de Graaff
2025-05-21 17:52 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-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
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=1650173505.183da34a6730db31c54cd2fe1e1f5ace2a2ee680.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