From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 62BEE59CA5 for ; Thu, 24 Mar 2016 06:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 999B421C026; Thu, 24 Mar 2016 06:17:28 +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 447A121C001 for ; Thu, 24 Mar 2016 06:17:27 +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 BA5B8340CCB for ; Thu, 24 Mar 2016 06:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DADA3874 for ; Thu, 24 Mar 2016 06:17:20 +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: <1458800192.6eb48a331de82807fb9025fec89c5870a138bb15.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/naught/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/naught/Manifest dev-ruby/naught/naught-1.0.0.ebuild X-VCS-Directories: dev-ruby/naught/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6eb48a331de82807fb9025fec89c5870a138bb15 X-VCS-Branch: master Date: Thu, 24 Mar 2016 06:17:20 +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: 0dd25fc5-46a5-4db9-9268-509f318fa2b0 X-Archives-Hash: f3e51b793dafb5483bae62c5ed7e5fcf commit: 6eb48a331de82807fb9025fec89c5870a138bb15 Author: Hans de Graaff gentoo org> AuthorDate: Wed Mar 23 16:32:28 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Mar 24 06:16:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb48a33 dev-ruby/naught: cleanup Package-Manager: portage-2.2.26 dev-ruby/naught/Manifest | 1 - dev-ruby/naught/naught-1.0.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-ruby/naught/Manifest b/dev-ruby/naught/Manifest index 13495b1..440a869 100644 --- a/dev-ruby/naught/Manifest +++ b/dev-ruby/naught/Manifest @@ -1,2 +1 @@ -DIST naught-1.0.0.gem 18432 SHA256 edc710f133e8455deb413ffc5f0ca9da586f04a2b716cfbf65d324360c84a612 SHA512 2a68358a50548d0d1dcc85a93246fb79e95ca4aef99376f80d7ae46ff6262d4adc764da3e8eb8df2d5410091fabf1e641f47781e7c30fd3dac58acf0e35f4626 WHIRLPOOL 71d40cb2b7748991d29dc162e9173b5c26f28e95da84308677258b4d688e9e8729e46b9e2aa9efa3246841beb8ce48d7a389b4cc4413134c026cde2534592d4d DIST naught-1.1.0.gem 19456 SHA256 4f4f6b44e52237ffca56977ccee1cafa93e95434062974e9b580adf7cbe892f3 SHA512 0a25825df0234f15a53dc7a8dff546846c605fde9b1e3ce0b3e88f6e1753117bd48586b450dcd08c45a0d4877a04ac19feb98fd70d929f9da3ccba8478e46a57 WHIRLPOOL 51ae9c413a514877ab028f5b7bc30ab5f108b168c180e09a7d9ae5a815beec1ce5136610f7ef5996e1f11e73e695c714c547065fa7acd75b3994a38c4b6cf1ca diff --git a/dev-ruby/naught/naught-1.0.0.ebuild b/dev-ruby/naught/naught-1.0.0.ebuild deleted file mode 100644 index 6f00286..0000000 --- a/dev-ruby/naught/naught-1.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="Changelog.md README.markdown" - -inherit ruby-fakegem - -DESCRIPTION="A toolkit for building Null Objects in Ruby" -HOMEPAGE="https://github.com/avdi/naught" - -LICENSE="MIT" -SLOT="5" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/^if/,/^end/ s:^:#:' spec/spec_helper.rb || die -}