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 B0ED3158020 for ; Sat, 15 Oct 2022 06:22:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD04BE0828; Sat, 15 Oct 2022 06:22:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 999FCE0828 for ; Sat, 15 Oct 2022 06:22:00 +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 ACCD23412D7 for ; Sat, 15 Oct 2022 06:21:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECD025F6 for ; Sat, 15 Oct 2022 06:21: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: <1665813927.44c466ff65657a7c86758b29db8a0acf16f6e2d1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sassc-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild X-VCS-Directories: dev-ruby/sassc-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 44c466ff65657a7c86758b29db8a0acf16f6e2d1 X-VCS-Branch: master Date: Sat, 15 Oct 2022 06:21: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: bc3622c1-b02c-40f4-aea7-801c918164fa X-Archives-Hash: 2612c5eb2dd5554c64a3761279ab3e29 commit: 44c466ff65657a7c86758b29db8a0acf16f6e2d1 Author: Hans de Graaff gentoo org> AuthorDate: Sat Oct 15 06:05:27 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Oct 15 06:05:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c466ff dev-ruby/sassc-rails: drop 2.1.2-r1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild | 44 ------------------------ 1 file changed, 44 deletions(-) diff --git a/dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild b/dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild deleted file mode 100644 index 0b7eee92eff3..000000000000 --- a/dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem eapi7-ver - -DESCRIPTION="Integrate SassC-Ruby with Rails" -HOMEPAGE="https://github.com/sass/sassc-rails" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" - -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/sassc-2.0 - dev-ruby/tilt:* - >=dev-ruby/railties-4:* - >=dev-ruby/sprockets-3.0:* - dev-ruby/sprockets-rails:* -" - -ruby_add_bdepend " - test? ( dev-ruby/bundler dev-ruby/mocha )" - -all_ruby_prepare() { - sed -e '/rake/ s/,.*$//' \ - -e '/pry/ s:^:#:' \ - -e 's/git ls-files -z/find . -print0/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - sed -i -e '/pry/ s:^:#:' test/test_helper.rb || die -} - -each_ruby_test() { - ${RUBY} -S bundle exec rake test || die -}