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 79AA413933E for ; Tue, 6 Jul 2021 06:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05378E0984; Tue, 6 Jul 2021 06:27:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BBFEBE097D for ; Tue, 6 Jul 2021 06:27:09 +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 D52EA342B23 for ; Tue, 6 Jul 2021 06:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 642CA7C7 for ; Tue, 6 Jul 2021 06:27:06 +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: <1625552820.413a6eca6db7ecbc4d279fb3a6e7b37809c4c610.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/haml-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/haml-rails/Manifest dev-ruby/haml-rails/haml-rails-2.0.0.ebuild X-VCS-Directories: dev-ruby/haml-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 413a6eca6db7ecbc4d279fb3a6e7b37809c4c610 X-VCS-Branch: master Date: Tue, 6 Jul 2021 06:27:06 +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: 0515ea05-5d77-492e-8d2f-56ea267c1b9e X-Archives-Hash: c0b6847bbab6eabdea5071063e83eb31 commit: 413a6eca6db7ecbc4d279fb3a6e7b37809c4c610 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 5 13:39:44 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 6 06:27:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413a6eca dev-ruby/haml-rails: cleanup Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/haml-rails/Manifest | 1 - dev-ruby/haml-rails/haml-rails-2.0.0.ebuild | 30 ----------------------------- 2 files changed, 31 deletions(-) diff --git a/dev-ruby/haml-rails/Manifest b/dev-ruby/haml-rails/Manifest index 1c582fbd0ce..65e7e23658d 100644 --- a/dev-ruby/haml-rails/Manifest +++ b/dev-ruby/haml-rails/Manifest @@ -1,2 +1 @@ -DIST haml-rails-2.0.0.gem 13824 BLAKE2B 4d885be047f972cea11d3c7d0a9e56d557763d5bf3e95e7cefab33a4422ad114f6351db3226cd1d7645082d70f03a9ecbf86d6ef089ac0ab8836b74736d7ecc8 SHA512 47c5adfeb7b24ccf83ada7c2b453696f3544bc2ed4e7de3ae8ab52a64f6b5f3a3cef36f3144600c47b2f647ec42fd40d32651c7cd1b90184b767f81ec33ac855 DIST haml-rails-2.0.1.gem 13824 BLAKE2B 24fded0f576d92083a10737954e1a32eb8e5f6a8db11fabc55ac0de3b17377419606d44f5b2e202e0733d9f538166172a6b5f7e08ee7efd71ddf7d3e7f6c9107 SHA512 7ccf9d618ca7b7c1681a063c51cf9dae9ce5e245479e3e7ba87a170ee1ba3eb35ff59061195928792f19f7e33a12ae7de3d5a36d35958e2a1761a12dc51b26d0 diff --git a/dev-ruby/haml-rails/haml-rails-2.0.0.ebuild b/dev-ruby/haml-rails/haml-rails-2.0.0.ebuild deleted file mode 100644 index 3cf22ec4b4a..00000000000 --- a/dev-ruby/haml-rails/haml-rails-2.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_RECIPE_DOC="yard" - -inherit ruby-fakegem - -DESCRIPTION="Provides Haml generators for Rails 4" -HOMEPAGE="https://github.com/indirect/haml-rails" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/actionpack-5.1:* - >=dev-ruby/activesupport-5.1:* - >=dev-ruby/railties-5.1:* - >=dev-ruby/haml-4.0.6:* =dev-ruby/html2haml-1.0.1" - -ruby_add_bdepend "test? ( >=dev-ruby/rails-5.1 )" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" Rakefile || die -}