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 BCBB515800D for ; Mon, 10 Jul 2023 07:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2487E0896; Mon, 10 Jul 2023 07:36:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B624CE0896 for ; Mon, 10 Jul 2023 07:36:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CB9A9340E5D for ; Mon, 10 Jul 2023 07:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF735AD9 for ; Mon, 10 Jul 2023 07:36:45 +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: <1688974601.9f21ade6dba9ce2bb1ab51865ac990d3b6b8bdc6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sass-rails/sass-rails-5.1.0.ebuild X-VCS-Directories: dev-ruby/sass-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9f21ade6dba9ce2bb1ab51865ac990d3b6b8bdc6 X-VCS-Branch: master Date: Mon, 10 Jul 2023 07:36:45 +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: fe2db2fd-019b-4559-8420-74c092a06e6e X-Archives-Hash: e0f7bf03d9d6cca6c52c2d064bf3f930 commit: 9f21ade6dba9ce2bb1ab51865ac990d3b6b8bdc6 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 10 07:33:28 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 10 07:36:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f21ade6 dev-ruby/sass-rails: drop 5.1.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sass-rails/sass-rails-5.1.0.ebuild | 38 ----------------------------- 1 file changed, 38 deletions(-) diff --git a/dev-ruby/sass-rails/sass-rails-5.1.0.ebuild b/dev-ruby/sass-rails/sass-rails-5.1.0.ebuild deleted file mode 100644 index c103545f19d4..000000000000 --- a/dev-ruby/sass-rails/sass-rails-5.1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Official Ruby-on-Rails Integration with Sass" -HOMEPAGE="https://github.com/rails/sass-rails" -SRC_URI="https://github.com/rails/sass-rails/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" - -IUSE="" - -# Restrict tests for now since it is hard to set up the right -# environment with the correct ruby interpreter and Rails test -# application. -RESTRICT="test" - -#ruby_add_bdepend "test? ( dev-ruby/sfl dev-ruby/bundler )" - -ruby_add_rdepend ">=dev-ruby/sass-3.1:* =dev-ruby/sass-3*:* - >=dev-ruby/railties-5.2.0 - >=dev-ruby/sprockets-rails-2.0:* =dev-ruby/sprockets-2.8:* =dev-ruby/tilt-1.1:*