diff options
author | Sam James <sam@gentoo.org> | 2023-03-29 02:06:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-29 13:55:45 +0100 |
commit | 8545c2d5f0438693cfe0d1de4afe3783e774cd23 (patch) | |
tree | a0b077aa3cce4f447dbadba60736679a088c62e5 /dev-ruby/tzinfo | |
parent | dev-ruby/tzinfo: drop 1.2.9, 1.2.10 (diff) | |
download | gentoo-8545c2d5f0438693cfe0d1de4afe3783e774cd23.tar.gz gentoo-8545c2d5f0438693cfe0d1de4afe3783e774cd23.tar.bz2 gentoo-8545c2d5f0438693cfe0d1de4afe3783e774cd23.zip |
dev-ruby/tzinfo: drop 2.0.4, 2.0.5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-2.0.4.ebuild | 48 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-2.0.5.ebuild | 48 |
3 files changed, 0 insertions, 98 deletions
diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest index afd9724254a7..1be2be374f26 100644 --- a/dev-ruby/tzinfo/Manifest +++ b/dev-ruby/tzinfo/Manifest @@ -1,4 +1,2 @@ DIST tzinfo-1.2.11.gem 166912 BLAKE2B 3fcd2917848a400ca8938914219ce3263638ab605df82a62bf42fc021e7930df9cc399e94668d03df529bff1396f0261fa6c5624c4084660ed12e7a756aea182 SHA512 21a00c464013c3122c8d647a59f7c6b6c6af6b303d3ee24226067482bcd27fd5f02a4cf51fa0b8d70d3e08831c084f54d5ffb8f6784cd1112d62dd0dff6e8aeb -DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa SHA512 5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f -DIST tzinfo-2.0.5.tar.gz 226225 BLAKE2B 44e6d65dadc4828e4b8803c0badf381e18afe7412e090c4d91147b144f300a8c0e3189bc8e8325625678a57ea6a1179a1ed277f5fb54230ce77c46ba6b0100c7 SHA512 a3c59b1f390b186356b9219b0fb18bb762d2123936553738e1068ba46bf0206c5a0394b1d46b5c7b891aa55b8afa839858837511f53e3ef0eb0e85fe3f23b57a DIST tzinfo-2.0.6.tar.gz 226143 BLAKE2B 8a7918c0edc1e70f3b805dfcdc351d9ec78f42a66973ec7cb0a8bfad31d9ccdadefe93b941aca5c15510ff857bd8282046e8d20d02f308934e087de541c26383 SHA512 88af68b13becc4b6b85b4653df95e19e24d8804ac2b2393ef03cfe551b5eaee827a5aecd2156a56572d554dd5239ae828a65e5c49854671aa1989f5c31ba320d diff --git a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild deleted file mode 100644 index 4007acf844ec..000000000000 --- a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_TASK_TEST="test_zoneinfo" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Daylight-savings aware timezone library" -HOMEPAGE="https://tzinfo.github.io/" -SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="sys-libs/timezone-data" -DEPEND="test? ( sys-libs/timezone-data )" - -ruby_add_rdepend "dev-ruby/concurrent-ruby:1" -ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )" - -all_ruby_prepare() { - # Set the secure permissions that tests expect. - chmod 0755 "${HOME}" || die "Failed to fix permissions on home" - - # Skip safe tests since we cannot guarantee the correct permissions - # on directories for it to pass. - sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i test/test_utils.rb || die - - # Loosen test dependencies - sed -e '/rake/ s/12.2.1/12.2/' \ - -e '/simplecov/d' \ - -i Gemfile || die - sed -e '/TEST_COVERAGE/d' -i Rakefile || die -} - -each_ruby_test() { - ${RUBY} -S bundle exec rake test || die -} diff --git a/dev-ruby/tzinfo/tzinfo-2.0.5.ebuild b/dev-ruby/tzinfo/tzinfo-2.0.5.ebuild deleted file mode 100644 index 9bc2bd4cef2c..000000000000 --- a/dev-ruby/tzinfo/tzinfo-2.0.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_TASK_TEST="test_zoneinfo" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Daylight-savings aware timezone library" -HOMEPAGE="https://tzinfo.github.io/" -SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="sys-libs/timezone-data" -DEPEND="test? ( sys-libs/timezone-data )" - -ruby_add_rdepend "dev-ruby/concurrent-ruby:1" -ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )" - -all_ruby_prepare() { - # Set the secure permissions that tests expect. - chmod 0755 "${HOME}" || die "Failed to fix permissions on home" - - # Skip safe tests since we cannot guarantee the correct permissions - # on directories for it to pass. - sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i test/test_utils.rb || die - - # Loosen test dependencies - sed -e '/rake/ s/12.2.1/12.2/' \ - -e '/simplecov/d' \ - -i Gemfile || die - sed -e '/TEST_COVERAGE/d' -i Rakefile || die -} - -each_ruby_test() { - ${RUBY} -S bundle exec rake test || die -} |