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/zeitwerk/
Date: Thu, 18 Jul 2019 06:40:40 +0000 (UTC)	[thread overview]
Message-ID: <1563432026.208c0c338956add5a4df7692151c2886b16461f2.graaff@gentoo> (raw)

commit:     208c0c338956add5a4df7692151c2886b16461f2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 06:38:26 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 06:40:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208c0c33

dev-ruby/zeitwerk: cleanup

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

 dev-ruby/zeitwerk/Manifest              |  3 ---
 dev-ruby/zeitwerk/zeitwerk-2.1.0.ebuild | 34 ---------------------------------
 dev-ruby/zeitwerk/zeitwerk-2.1.5.ebuild | 34 ---------------------------------
 dev-ruby/zeitwerk/zeitwerk-2.1.6.ebuild | 34 ---------------------------------
 4 files changed, 105 deletions(-)

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index 0b9e3e5ef4f..55db9386402 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -1,5 +1,2 @@
 DIST zeitwerk-1.4.3.tar.gz 84202 BLAKE2B 8e14790f4a5b5122efacbe89a0d1ede5c9933564db40f3b498423b73852e91990e09321b3d2854ada8c57aa914bb596d1381ea697e751bc22d7b9ecf4e5653b8 SHA512 e3ba6dcaf5b85c117278e65f15559e7750062ba204b3cdeba4248eb4f153ad4aa09164db61671f6ea00846a9d89ec218b66338dbcbd2c376f4e7b28364533f55
-DIST zeitwerk-2.1.0.tar.gz 86684 BLAKE2B 88227fc490a5837131472746b998885e6a3ee0d2b0fdd928bbf16f03ec2dc2f17bd5721d828a33050fa8bc9f280af26fa3abb423e818519779126179e27343ed SHA512 78ca4621f1a9a632e529ecf329ed70a177e87440f285d93191cbc58a152ea0b23a74362981e61f8ebe58f76e26161f5923ca304c80aa4ab1ac72495667b85bcc
-DIST zeitwerk-2.1.5.tar.gz 89234 BLAKE2B 2da03d3e92ebc8e5ffe2a3ce742790b205c3f20002b06eb77224d80311cde7634941bfce3fe358925deca9e1fd8b4d61abf7629f1056bb5533efe378c6004281 SHA512 fa724e2893b830e28e3d74bb6df5f45ac45c233ff4c36908b7743ed9ae925e715c0b1b4912ba2a9ef433415d228a721b8c30316e6a1abe36315674bf9484bf6c
-DIST zeitwerk-2.1.6.tar.gz 89939 BLAKE2B f6385800904ff2f5eb74712324997ba73718d88600aafc083c9820441056dbcea1e042a764587aa26b3a115cd8b531b72b65933b2dcc272a25d85e3f9e7b50f9 SHA512 7e38c98c1dd34c5f87ba77bc1e984933f3bd7da44edf5e822ecd3aadf2d87f352bce1f59aec62f7f605f1e334ac5ed3f596b1c5795596f8b7d7431b9e2c0f71e
 DIST zeitwerk-2.1.8.tar.gz 90774 BLAKE2B b42c56937b5f9709ce05125ab9358012f4132a49f23a3a56f464aed0c20ba7582e77e7d6cb65d2607d75eed089140827efcec14a2ffe8dd1adb3ead3c10fc882 SHA512 14db7e467b45536cb796f7dae4ca96e8167be023a562cc723843b1a63586ec6678ed23cb3307c3389ce5dba099c70dbdd257d23f5ce649af676aea795fa36243

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.1.0.ebuild b/dev-ruby/zeitwerk/zeitwerk-2.1.0.ebuild
deleted file mode 100644
index e3f56d54a1b..00000000000
--- a/dev-ruby/zeitwerk/zeitwerk-2.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient and thread-safe code loader for Ruby"
-HOMEPAGE="https://github.com/fxn/zeitwerk"
-SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-	rm -f Gemfile.lock || die
-	sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile test/test_helper.rb || die
-
-	sed -i -e 's:require_relative "lib:require "./lib:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-	${RUBY} -S bundle exec rake test || die
-}

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.1.5.ebuild b/dev-ruby/zeitwerk/zeitwerk-2.1.5.ebuild
deleted file mode 100644
index e3f56d54a1b..00000000000
--- a/dev-ruby/zeitwerk/zeitwerk-2.1.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient and thread-safe code loader for Ruby"
-HOMEPAGE="https://github.com/fxn/zeitwerk"
-SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-	rm -f Gemfile.lock || die
-	sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile test/test_helper.rb || die
-
-	sed -i -e 's:require_relative "lib:require "./lib:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-	${RUBY} -S bundle exec rake test || die
-}

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.1.6.ebuild b/dev-ruby/zeitwerk/zeitwerk-2.1.6.ebuild
deleted file mode 100644
index e3f56d54a1b..00000000000
--- a/dev-ruby/zeitwerk/zeitwerk-2.1.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient and thread-safe code loader for Ruby"
-HOMEPAGE="https://github.com/fxn/zeitwerk"
-SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-	rm -f Gemfile.lock || die
-	sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile test/test_helper.rb || die
-
-	sed -i -e 's:require_relative "lib:require "./lib:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-	${RUBY} -S bundle exec rake test || die
-}


             reply	other threads:[~2019-07-18  6:40 UTC|newest]

Thread overview: 120+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-18  6:40 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-21  7:23 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/zeitwerk/ Hans de Graaff
2025-02-21  7:23 Hans de Graaff
2025-01-04  6:40 Hans de Graaff
2024-11-14  4:59 Jakov Smolić
2024-11-14  4:00 Sam James
2024-11-14  3:49 Sam James
2024-11-14  3:21 Sam James
2024-10-23  6:08 Hans de Graaff
2024-10-23  6:08 Hans de Graaff
2024-10-15  5:22 Sam James
2024-10-13  6:25 Hans de Graaff
2024-10-13  6:25 Hans de Graaff
2024-10-09  6:59 Arthur Zamarin
2024-10-06 18:39 Arthur Zamarin
2024-10-06 14:27 Sam James
2024-10-06 13:30 Arthur Zamarin
2024-10-06 11:18 Sam James
2024-09-03  5:25 Hans de Graaff
2024-07-31  6:03 Hans de Graaff
2024-07-14 17:43 Jakov Smolić
2024-07-14 17:43 Jakov Smolić
2024-07-14 15:39 Sam James
2024-07-14 15:28 Sam James
2024-07-14 15:28 Sam James
2024-07-14  8:36 Arthur Zamarin
2024-07-14  8:36 Arthur Zamarin
2024-07-14  6:51 Hans de Graaff
2024-06-16  5:49 Hans de Graaff
2024-05-27  5:04 Hans de Graaff
2024-05-27  5:04 Hans de Graaff
2024-05-15  5:29 Hans de Graaff
2024-02-06  7:23 Hans de Graaff
2024-02-06  7:23 Hans de Graaff
2024-01-12 21:39 Sam James
2023-12-29  7:40 Hans de Graaff
2023-12-20  2:34 Ionen Wolkens
2023-12-20  2:34 Ionen Wolkens
2023-12-19  5:23 Sam James
2023-12-08 14:24 Arthur Zamarin
2023-12-03  8:26 Hans de Graaff
2023-12-03  8:24 Sam James
2023-12-02  9:24 Arthur Zamarin
2023-09-26  4:14 Hans de Graaff
2023-09-24 17:09 WANG Xuerui
2023-09-24 15:44 Arthur Zamarin
2023-09-24 14:25 Arthur Zamarin
2023-09-24 14:25 Arthur Zamarin
2023-09-24 14:25 Arthur Zamarin
2023-09-24 14:25 Arthur Zamarin
2023-09-24 13:43 Jakov Smolić
2023-09-24  8:01 Hans de Graaff
2023-09-24  8:01 Hans de Graaff
2023-08-03 13:46 Hans de Graaff
2023-06-05  5:29 Hans de Graaff
2023-06-01  7:50 Arthur Zamarin
2023-06-01  6:22 Sam James
2023-06-01  5:59 Sam James
2023-06-01  5:48 Sam James
2023-06-01  5:26 Sam James
2023-04-23 22:21 Sam James
2023-04-23 21:40 Sam James
2023-04-23 21:33 Sam James
2023-04-23 21:33 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-27  8:35 Sam James
2023-03-07  6:34 Hans de Graaff
2023-03-07  6:34 Hans de Graaff
2022-11-18 11:55 Hans de Graaff
2022-11-01  6:40 Hans de Graaff
2022-11-01  6:40 Hans de Graaff
2022-10-02  6:52 Hans de Graaff
2022-06-14  5:04 Hans de Graaff
2022-05-08 15:00 WANG Xuerui
2022-04-26 14:45 Sam James
2022-04-16  7:08 Hans de Graaff
2022-04-03  6:08 Hans de Graaff
2022-02-06  6:42 Hans de Graaff
2022-01-16  7:34 Hans de Graaff
2021-12-30  6:34 Hans de Graaff
2021-10-21  5:42 Hans de Graaff
2021-10-04  0:50 Sam James
2021-09-12  8:09 Hans de Graaff
2021-09-12  8:09 Hans de Graaff
2021-09-07 15:34 Marek Szuba
2021-03-27  8:29 Hans de Graaff
2020-12-20 17:24 Sam James
2020-12-20 16:44 Sam James
2020-11-28  6:58 Hans de Graaff
2020-10-31  7:59 Hans de Graaff
2020-08-21  6:57 Hans de Graaff
2020-07-20 12:38 Hans de Graaff
2020-07-15  3:24 Hans de Graaff
2020-07-02  4:51 Hans de Graaff
2020-04-19 23:55 Sergei Trofimovich
2020-04-19 23:55 Sergei Trofimovich
2020-03-06  7:10 Hans de Graaff
2019-12-30  6:55 Hans de Graaff
2019-12-04  6:59 Hans de Graaff
2019-12-04  6:59 Hans de Graaff
2019-11-30  7:21 Hans de Graaff
2019-11-02  5:59 Hans de Graaff
2019-11-02  5:40 Hans de Graaff
2019-10-30 21:56 Sergei Trofimovich
2019-10-10  5:42 Hans de Graaff
2019-09-15  5:50 Hans de Graaff
2019-09-13 17:36 Mikle Kolyada
2019-09-07 23:18 Thomas Deutschmann
2019-09-07  6:10 Hans de Graaff
2019-08-18 17:10 Aaron Bauman
2019-07-18  6:40 Hans de Graaff
2019-06-30  4:47 Hans de Graaff
2019-06-30  4:47 Hans de Graaff
2019-06-29  6:30 Hans de Graaff
2019-05-11  5:31 Hans de Graaff
2019-04-27  6:06 Hans de Graaff
2019-04-20  6:37 Hans de Graaff
2019-04-07  8:26 Hans de Graaff
2019-04-07  6:47 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=1563432026.208c0c338956add5a4df7692151c2886b16461f2.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