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 F37661382C5 for ; Sat, 24 Feb 2018 08:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A6C7E0876; Sat, 24 Feb 2018 08:50:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D8D4AE0878 for ; Sat, 24 Feb 2018 08:50:14 +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 8D845335C43 for ; Sat, 24 Feb 2018 08:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C5C8248 for ; Sat, 24 Feb 2018 08:50:00 +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: <1519462127.a5e25f8c15c90c4b15a09eafc2fe80d626d235a3.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/camping/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/camping/Manifest dev-ruby/camping/camping-2.1.532.ebuild dev-ruby/camping/metadata.xml X-VCS-Directories: dev-ruby/camping/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: a5e25f8c15c90c4b15a09eafc2fe80d626d235a3 X-VCS-Branch: master Date: Sat, 24 Feb 2018 08:50:00 +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-Archives-Salt: 3790fbb7-8ef5-4ebd-8643-ea0ac2548da0 X-Archives-Hash: 8a020fed0e99305e9ed39d3619693b49 commit: a5e25f8c15c90c4b15a09eafc2fe80d626d235a3 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 24 08:44:19 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 24 08:48:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e25f8c dev-ruby/camping: remove masked package dev-ruby/camping/Manifest | 1 - dev-ruby/camping/camping-2.1.532.ebuild | 32 -------------------------------- dev-ruby/camping/metadata.xml | 8 -------- 3 files changed, 41 deletions(-) diff --git a/dev-ruby/camping/Manifest b/dev-ruby/camping/Manifest deleted file mode 100644 index 15cd2909df3..00000000000 --- a/dev-ruby/camping/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST camping-2.1.532.gem 375808 BLAKE2B 332e3a3111fc0fa812ef976769ddfaa0b6ab1fa0fcf55fde12cf0bba28913a9f94c0f55f33fdd855262436fbb7f1753245fdfd07a371bf5ec6581203b022c760 SHA512 0a061ed886b7bb86bfe0906e8a7950b96d2c8360bde3c0545b52d41b3012b1c3975a056449f1919c8ba454ee6457738bfc9f815da8ce764e79ef3cf9981e9408 diff --git a/dev-ruby/camping/camping-2.1.532.ebuild b/dev-ruby/camping/camping-2.1.532.ebuild deleted file mode 100644 index d3557862b96..00000000000 --- a/dev-ruby/camping/camping-2.1.532.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" - -inherit ruby-fakegem - -DESCRIPTION="A small web framework modeled after Ruby on Rails" -HOMEPAGE="https://wiki.github.com/camping/camping" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/rack-test >=dev-ruby/minitest-4:0 dev-ruby/tilt:0 )" - -ruby_add_rdepend " - >=dev-ruby/mab-0.0.3 - >=dev-ruby/rack-1.0:*" - -all_ruby_prepare() { - sed -i -e '1igem "minitest", "~> 4.0"; gem "tilt", "~>1.0"' test/test_helper.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test:. -e 'Dir["test/app_*.rb"].each{|f| require f}' || die -} diff --git a/dev-ruby/camping/metadata.xml b/dev-ruby/camping/metadata.xml deleted file mode 100644 index 3df5c34efc9..00000000000 --- a/dev-ruby/camping/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - -