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 B9865138331 for ; Mon, 5 Mar 2018 06:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C931AE0924; Mon, 5 Mar 2018 06:28:09 +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 A8A82E0924 for ; Mon, 5 Mar 2018 06:28: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 6DDE9335C34 for ; Mon, 5 Mar 2018 06:28:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BD24240 for ; Mon, 5 Mar 2018 06:28: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: <1520231180.75bc9c05af9148f173b97e2894559f885bbbdc1b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/warden/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/warden/Manifest dev-ruby/warden/warden-1.2.6.ebuild X-VCS-Directories: dev-ruby/warden/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 75bc9c05af9148f173b97e2894559f885bbbdc1b X-VCS-Branch: master Date: Mon, 5 Mar 2018 06:28: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-Archives-Salt: d4fac972-0443-43db-8661-3385f122e408 X-Archives-Hash: d7c1b9aea7bb7d3c76ae06b682c298ea commit: 75bc9c05af9148f173b97e2894559f885bbbdc1b Author: Hans de Graaff gentoo org> AuthorDate: Mon Mar 5 06:07:50 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 5 06:26:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bc9c05 dev-ruby/warden: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/warden/Manifest | 1 - dev-ruby/warden/warden-1.2.6.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-ruby/warden/Manifest b/dev-ruby/warden/Manifest index 931d448202c..1dd25284ad3 100644 --- a/dev-ruby/warden/Manifest +++ b/dev-ruby/warden/Manifest @@ -1,2 +1 @@ -DIST warden-1.2.6.gem 32256 BLAKE2B cad24360b2cec74021d456d151f196929b0d8854703c32e3132a6c2f3433898ec0851222ff32a746496ec366f8615bcfdbff1d6e5b361f7a79afdc10eda031e5 SHA512 dc2ad118faa90f812eb615fe9c41e1edb1564812f7bf6a7759a782825757c899082956ba318956bfc745c23eeefe41dcddfa9f605ef76bd12ec264f8b85f38d3 DIST warden-1.2.7.gem 32256 BLAKE2B 258f8c83792fd5464c2bec957335ded49922fbe75ef3e2f6869a147b38b89be83b4601c8cef7e3008cb1495bdf9a6eb4d798974eff0565f48b05937b9c4fca3a SHA512 f02f695586c26c42b1bbd621e54dad04a42e8bfb4bfacc4f90f67ef2fb0c8593a3c32dc1545ee6483ab0df094cae6e6a5c614718b65a13103f83af13407c5336 diff --git a/dev-ruby/warden/warden-1.2.6.ebuild b/dev-ruby/warden/warden-1.2.6.ebuild deleted file mode 100644 index 836d2ce8595..00000000000 --- a/dev-ruby/warden/warden-1.2.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_EXTRADOC="README.textile History.rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -DESCRIPTION="General Rack Authentication Framework" -HOMEPAGE="https://github.com/hassox/warden" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="" - -ruby_add_rdepend "dev-ruby/rack:*"