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 47A2313835A for ; Sat, 10 Apr 2021 06:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66CC0E090E; Sat, 10 Apr 2021 06:17:34 +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 4A1E0E0916 for ; Sat, 10 Apr 2021 06:17:34 +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 5EB39340D8C for ; Sat, 10 Apr 2021 06:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92864706 for ; Sat, 10 Apr 2021 06:17:29 +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: <1618035355.e46abdd163a26326ac48624d7ea6125c44a9f4ba.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/astrolabe/Manifest dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild dev-ruby/astrolabe/metadata.xml X-VCS-Directories: dev-ruby/astrolabe/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e46abdd163a26326ac48624d7ea6125c44a9f4ba X-VCS-Branch: master Date: Sat, 10 Apr 2021 06:17:29 +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: fc635144-13b7-4ca7-b0c5-751125886843 X-Archives-Hash: 1162fd40880b049213b01ef0373c8795 commit: e46abdd163a26326ac48624d7ea6125c44a9f4ba Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 10 06:15:55 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 10 06:15:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46abdd1 dev-ruby/astrolabe: remove masked package Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/astrolabe/Manifest | 1 - dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild | 28 ---------------------------- dev-ruby/astrolabe/metadata.xml | 11 ----------- 3 files changed, 40 deletions(-) diff --git a/dev-ruby/astrolabe/Manifest b/dev-ruby/astrolabe/Manifest deleted file mode 100644 index 5e0b0913f00..00000000000 --- a/dev-ruby/astrolabe/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST astrolabe-1.3.1.gem 16384 BLAKE2B 4853c4c9c8fb926c8f58f6c940f22e44e20db7b3b7c853a0ea120657074cb0bfb42b3a22832042fcb27546e2ab3e32c526c93ccd3ea4d43f17c8e0c09fd2fbf8 SHA512 db29d26559e4adb82e4a25a3b7d3df94fcb9847dbd65abdb25abd0181b60af2e0fe0021bb8193c5f94d58e074da06de3d1f7170cb341ac675e3c3ab39ba95bef diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild deleted file mode 100644 index 09912a68a21..00000000000 --- a/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="yard" -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="An object-oriented AST extension for Parser" -HOMEPAGE="https://github.com/yujinakayama/astrolabe" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/parser-2.2.0_pre3" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" Rakefile || die - # Fix Specs until RSpec3 is available - sed -i -e "/mocks.verify_partial_doubles/ s/^/#/" spec/spec_helper.rb || die - sed -i -e "s/is_expected.to/should/" spec/astrolabe/node_spec.rb || die -} diff --git a/dev-ruby/astrolabe/metadata.xml b/dev-ruby/astrolabe/metadata.xml deleted file mode 100644 index ca98a067c34..00000000000 --- a/dev-ruby/astrolabe/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - yujinakayama/astrolabe - -