From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async/
Date: Sat, 22 Oct 2022 21:33:57 +0000 (UTC) [thread overview]
Message-ID: <1666474391.0ea9d1d7a3b817faa9097acc859536b93dd389e4.mattst88@gentoo> (raw)
commit: 0ea9d1d7a3b817faa9097acc859536b93dd389e4
Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Thu Sep 29 03:38:14 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 21:33:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea9d1d7
dev-ruby/async: add 1.30.3, 2.1.0, drop 1.30.1, 2.0.2
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-ruby/async/Manifest | 4 ++--
dev-ruby/async/{async-1.30.1.ebuild => async-1.30.3.ebuild} | 2 +-
dev-ruby/async/{async-2.0.2.ebuild => async-2.1.0.ebuild} | 10 ++++++----
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/dev-ruby/async/Manifest b/dev-ruby/async/Manifest
index b40e37a1e13b..2d7531f0b811 100644
--- a/dev-ruby/async/Manifest
+++ b/dev-ruby/async/Manifest
@@ -1,2 +1,2 @@
-DIST async-1.30.1.tar.gz 91919 BLAKE2B f2a39faef8159b1ac880835c35cec73be78a5f3e2d46dc8d06cca10668e15f5694a10f115d6488ad644cef515d45398e98e1ea2b5d732ca732b32abb34830eba SHA512 8a698dab8e41164ef3999aa1dddfd4089075ffbdaf6079852c86f95e0a915ae6550e0a03bcbdf84badde9edb1b2400c702cee9766b9fa39f115fb46c7f5dcb85
-DIST async-2.0.2.tar.gz 72169 BLAKE2B a7e3b964e69b5cdbcf5b55023c3023f0a53145a08ddddf30c3760ef8830cbab2b674381e6cd1f1d360b081af196e08d4fe881be3ddd9869021c644e9b20f9cfb SHA512 8e7630f115c166c17d6cd04c10aeeac5dd6e033d5c84039843cf3aa9d4b0d7b33210773534cc05b6af9eaa5daab823ae998fd7dce4754ce7f7967382fcf4142f
+DIST async-1.30.3.tar.gz 92599 BLAKE2B 69db66676adf2dd0f77142bffc55b1e90a6983c53c7fac444f72b9365f6907e4d2ec45579ea267f3a8f31fc45af63c3517908c353749b288d1873e2cf720f96b SHA512 337a51ca8fd0e6685528e2eca9b584344ba583f7254f2600110ee62da6e4ccabeb471e7d94f36ab6f8d0eb3eada9e23335a262a50c8d035f67708fce0a590e5e
+DIST async-2.1.0.tar.gz 75110 BLAKE2B 6226cd64f62d42a57d46f1c31287e403af5c645343a2de899a090f986e2b669dc96f1019629cf32ed46809fbfcbb5716375ef4560358676759dcad0e17d02849 SHA512 85f02004f7851757425f6e30c364ad9cb52ac4ad4559fa3a4a9b933fc5df1f10f6975233df6057da479dc28b5188d9e6d0b70e215a4a99b7864938260571089c
diff --git a/dev-ruby/async/async-1.30.1.ebuild b/dev-ruby/async/async-1.30.3.ebuild
similarity index 90%
rename from dev-ruby/async/async-1.30.1.ebuild
rename to dev-ruby/async/async-1.30.3.ebuild
index 5108e6b2e464..f4164212833c 100644
--- a/dev-ruby/async/async-1.30.1.ebuild
+++ b/dev-ruby/async/async-1.30.3.ebuild
@@ -11,7 +11,7 @@ inherit ruby-fakegem
DESCRIPTION="A concurrency framework for Ruby"
HOMEPAGE="https://github.com/socketry/async"
-SRC_URI="https://github.com/socketry/async/archive/df26f47f64c91c13155c5b6529194b0fe48f8c17.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/socketry/async/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="$(ver_cut 1)/$(ver_cut 1-2)"
diff --git a/dev-ruby/async/async-2.0.2.ebuild b/dev-ruby/async/async-2.1.0.ebuild
similarity index 71%
rename from dev-ruby/async/async-2.0.2.ebuild
rename to dev-ruby/async/async-2.1.0.ebuild
index 5f34b240f833..07e5ba91db6c 100644
--- a/dev-ruby/async/async-2.0.2.ebuild
+++ b/dev-ruby/async/async-2.1.0.ebuild
@@ -5,19 +5,18 @@ EAPI=8
USE_RUBY="ruby31"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_EXTRADOC="readme.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
DESCRIPTION="A concurrency framework for Ruby"
HOMEPAGE="https://github.com/socketry/async"
-SRC_URI="https://github.com/socketry/async/archive/df26f47f64c91c13155c5b6529194b0fe48f8c17.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/socketry/async/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64 ~sparc"
IUSE=""
-RUBY_S="${PN}-df26f47f64c91c13155c5b6529194b0fe48f8c17"
ruby_add_rdepend ">=dev-ruby/console-1.10:1
>=dev-ruby/io-event-1.0.0:1/1.0
@@ -32,7 +31,10 @@ all_ruby_prepare() {
sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die
# network tests
- rm -f "spec/async/scheduler_spec.rb" "spec/async/scheduler/address_spec.rb" "spec/async/scheduler/io_spec.rb" || die
+ rm -f \
+ "spec/net/http_spec.rb" \
+ "spec/async/scheduler/address_spec.rb" \
+ "spec/async/scheduler/io_spec.rb" || die
sed -i -E 's/require '"'"'covered\/rspec'"'"'//g' "spec/spec_helper.rb" || die
}
next reply other threads:[~2022-10-22 21:34 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-22 21:33 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-19 6:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async/ Hans de Graaff
2025-06-17 19:42 Hans de Graaff
2025-06-17 19:42 Hans de Graaff
2025-06-05 7:43 Hans de Graaff
2025-05-26 8:16 Hans de Graaff
2025-05-21 10:56 Arthur Zamarin
2025-05-19 8:00 Arthur Zamarin
2025-05-17 11:38 Sam James
2025-05-13 6:44 Hans de Graaff
2025-05-13 6:44 Hans de Graaff
2025-04-21 16:58 Hans de Graaff
2025-04-19 8:37 Hans de Graaff
2025-04-10 6:47 Sam James
2025-03-23 6:52 Arthur Zamarin
2025-03-21 18:06 Jakov Smolić
2025-03-21 16:09 Jakov Smolić
2025-03-21 10:13 Sam James
2025-03-21 9:18 Sam James
2025-03-21 9:18 Sam James
2025-03-21 8:13 Hans de Graaff
2024-09-13 4:13 Sam James
2024-06-28 12:59 Sam James
2024-02-25 8:52 Hans de Graaff
[not found] <1708163586.0a5835af33e0d6962a4fad3beb9f503cdbcffa05.graaff@gentoo>
2024-02-17 9:53 ` Hans de Graaff
2024-02-17 9:53 Hans de Graaff
2024-01-03 7:14 Hans de Graaff
2023-10-31 6:42 Hans de Graaff
2023-10-24 9:30 Arthur Zamarin
2023-10-24 9:30 Arthur Zamarin
2023-08-27 6:11 Hans de Graaff
2023-08-09 4:38 Hans de Graaff
2023-07-05 0:04 Sam James
2023-07-04 20:19 Sam James
2023-07-04 20:19 Sam James
2023-07-04 20:19 Sam James
2023-06-30 6:09 Hans de Graaff
2023-06-30 5:34 Hans de Graaff
2023-05-20 9:21 Sam James
2023-04-09 2:34 Sam James
2023-04-09 2:34 Sam James
2023-04-07 8:39 Sam James
2023-04-07 8:39 Sam James
2023-04-07 8:36 Sam James
2023-04-03 3:17 Sam James
2023-04-03 3:17 Sam James
2023-04-03 0:47 Sam James
2023-04-03 0:47 Sam James
2023-04-02 23:07 Sam James
2023-04-02 23:07 Sam James
2023-04-02 23:07 Sam James
2023-04-02 23:05 Sam James
2023-04-02 22:49 Sam James
2022-12-05 20:03 Arthur Zamarin
2022-12-01 4:03 Sam James
2022-12-01 4:03 Sam James
2022-12-01 2:04 Sam James
2022-10-23 10:13 Hans de Graaff
2022-10-23 10:01 Hans de Graaff
2022-10-22 21:33 Matt Turner
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=1666474391.0ea9d1d7a3b817faa9097acc859536b93dd389e4.mattst88@gentoo \
--to=mattst88@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