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 E7BA415800F for ; Sat, 21 Jan 2023 08:45:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE04E092D; Sat, 21 Jan 2023 08:45:00 +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 70EAAE092D for ; Sat, 21 Jan 2023 08:45: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FA79340DB5 for ; Sat, 21 Jan 2023 08:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C22882 for ; Sat, 21 Jan 2023 08:44:58 +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: <1674290694.1f024c1230bd771f25f5e253ff6670c59c45f053.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sass/sass-3.7.4.ebuild X-VCS-Directories: dev-ruby/sass/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1f024c1230bd771f25f5e253ff6670c59c45f053 X-VCS-Branch: master Date: Sat, 21 Jan 2023 08:44:58 +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: e555c15c-a8c7-4189-8824-eaa4d2aabd54 X-Archives-Hash: 91145fb673ce8fa244565b4eba7656c2 commit: 1f024c1230bd771f25f5e253ff6670c59c45f053 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jan 21 08:18:27 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jan 21 08:44:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f024c12 dev-ruby/sass: drop 3.7.4 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sass/sass-3.7.4.ebuild | 46 ----------------------------------------- 1 file changed, 46 deletions(-) diff --git a/dev-ruby/sass/sass-3.7.4.ebuild b/dev-ruby/sass/sass-3.7.4.ebuild deleted file mode 100644 index b85929e78bf3..000000000000 --- a/dev-ruby/sass/sass-3.7.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_NAME" - -inherit ruby-fakegem eapi7-ver - -DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, and more" -HOMEPAGE="https://sass-lang.com/" -SRC_URI="https://github.com/sass/ruby-sass/archive/${PV}.tar.gz -> ${P}.tar.gz" -RUBY_S="ruby-sass-${PV}" - -LICENSE="MIT" - -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~amd64-linux" -SLOT="$(ver_cut 1-2)" -IUSE="" - -ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )" - -ruby_add_rdepend " - !!