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/concurrent-ruby/
Date: Sun, 24 Oct 2021 06:00:08 +0000 (UTC)	[thread overview]
Message-ID: <1635055053.fb932e83beb5c518b408f7da549c88ed962a67e1.graaff@gentoo> (raw)

commit:     fb932e83beb5c518b408f7da549c88ed962a67e1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 05:57:33 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 05:57:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb932e83

dev-ruby/concurrent-ruby: cleanup

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

 dev-ruby/concurrent-ruby/Manifest                  |  2 --
 .../concurrent-ruby/concurrent-ruby-1.1.7.ebuild   | 38 ----------------------
 .../concurrent-ruby/concurrent-ruby-1.1.8.ebuild   | 38 ----------------------
 3 files changed, 78 deletions(-)

diff --git a/dev-ruby/concurrent-ruby/Manifest b/dev-ruby/concurrent-ruby/Manifest
index 399cdbb6df9..cb34f0f53c6 100644
--- a/dev-ruby/concurrent-ruby/Manifest
+++ b/dev-ruby/concurrent-ruby/Manifest
@@ -1,4 +1,2 @@
 DIST concurrent-ruby-1.0.5.tar.gz 1307802 BLAKE2B 2eee2afdd33e2609608e9389847de380eb895c2193746b1190ea96ca8bb67eaccd8d141bc2071006afbd971f078e5b6452d1e62624892c0fce2c12b8ac9fa28b SHA512 fdf7324b56bb37b4a79dc89882354e452ee838a097f522fb906c20a06856303cfbbae16f2500255cbfb4bba33ee1b3b3ee8facf3d0156e976add64209e349da6
-DIST concurrent-ruby-1.1.7.tar.gz 4370284 BLAKE2B ea9120fa6c0c58d758c71d54a7a1371a2a94987141343be92e5d8150167d774b513003bc945b7a54dbae8ef1f15b371f6ec28e6e84828d653fdad5b6b58c63e1 SHA512 2af2f1236850666ef56f6024db3b094051de88bb0495b902f5be9471ded733e998b2845aacba2ff8b166d5097fccd597203502ce58766017cb67c529c2840d29
-DIST concurrent-ruby-1.1.8.tar.gz 4921836 BLAKE2B 1a58be0790af7708c58f6542b9bcf09b4f853bd180412f44cc6d18f2c058647384f2bc03f9828664c289eeabfd0721c866a143da4e4b4650d11058a2de7fdb16 SHA512 79b326721107abb972124d5e2cac32a348475d8408079747cca6a624df790c3662a8a460a9d1f0d6aceb4b4dc04fadcdc94777b58cec73d82350b3464f70b679
 DIST concurrent-ruby-1.1.9.tar.gz 4923746 BLAKE2B 2bfea989db31f17c69ee479091135516e2aeef7ac74234ccea91b2e4b3626395683a7b2ebba1d13cb527903d3d83c51e873bdb859f0ff1983062fea4fa90a1e4 SHA512 243fc20795bcd7399bdf77a9b0db9b0bccb1b05edacf4fbc8f5515f59502300b4033a2a59bfb6adea9befdb20759c9f58bbf0e7744e934c85738085bef714ea6

diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.7.ebuild b/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.7.ebuild
deleted file mode 100644
index 6b34f268213..00000000000
--- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.7.ebuild
+++ /dev/null
@@ -1,38 +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_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Modern concurrency tools including agents, futures, promises, thread pools, more"
-HOMEPAGE="https://github.com/ruby-concurrency/concurrent-ruby"
-SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.7.4 )"
-
-all_ruby_prepare() {
-	# Remove edge files as defined in support/file_map.rb
-	rm -rf spec/concurrent/{actor,cancellation,channel,edge,lazy_register,promises,throttle}* || die
-	rm -r spec/concurrent/executor/wrapping_executor_spec.rb || die
-	sed -i -e '/concurrent-edge/ s:^:#:' spec/spec_helper.rb || die
-	sed -i -e 's:lib-edge:lib/concurrent-ruby:' .rspec || die
-	sed -i -e 's:../../../::' spec/concurrent/executor/executor_quits.rb || die
-
-	# Remove specs for the ext gem
-	rm -rf spec/concurrent/atomic || die
-
-	sed -i 's/git ls-files/find . -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.8.ebuild b/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.8.ebuild
deleted file mode 100644
index 4d86946d232..00000000000
--- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.8.ebuild
+++ /dev/null
@@ -1,38 +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 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Modern concurrency tools including agents, futures, promises, thread pools, more"
-HOMEPAGE="https://github.com/ruby-concurrency/concurrent-ruby"
-SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.7.4 )"
-
-all_ruby_prepare() {
-	# Remove edge files as defined in support/file_map.rb
-	rm -rf spec/concurrent/{actor,cancellation,channel,edge,lazy_register,promises,throttle}* || die
-	rm -r spec/concurrent/executor/wrapping_executor_spec.rb || die
-	sed -i -e '/concurrent-edge/ s:^:#:' spec/spec_helper.rb || die
-	sed -i -e 's:lib-edge:lib/concurrent-ruby:' .rspec || die
-	sed -i -e 's:../../../::' spec/concurrent/executor/executor_quits.rb || die
-
-	# Remove specs for the ext gem
-	rm -rf spec/concurrent/atomic || die
-
-	sed -i 's/git ls-files/find . -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}


             reply	other threads:[~2021-10-24  6:00 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-24  6:00 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-04 11:16 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/concurrent-ruby/ Hans de Graaff
2025-05-30 18:20 Hans de Graaff
2025-05-21  9:20 Sam James
2025-05-20 18:31 Arthur Zamarin
2025-05-18 11:30 Arthur Zamarin
2025-05-18 11:07 Arthur Zamarin
2025-05-18 10:18 Arthur Zamarin
2025-04-06  5:59 Hans de Graaff
2025-01-16  6:27 Hans de Graaff
2025-01-16  6:27 Hans de Graaff
2024-10-14 21:59 Sam James
2024-10-09  6:59 Arthur Zamarin
2024-10-09  5:46 Sam James
2024-10-06 14:29 Arthur Zamarin
2024-10-06 13:30 Arthur Zamarin
2024-10-06 13:30 Jakov Smolić
2024-10-06 11:22 Sam James
2024-08-12  6:11 Hans de Graaff
2024-06-15  6:04 Hans de Graaff
2024-06-09  9:20 Hans de Graaff
2024-06-01  6:17 Hans de Graaff
2024-05-25  6:20 Hans de Graaff
2024-01-20  8:44 Hans de Graaff
2024-01-06  8:02 Hans de Graaff
2023-08-27 17:59 Hans de Graaff
2023-06-17  8:15 Hans de Graaff
2023-04-23 22:12 Sam James
2023-04-23 20:22 Sam James
2023-04-23 20:22 Sam James
2023-04-23 20:01 Sam James
2023-04-23 19:53 Sam James
2023-04-23 19:52 Sam James
2023-04-23 19:52 Sam James
2023-04-10 10:24 Sam James
2023-04-10 10:24 Sam James
2023-04-10 10:24 Sam James
2023-04-10 10:21 Sam James
2023-04-10 10:21 Sam James
2023-04-10 10:20 Sam James
2023-04-10 10:20 Sam James
2023-03-28 22:56 Sam James
2023-03-28 18:51 Sam James
2023-03-28 16:46 Sam James
2023-03-28 16:10 Sam James
2023-03-28 16:07 Sam James
2023-03-28 16:04 Sam James
2023-03-28 16:04 Sam James
2023-03-18 23:10 Sam James
2023-02-04  7:41 Hans de Graaff
2022-03-31  5:39 Hans de Graaff
2021-10-30  5:16 Hans de Graaff
2021-10-28 14:02 Agostino Sarubbo
2021-10-28 14:00 Agostino Sarubbo
2021-10-27  4:13 Sam James
2021-10-26 13:28 Agostino Sarubbo
2021-10-26  5:53 Sam James
2021-10-26  3:14 Sam James
2021-10-24  8:11 Sam James
2021-08-11 14:29 Marek Szuba
2021-07-18  9:17 Hans de Graaff
2021-03-24 13:24 Hans de Graaff
2021-01-22  7:05 Hans de Graaff
2020-08-29  4:57 Hans de Graaff
2020-01-23  6:44 Hans de Graaff
2019-06-04 13:30 Agostino Sarubbo
2019-05-23 13:15 Mikle Kolyada
2019-05-13  0:38 Thomas Deutschmann
2019-04-28 20:59 Sergei Trofimovich
2019-01-09  8:07 Hans de Graaff
2018-07-09 19:07 Sergei Trofimovich
2018-03-30  6:13 Hans de Graaff
2017-12-25  9:27 Hans de Graaff
2017-12-25  9:27 Hans de Graaff
2017-12-20 22:16 Sergei Trofimovich
2017-06-28 20:49 Sergei Trofimovich
2017-05-06  6:41 Hans de Graaff
2017-02-27  6:52 Hans de Graaff
2017-02-27  6:52 Hans de Graaff
2017-02-14  0:36 Michael Weber
2016-12-27  6:22 Hans de Graaff
2016-12-18  7:45 Hans de Graaff
2016-12-18  7:45 Hans de Graaff
2016-10-02 12:32 Jeroen Roovers
2016-07-06  5:33 Hans de Graaff
2016-07-05  8:49 Tobias Klausmann
2016-07-05  4:14 Hans de Graaff
2016-05-03 18:56 Hans de Graaff
2016-04-01 19:10 Fabian Groffen
2016-03-15 17:29 Markus Meier
2016-02-28  6:23 Hans de Graaff
2016-02-05  7:39 Hans de Graaff
2016-02-05  6:51 Hans de Graaff

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=1635055053.fb932e83beb5c518b408f7da549c88ed962a67e1.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