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 E8B5A15801B for ; Sat, 8 Apr 2023 07:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D7E9E069C; Sat, 8 Apr 2023 07:04:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1081FE069C for ; Sat, 8 Apr 2023 07:04:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAEC1340F15 for ; Sat, 8 Apr 2023 07:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00148A25 for ; Sat, 8 Apr 2023 07:04:05 +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: <1680937435.824cf2b627a44150527799cbf75245026491a817.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-r1.ebuild X-VCS-Directories: dev-ruby/sass-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 824cf2b627a44150527799cbf75245026491a817 X-VCS-Branch: master Date: Sat, 8 Apr 2023 07:04:05 +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: e7f851aa-f882-4444-98be-d58d3004c196 X-Archives-Hash: 494909bc7ecafacda44d7af5690769a3 commit: 824cf2b627a44150527799cbf75245026491a817 Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 8 07:03:04 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 8 07:03:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824cf2b6 dev-ruby/sass-rails: update EAPI 7 -> 8 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sass-rails/sass-rails-5.1.0-r1.ebuild | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/dev-ruby/sass-rails/sass-rails-5.1.0-r1.ebuild b/dev-ruby/sass-rails/sass-rails-5.1.0-r1.ebuild new file mode 100644 index 000000000000..98d966c01624 --- /dev/null +++ b/dev-ruby/sass-rails/sass-rails-5.1.0-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="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:*