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 076F2138333 for ; Fri, 16 Sep 2016 06:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52637E0A6C; Fri, 16 Sep 2016 06:47:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 044F5E0879 for ; Fri, 16 Sep 2016 06:47: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE017340B0B for ; Fri, 16 Sep 2016 06:47:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E00002481 for ; Fri, 16 Sep 2016 06:47:11 +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: <1474008263.4e111b7f2d6d25e6fe2d461cd74bd04cfa15ff69.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubyntlm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rubyntlm/Manifest dev-ruby/rubyntlm/rubyntlm-0.5.3.ebuild X-VCS-Directories: dev-ruby/rubyntlm/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4e111b7f2d6d25e6fe2d461cd74bd04cfa15ff69 X-VCS-Branch: master Date: Fri, 16 Sep 2016 06:47:11 +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: 5ad95b71-c596-4168-9781-6922c3cae2d2 X-Archives-Hash: 9a05676ad109a05b7300adfe8debb4cd commit: 4e111b7f2d6d25e6fe2d461cd74bd04cfa15ff69 Author: Hans de Graaff gentoo org> AuthorDate: Fri Sep 16 04:54:43 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Sep 16 06:44:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e111b7f dev-ruby/rubyntlm: cleanup Package-Manager: portage-2.2.28 dev-ruby/rubyntlm/Manifest | 1 - dev-ruby/rubyntlm/rubyntlm-0.5.3.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-ruby/rubyntlm/Manifest b/dev-ruby/rubyntlm/Manifest index 53aeb86..b693627 100644 --- a/dev-ruby/rubyntlm/Manifest +++ b/dev-ruby/rubyntlm/Manifest @@ -1,2 +1 @@ -DIST rubyntlm-0.5.3.gem 27648 SHA256 67b102621103d59f80553c5f9924c7def90ae3c98b404495dd3411d557d1bb48 SHA512 d7a86bc3e66aed77285e0a065c13e1a4211a7148d90e4f14da308c49dc080bab000cd77d1ae89149f5ccccb671f111ac65ead1363e08944b6aff54e35b096f0a WHIRLPOOL d396cc6307b0118dda9034b4801275f7bb348daa56f309c6e4f2636564f1903d9a11375b338a3f9299295404a2f70f25063bdc023137611e7a5795c3e2f05a09 DIST rubyntlm-0.6.0.gem 31232 SHA256 f7e9b5054106fdbe9117719282f99177c95bea57d9ff76b1799e551028656102 SHA512 522142632d9f979b26b29017dcbc39dcc6caa75b235bcc89bf83e04db68e550a38f3c967c36acf61e910b4a2748089d0ccdd184754a8fe6f33e8494ef6b4f3bd WHIRLPOOL 95341aaafc27c93ef51b36da28cf540ce474b7bd9f4f9a66ec59c8faf82ee3f6edd62e1bfddab6c24156bc0233dcb38697d8b59e7b25b0c851ff70556891542e diff --git a/dev-ruby/rubyntlm/rubyntlm-0.5.3.ebuild b/dev-ruby/rubyntlm/rubyntlm-0.5.3.ebuild deleted file mode 100644 index 97f93d8..00000000 --- a/dev-ruby/rubyntlm/rubyntlm-0.5.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Ruby/NTLM provides message creator and parser for the NTLM authentication." -HOMEPAGE="https://github.com/winrb/rubyntlm" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die -}