From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubyzip/
Date: Sat, 30 Apr 2022 09:08:02 +0000 (UTC) [thread overview]
Message-ID: <1651309676.c761be67df05763f5db41399b188a4e34b6ea75f.graaff@gentoo> (raw)
commit: c761be67df05763f5db41399b188a4e34b6ea75f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 05:58:29 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 09:07:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c761be67
dev-ruby/rubyzip: drop 2.2.0, 2.3.0, 2.3.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rubyzip/Manifest | 2 --
dev-ruby/rubyzip/rubyzip-2.2.0.ebuild | 49 -------------------------------
dev-ruby/rubyzip/rubyzip-2.3.0.ebuild | 54 -----------------------------------
dev-ruby/rubyzip/rubyzip-2.3.2.ebuild | 54 -----------------------------------
4 files changed, 159 deletions(-)
diff --git a/dev-ruby/rubyzip/Manifest b/dev-ruby/rubyzip/Manifest
index b0d8f9f9c9a4..70718105c8b5 100644
--- a/dev-ruby/rubyzip/Manifest
+++ b/dev-ruby/rubyzip/Manifest
@@ -1,4 +1,2 @@
DIST rubyzip-1.3.0-git.tgz 156664 BLAKE2B 2bde6515ddc71da32fc2d2819770857f7dde8605718c868f73edb8493f7db5ce66a7115d09933ffc6a06ac0979ab07e8cbdcd47984707688b7a5db43394847bc SHA512 5a764725d1f6a797f710581dbe07bd7971f0a8a5b0ffb7fc9b1a627c32e6e342ff54e2ad39e74e294dd283b8cbf358ed2dc40857f6f656007adff80d4769b9f4
-DIST rubyzip-2.2.0-git.tgz 224109 BLAKE2B b1d879d04c4bd23f32f82260d386a0b0ff8bb4c1af705a4eca9fc279b4095551edad27e2187aa146b9c76f183df2687fc03dd7c6d62c2dde6d70c9137226316c SHA512 c10f3574c7948ae29ed665de69f79d714e146bda27a634c3bfdf7210240b535c6a9fba43fff0228fd85afd262ca56d25002393eda90237d8da1034edda62e2a7
-DIST rubyzip-2.3.0-git.tgz 225336 BLAKE2B 24b00e02c26881953c843761d38b8bf3a9a5a04da6cafa73bea6abdeea345a71a31241a557ff3c182df274210a970f17b3e866657153784df6b03cdf472681f6 SHA512 da9c446aa1a3c457decdaedb387f4030f84a2b1c1c3ca14a0e8588103f95cf893812e7a146362c083aba478828ccda4b127cd0b80fa2fa09022e06ad041506bf
DIST rubyzip-2.3.2-git.tgz 225923 BLAKE2B ed901326cd0f79c8be004d9c14b32d7e67e90ab4d2d5b67dc64559fd4691dfb63cfa1ee18363a7cf864bd62559f1bc2fae71fc25ad1c727d7cc01f94d1ec62ee SHA512 6c64e53c1f5ca530abfa22baf388f87c8cf098d81cc9c639f20903e5193cf26243fbf861ac12002ae954f026e04168d8a55beeaf3ac5542bd0618ca85a5c90de
diff --git a/dev-ruby/rubyzip/rubyzip-2.2.0.ebuild b/dev-ruby/rubyzip/rubyzip-2.2.0.ebuild
deleted file mode 100644
index 35b67483c881..000000000000
--- a/dev-ruby/rubyzip/rubyzip-2.2.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md TODO"
-
-RUBY_FAKEGEM_GEMSPEC="rubyzip.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby library for reading and writing zip files"
-HOMEPAGE="https://github.com/rubyzip/rubyzip"
-# Tests are not included in the gem.
-SRC_URI="https://github.com/rubyzip/rubyzip/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="Ruby"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${DEPEND} test? ( app-arch/zip )"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc samples/*
-}
-
-all_ruby_prepare() {
- # Avoid dependencies on simplecov and coveralls
- sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die
-
- # Avoid dependency on bundler
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
-
- # Fix hardcoded path to /tmp
- sed -i -e 's:/tmp/:'${T}'/:g' test/entry_test.rb || die
-
- # Add missing requires
- sed -i -e '1irequire "forwardable"; require "pathname"' test/input_stream_test.rb || die
-}
diff --git a/dev-ruby/rubyzip/rubyzip-2.3.0.ebuild b/dev-ruby/rubyzip/rubyzip-2.3.0.ebuild
deleted file mode 100644
index 63b3c7e93be4..000000000000
--- a/dev-ruby/rubyzip/rubyzip-2.3.0.ebuild
+++ /dev/null
@@ -1,54 +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_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md TODO"
-
-RUBY_FAKEGEM_GEMSPEC="rubyzip.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby library for reading and writing zip files"
-HOMEPAGE="https://github.com/rubyzip/rubyzip"
-# Tests are not included in the gem.
-SRC_URI="https://github.com/rubyzip/rubyzip/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="Ruby"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${DEPEND} test? ( app-arch/zip )"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc samples/*
-}
-
-all_ruby_prepare() {
- # Avoid dependencies on simplecov and coveralls
- sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die
-
- # Avoid dependency on bundler
- sed -i -e '/bundler/ s:^:#: ; /rubocop/I s:^:#:' Rakefile || die
-
- # Fix hardcoded path to /tmp
- sed -i -e 's:/tmp/:'${T}'/:g' test/entry_test.rb || die
-
- # Add missing requires
- sed -i -e '1irequire "forwardable"; require "pathname"' test/input_stream_test.rb || die
-
- # Fix broken test that uses native endian
- sed -i -e '/pack/ s/LLS/VVv/' test/file_extract_test.rb || die
-}
diff --git a/dev-ruby/rubyzip/rubyzip-2.3.2.ebuild b/dev-ruby/rubyzip/rubyzip-2.3.2.ebuild
deleted file mode 100644
index aef8a552c081..000000000000
--- a/dev-ruby/rubyzip/rubyzip-2.3.2.ebuild
+++ /dev/null
@@ -1,54 +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_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md TODO"
-
-RUBY_FAKEGEM_GEMSPEC="rubyzip.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby library for reading and writing zip files"
-HOMEPAGE="https://github.com/rubyzip/rubyzip"
-# Tests are not included in the gem.
-SRC_URI="https://github.com/rubyzip/rubyzip/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="Ruby"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${DEPEND} test? ( app-arch/zip )"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc samples/*
-}
-
-all_ruby_prepare() {
- # Avoid dependencies on simplecov and coveralls
- sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die
-
- # Avoid dependency on bundler
- sed -i -e '/bundler/ s:^:#: ; /rubocop/I s:^:#:' Rakefile || die
-
- # Fix hardcoded path to /tmp
- sed -i -e 's:/tmp/:'${T}'/:g' test/entry_test.rb || die
-
- # Add missing requires
- sed -i -e '1irequire "forwardable"; require "pathname"' test/input_stream_test.rb || die
-
- # Fix broken test that uses native endian
- sed -i -e '/pack/ s/LLS/VVv/' test/file_extract_test.rb || die
-}
next reply other threads:[~2022-04-30 9:08 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-30 9:08 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-11-04 7:57 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubyzip/ Hans de Graaff
2025-11-04 7:57 Hans de Graaff
2025-10-28 8:20 Hans de Graaff
2025-10-15 6:50 Hans de Graaff
2025-10-06 13:56 Hans de Graaff
2025-09-07 8:28 Hans de Graaff
2025-08-27 12:26 Hans de Graaff
2025-08-27 12:26 Hans de Graaff
2025-05-21 9:20 Sam James
2025-05-20 16:56 Sam James
2025-05-18 10:09 Sam James
2025-05-18 10:09 Sam James
2025-03-15 9:43 Hans de Graaff
2025-01-05 7:30 Hans de Graaff
2024-12-31 13:58 Hans de Graaff
2023-12-27 11:23 Hans de Graaff
2023-07-14 5:46 Arthur Zamarin
2023-06-29 6:18 Sam James
2023-04-04 22:24 Sam James
2023-04-02 16:33 Sam James
2023-04-02 16:32 Sam James
2023-04-02 16:30 Sam James
2023-04-02 16:30 Sam James
2023-04-02 8:14 Jakov Smolić
2023-04-02 8:14 Jakov Smolić
2023-04-01 23:53 Sam James
2023-03-28 23:38 Sam James
2023-03-10 9:00 Arthur Zamarin
2023-03-07 3:46 WANG Xuerui
2023-03-05 8:42 Hans de Graaff
2022-07-30 8:22 Hans de Graaff
2022-03-21 7:38 Hans de Graaff
2021-12-19 12:36 Yixun Lan
2021-07-10 6:23 Hans de Graaff
2021-05-17 5:40 Hans de Graaff
2021-03-23 6:30 Hans de Graaff
2020-06-26 10:04 Sergei Trofimovich
2020-06-26 9:29 Hans de Graaff
2020-03-19 19:52 Hans de Graaff
2020-03-19 19:52 Hans de Graaff
2020-03-15 7:29 Hans de Graaff
2020-02-03 15:24 Agostino Sarubbo
2020-02-03 12:38 Agostino Sarubbo
2020-02-03 12:35 Agostino Sarubbo
2020-02-03 12:31 Agostino Sarubbo
2020-02-03 12:30 Agostino Sarubbo
2020-02-02 7:22 Hans de Graaff
2020-02-02 7:22 Hans de Graaff
2020-01-26 7:08 Hans de Graaff
2019-12-29 6:51 Hans de Graaff
2019-09-26 4:05 Hans de Graaff
2019-09-26 4:05 Hans de Graaff
2019-09-07 6:10 Hans de Graaff
2019-05-24 7:06 Hans de Graaff
2019-02-01 8:41 Hans de Graaff
2019-01-31 20:21 Markus Meier
2019-01-30 13:20 Tobias Klausmann
2019-01-24 22:22 Thomas Deutschmann
2019-01-23 20:53 Sergei Trofimovich
2019-01-22 6:16 Hans de Graaff
2019-01-21 23:31 Sergei Trofimovich
2019-01-21 23:28 Sergei Trofimovich
2019-01-20 18:43 Hans de Graaff
2018-09-01 6:59 Hans de Graaff
2018-02-07 6:30 Hans de Graaff
2017-07-29 14:32 Alexis Ballier
2017-04-02 6:22 Hans de Graaff
2017-03-11 8:31 Jeroen Roovers
2017-03-10 12:53 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-10 9:09 Agostino Sarubbo
2017-03-07 17:08 Michael Weber
2017-03-06 15:50 Tobias Klausmann
2017-03-05 10:25 Hans de Graaff
2017-02-09 6:03 Hans de Graaff
2017-01-04 7:02 Hans de Graaff
2016-06-04 3:50 Hans de Graaff
2016-04-03 6:56 Hans de Graaff
2016-04-03 6:56 Hans de Graaff
2016-01-15 6:41 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=1651309676.c761be67df05763f5db41399b188a4e34b6ea75f.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