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 EB3D51382C5 for ; Sat, 10 Apr 2021 06:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FE07E0903; Sat, 10 Apr 2021 06:17:33 +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 7405AE0903 for ; Sat, 10 Apr 2021 06:17:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2011D340D6E for ; Sat, 10 Apr 2021 06:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECDE664C for ; Sat, 10 Apr 2021 06:17:28 +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: <1618034822.fe275d7c48c6b74816fbc940b7ed63ec3506b18c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/parslet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/parslet/Manifest dev-ruby/parslet/metadata.xml dev-ruby/parslet/parslet-1.8.2.ebuild X-VCS-Directories: dev-ruby/parslet/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fe275d7c48c6b74816fbc940b7ed63ec3506b18c X-VCS-Branch: master Date: Sat, 10 Apr 2021 06:17:28 +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: 526a2a78-efad-42df-af0a-71e12236d67f X-Archives-Hash: 5a69c537875dbcdc7d6a84d7fb5d68ed commit: fe275d7c48c6b74816fbc940b7ed63ec3506b18c Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 10 06:07:02 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 10 06:07:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe275d7c dev-ruby/parslet: remove masked package Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/parslet/Manifest | 1 - dev-ruby/parslet/metadata.xml | 11 ----------- dev-ruby/parslet/parslet-1.8.2.ebuild | 27 --------------------------- 3 files changed, 39 deletions(-) diff --git a/dev-ruby/parslet/Manifest b/dev-ruby/parslet/Manifest deleted file mode 100644 index 667d4ebcc33..00000000000 --- a/dev-ruby/parslet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST parslet-1.8.2.tar.gz 244557 BLAKE2B efd5355672a148189176349946e7cf3b9f11d16e75739792b42a89d538ae100bf0f2e36d0b25ea281f2559b3f37d2b4043c8216c4d52f8df289e9df3f6b3d3fe SHA512 7b6ccfcb7651c7844241a99747a97c822facf1fd84cf2b680cb044623d600a5bd10ddf5db76ab25208b18949bc2041306740931da4327934b241a5b1f706ca20 diff --git a/dev-ruby/parslet/metadata.xml b/dev-ruby/parslet/metadata.xml deleted file mode 100644 index 1d1c657088a..00000000000 --- a/dev-ruby/parslet/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - kschiess/parslet - - diff --git a/dev-ruby/parslet/parslet-1.8.2.ebuild b/dev-ruby/parslet/parslet-1.8.2.ebuild deleted file mode 100644 index 589b70c4941..00000000000 --- a/dev-ruby/parslet/parslet-1.8.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="A small PEG based parser library" -HOMEPAGE="https://github.com/kschiess/parslet" -SRC_URI="https://github.com/kschiess/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -IUSE="" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -ruby_add_bdepend "test? ( dev-ruby/ae dev-ruby/ansi dev-ruby/flexmock )" - -all_ruby_prepare() { - sed -i -e "/sdoc/d" Rakefile || die -}