From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5185158094 for ; Sun, 26 Jun 2022 05:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFF6EE08BB; Sun, 26 Jun 2022 05:44:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B07E8E08BB for ; Sun, 26 Jun 2022 05:44:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFFB6340FD7 for ; Sun, 26 Jun 2022 05:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39B1251F for ; Sun, 26 Jun 2022 05:43:57 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1656222229.03ca67e25ee6f61e39bf96e9f41a22bb1c5f25ff.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sprockets-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sprockets-rails/Manifest dev-ruby/sprockets-rails/sprockets-rails-3.3.0.ebuild dev-ruby/sprockets-rails/sprockets-rails-3.4.2.ebuild X-VCS-Directories: dev-ruby/sprockets-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 03ca67e25ee6f61e39bf96e9f41a22bb1c5f25ff X-VCS-Branch: master Date: Sun, 26 Jun 2022 05:43:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24502e21-e7e3-473b-8d88-2a510bccad05 X-Archives-Hash: 313c168c62ca4f1b1e5d7cf776cc5822 commit: 03ca67e25ee6f61e39bf96e9f41a22bb1c5f25ff Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 25 13:28:13 2022 +0000 Commit: Hans de Graaff gentoo 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 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 -}