From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sprockets-rails/
Date: Sun, 26 Jun 2022 05:43:57 +0000 (UTC) [thread overview]
Message-ID: <1656222229.03ca67e25ee6f61e39bf96e9f41a22bb1c5f25ff.graaff@gentoo> (raw)
commit: 03ca67e25ee6f61e39bf96e9f41a22bb1c5f25ff
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:28:13 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 05:43:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ca67e2
dev-ruby/sprockets-rails: drop 3.3.0, 3.4.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/sprockets-rails/Manifest | 1 -
.../sprockets-rails/sprockets-rails-3.3.0.ebuild | 36 ----------------------
.../sprockets-rails/sprockets-rails-3.4.2.ebuild | 36 ----------------------
3 files changed, 73 deletions(-)
diff --git a/dev-ruby/sprockets-rails/Manifest b/dev-ruby/sprockets-rails/Manifest
index 40341527b8e9..a1fc6a6bf256 100644
--- a/dev-ruby/sprockets-rails/Manifest
+++ b/dev-ruby/sprockets-rails/Manifest
@@ -1,2 +1 @@
-DIST sprockets-rails-3.3.0.tar.gz 109701 BLAKE2B ba614e3110c355370fa39ac0ecf4120f86095e34d70dee470320f700c21d65159adc2f6837ad2307f38fcd5a9d753820d5ee537bd7e592514f24f8e02e5fc3e6 SHA512 f6bc9920f19ac76e383a36ed550f06b16a4de628a8df15c6e70f005fe60c0050a01002c9334359adfb182b449a8baaec35733c846240258702a430f14dcdefe2
DIST sprockets-rails-3.4.2.tar.gz 111038 BLAKE2B 36495540d8756bd44ba55ed0bf055c35ed963e1d5a8214766f61ff86515285babd409f44816bd9dae8321dd5473f7f5515d2c1c5ffa6b6042788ee50b4bfd247 SHA512 a01a23b189bc0fcde8fa3a0734c239dc9ee9119ca7a0828f04974cc28344e6c5743a6f60f1ab8ae8ed28c0e111103948209593ccd88dc974e2d12b55a1a2b49a
diff --git a/dev-ruby/sprockets-rails/sprockets-rails-3.3.0.ebuild b/dev-ruby/sprockets-rails/sprockets-rails-3.3.0.ebuild
deleted file mode 100644
index 1cd6cd8e035f..000000000000
--- a/dev-ruby/sprockets-rails/sprockets-rails-3.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline"
-HOMEPAGE="https://github.com/rails/sprockets-rails"
-SRC_URI="https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-
-IUSE="test"
-
-ruby_add_rdepend "
- >=dev-ruby/actionpack-5.2:*
- >=dev-ruby/activesupport-5.2:*
- >=dev-ruby/sprockets-3.0.0:*"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/railties-5.2:*
- dev-ruby/test-unit:2
- )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
-}
diff --git a/dev-ruby/sprockets-rails/sprockets-rails-3.4.2.ebuild b/dev-ruby/sprockets-rails/sprockets-rails-3.4.2.ebuild
deleted file mode 100644
index 1cd6cd8e035f..000000000000
--- a/dev-ruby/sprockets-rails/sprockets-rails-3.4.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline"
-HOMEPAGE="https://github.com/rails/sprockets-rails"
-SRC_URI="https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-
-IUSE="test"
-
-ruby_add_rdepend "
- >=dev-ruby/actionpack-5.2:*
- >=dev-ruby/activesupport-5.2:*
- >=dev-ruby/sprockets-3.0.0:*"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/railties-5.2:*
- dev-ruby/test-unit:2
- )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
-}
next reply other threads:[~2022-06-26 5:44 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-26 5:43 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-03 6:00 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sprockets-rails/ Hans de Graaff
2024-06-10 5:49 Hans de Graaff
2024-05-20 8:27 Hans de Graaff
2023-07-10 7:36 Hans de Graaff
2023-04-11 17:52 Jakov Smolić
2023-04-07 18:25 Sam James
2023-04-07 11:25 Sam James
2022-10-15 6:21 Hans de Graaff
2022-09-04 10:54 Hans de Graaff
2022-06-13 8:06 Yixun Lan
2022-05-15 7:50 Hans de Graaff
2022-04-09 7:38 Hans de Graaff
2022-03-26 14:30 Hans de Graaff
2021-12-12 15:19 Hans de Graaff
2021-11-23 7:05 Hans de Graaff
2021-11-17 6:37 Hans de Graaff
2021-11-13 5:24 Hans de Graaff
2021-07-03 7:22 Hans de Graaff
2021-02-20 8:43 Hans de Graaff
2020-09-14 6:09 Hans de Graaff
2020-06-02 4:49 Hans de Graaff
2019-05-13 16:46 Mikle Kolyada
2019-05-05 6:32 Hans de Graaff
2018-05-19 7:51 Hans de Graaff
2018-05-06 18:10 Hans de Graaff
2018-03-25 17:58 Sergei Trofimovich
2018-03-18 12:57 Sergei Trofimovich
2018-03-05 6:28 Hans de Graaff
2018-02-07 5:52 Thomas Deutschmann
2017-09-04 5:22 Hans de Graaff
2017-08-23 6:14 Hans de Graaff
2017-08-23 6:14 Hans de Graaff
2017-07-17 10:20 Alexis Ballier
2017-07-02 5:43 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-05-30 4:30 Hans de Graaff
2017-02-25 8:19 Hans de Graaff
2016-10-22 5:49 Hans de Graaff
2016-07-24 6:42 Hans de Graaff
2016-07-18 6:49 Hans de Graaff
2016-07-18 6:49 Hans de Graaff
2016-05-18 9:00 Fabian Groffen
2016-04-16 13:08 Manuel Rüger
2016-03-12 6:01 Hans de Graaff
2016-03-12 6:01 Hans de Graaff
2016-02-16 21:14 Hans de Graaff
2016-01-17 8:22 Hans de Graaff
2015-09-10 5:58 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=1656222229.03ca67e25ee6f61e39bf96e9f41a22bb1c5f25ff.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