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/rack-cache/
Date: Sat, 05 Apr 2025 07:30:07 +0000 (UTC)	[thread overview]
Message-ID: <1743838184.86b6c239a459f31826eb258d9b8dd6f47986fdc7.graaff@gentoo> (raw)

commit:     86b6c239a459f31826eb258d9b8dd6f47986fdc7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  5 05:40:09 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 07:29:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b6c239

dev-ruby/rack-cache: drop 1.15.0, 1.16.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rack-cache/Manifest                 |  2 --
 dev-ruby/rack-cache/rack-cache-1.15.0.ebuild | 41 ----------------------------
 dev-ruby/rack-cache/rack-cache-1.16.0.ebuild | 41 ----------------------------
 3 files changed, 84 deletions(-)

diff --git a/dev-ruby/rack-cache/Manifest b/dev-ruby/rack-cache/Manifest
index dd3c598e5bf1..5f2d4dad67c1 100644
--- a/dev-ruby/rack-cache/Manifest
+++ b/dev-ruby/rack-cache/Manifest
@@ -1,3 +1 @@
-DIST rack-cache-1.15.0.tar.gz 264051 BLAKE2B 0e9de0d7bd82c553f448f6fe9273465f9b7ac68aab814543ccb13644137f9f6ad9a279a0d71fa61ce8198e1f579f2b1f9118e4b0e017b8c75d8e385d32c1826f SHA512 eaeb2e52e5bedce3f5ddeab9e32ec73ac67786a12d3abbd5469b1072c50ac54b236dfd03420152f1e86fd55950bb9f4e243bec3541309bf7e8dbd410fd777967
-DIST rack-cache-1.16.0.tar.gz 264119 BLAKE2B 7affde4d1e72cd4f7cecec36aea753f7e8aeb42ac2e41bf8a3a2132b6736b137ed9f1969f630b12fca60d34e8390f97c8cdfe0e33cc847589f03d6aede48b8e3 SHA512 c2e41b8382f060d85d67ddcc5a4edd899e58a0438c94cccf2b6e00013442d1b2914744916880ea9740cd4f5c80045b873f17e00222b3f03d18719e78656ec7c5
 DIST rack-cache-1.17.0.tar.gz 264229 BLAKE2B 935e9d539dd130d62486326ef4f6b4ed2576a13262af40914a4de5251601872e29fc68134fe04f8f5eed656d17957257d8a502e02853838a30772a354ff8f921 SHA512 41b3d28c577f241c57c74623f37ef36efcc059f9b8499cdc2c08d15ab68fbd06b736140594c6860708e0fa6590027b0e64ab539d2d2ae243d1a1150e7e64959f

diff --git a/dev-ruby/rack-cache/rack-cache-1.15.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.15.0.ebuild
deleted file mode 100644
index dcf4c92952ac..000000000000
--- a/dev-ruby/rack-cache/rack-cache-1.15.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-# no documentation is generable, it needs hanna, which is broken
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*"
-
-RUBY_FAKEGEM_GEMSPEC="rack-cache.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Enable HTTP caching for Rack-based applications that produce freshness info"
-HOMEPAGE="https://github.com/rack/rack-cache"
-SRC_URI="https://github.com/rack/rack-cache/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1.2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-ruby_add_bdepend "test? (
-	>=dev-ruby/maxitest-3.4.0
-	>=dev-ruby/minitest-5.7.0:5
-	>=dev-ruby/mocha-2 )"
-
-all_ruby_prepare() {
-	sed -i -e 's/git ls-files/find */' -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-	sed -i -e '/bundler/ s:^:#:' test/test_helper.rb || die
-}
-
-each_ruby_test() {
-	MT_NO_PLUGINS=true ${RUBY} -I.:lib:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
-}

diff --git a/dev-ruby/rack-cache/rack-cache-1.16.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.16.0.ebuild
deleted file mode 100644
index 81b6b20841c5..000000000000
--- a/dev-ruby/rack-cache/rack-cache-1.16.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-# no documentation can be generated. It needs hanna, which is broken.
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*"
-
-RUBY_FAKEGEM_GEMSPEC="rack-cache.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Enable HTTP caching for Rack-based applications that produce freshness info"
-HOMEPAGE="https://github.com/rack/rack-cache"
-SRC_URI="https://github.com/rack/rack-cache/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1.2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-ruby_add_bdepend "test? (
-	>=dev-ruby/maxitest-3.4.0
-	>=dev-ruby/minitest-5.7.0:5
-	>=dev-ruby/mocha-2 )"
-
-all_ruby_prepare() {
-	sed -i -e 's/git ls-files/find */' -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-	sed -i -e '/bundler/ s:^:#:' test/test_helper.rb || die
-}
-
-each_ruby_test() {
-	MT_NO_PLUGINS=true ${RUBY} -I.:lib:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
-}


             reply	other threads:[~2025-04-05  7:30 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-05  7:30 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-05  7:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-cache/ Hans de Graaff
2024-10-06 11:11 Sam James
2024-04-06  6:16 Hans de Graaff
2024-04-06  6:16 Hans de Graaff
2024-03-08  8:09 Hans de Graaff
2024-03-02  6:27 Hans de Graaff
2024-03-02  6:27 Hans de Graaff
2023-12-12  7:11 Hans de Graaff
2023-12-08  6:56 Hans de Graaff
2023-12-08  6:56 Hans de Graaff
2023-08-29 16:53 Hans de Graaff
2023-07-19  5:26 Hans de Graaff
2023-07-11  4:37 Hans de Graaff
2023-04-03  3:03 Sam James
2022-12-24 15:00 Hans de Graaff
2022-04-23  5:14 Hans de Graaff
2022-03-25 10:22 Hans de Graaff
2022-03-25 10:22 Hans de Graaff
2022-03-23  6:42 Hans de Graaff
2021-11-08  2:51 Yixun Lan
2021-09-27  5:14 Hans de Graaff
2021-09-27  5:14 Hans de Graaff
2020-10-23  5:09 Hans de Graaff
2020-09-11  5:14 Hans de Graaff
2020-07-26 15:12 Hans de Graaff
2020-07-26 15:12 Hans de Graaff
2020-06-14  6:28 Hans de Graaff
2020-06-14  6:28 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2020-04-22 17:07 Sergei Trofimovich
2020-04-22 17:07 Sergei Trofimovich
2020-04-22 17:07 Sergei Trofimovich
2020-04-22 17:07 Sergei Trofimovich
2020-04-09  4:13 Hans de Graaff
2020-01-09  5:51 Hans de Graaff
2019-11-07  7:51 Hans de Graaff
2019-11-07  7:51 Hans de Graaff
2019-04-11 17:46 Hans de Graaff
2019-04-11 17:46 Hans de Graaff
2019-02-27  6:10 Hans de Graaff
2019-02-27  6:10 Hans de Graaff
2019-01-27 19:13 Hans de Graaff
2018-06-08  5:33 Hans de Graaff
2018-05-15  5:15 Hans de Graaff
2018-02-25 22:01 Sergei Trofimovich
2018-01-13  8:46 Hans de Graaff
2018-01-13  8:46 Hans de Graaff
2017-09-07  5:36 Hans de Graaff
2017-07-02  5:43 Hans de Graaff
2017-01-24  6:06 Hans de Graaff
2017-01-24  6:06 Hans de Graaff
2016-07-15  5:38 Hans de Graaff
2016-03-21 22:09 Manuel RĂ¼ger
2016-02-12  6:20 Hans de Graaff
2016-02-03  7:02 Hans de Graaff
2016-01-20 13:42 Fabian Groffen
2016-01-02  8:26 Hans de Graaff
2016-01-02  8:26 Hans de Graaff
2016-01-02  8:26 Hans de Graaff
2015-11-21 15:45 Markus Meier
2015-11-16  5:55 Jeroen Roovers
2015-11-15  8:14 Hans de Graaff
2015-11-15  7:22 Hans de Graaff
2015-10-08  8:13 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=1743838184.86b6c239a459f31826eb258d9b8dd6f47986fdc7.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