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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41CD113835A for ; Mon, 1 Jun 2020 04:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13834E0876; Mon, 1 Jun 2020 04:48:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2C31E0876 for ; Mon, 1 Jun 2020 04:47:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 155A834F011 for ; Mon, 1 Jun 2020 04:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A136426A for ; Mon, 1 Jun 2020 04:47:55 +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: <1590986805.9ac975e21391738bfb4b591b350b2d3757bd3fbf.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.ebuild X-VCS-Directories: dev-ruby/sassc-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9ac975e21391738bfb4b591b350b2d3757bd3fbf X-VCS-Branch: master Date: Mon, 1 Jun 2020 04:47:55 +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: 5344f86c-1b73-4c6d-aabc-850590f44f67 X-Archives-Hash: 3e525a2608717732a0fb6ed44295c4bb commit: 9ac975e21391738bfb4b591b350b2d3757bd3fbf Author: Hans de Graaff gentoo org> AuthorDate: Sun May 31 16:42:05 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jun 1 04:46:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac975e2 dev-ruby/sassc-rails: cleanup Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sassc-rails/sassc-rails-2.1.2.ebuild | 40 --------------------------- 1 file changed, 40 deletions(-) diff --git a/dev-ruby/sassc-rails/sassc-rails-2.1.2.ebuild b/dev-ruby/sassc-rails/sassc-rails-2.1.2.ebuild deleted file mode 100644 index ca9443f56d9..00000000000 --- a/dev-ruby/sassc-rails/sassc-rails-2.1.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26" - -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 -i -e '/rake/ s/,.*$//' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -each_ruby_test() { - ${RUBY} -S bundle exec rake test || die -}