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 C868F138359 for ; Sat, 1 Aug 2020 09:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B694AE0AE1; Sat, 1 Aug 2020 09:05:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 95844E0AE1 for ; Sat, 1 Aug 2020 09:05: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 AB17134F14B for ; Sat, 1 Aug 2020 09:05:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 462E1308 for ; Sat, 1 Aug 2020 09:05: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: <1596272605.bd9400a0bce2caed85687e423253dca1b53c559e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/optimist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/optimist/Manifest dev-ruby/optimist/optimist-3.0.0.ebuild X-VCS-Directories: dev-ruby/optimist/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: bd9400a0bce2caed85687e423253dca1b53c559e X-VCS-Branch: master Date: Sat, 1 Aug 2020 09:05: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f03d1e8-f290-44cd-a49d-f914b1b183c1 X-Archives-Hash: f3cb23464caf3ae249a876f87d6c50b8 commit: bd9400a0bce2caed85687e423253dca1b53c559e Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 1 08:23:49 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 1 09:03:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9400a0 dev-ruby/optimist: cleanup Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/optimist/Manifest | 1 - dev-ruby/optimist/optimist-3.0.0.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-ruby/optimist/Manifest b/dev-ruby/optimist/Manifest index 66a9165897a..78d2eb57965 100644 --- a/dev-ruby/optimist/Manifest +++ b/dev-ruby/optimist/Manifest @@ -1,2 +1 @@ -DIST optimist-3.0.0.gem 29696 BLAKE2B d078a21fc95d64827e3f9a4539339ba3e3ba9f9649cb70d4e5a830f2523b02c4bb6aa1dca159a913d852aa2a320002beb6276d920ae1804bf65c9cf1535fc341 SHA512 1fcdc4dd01fb26d5b1d181913ad28314df05e60277bcf73b98e04a7463430a6c73396fb729e3cf34bc89e2eb8387d4d3294e93fcd530129a7bcd7efdcef5223f DIST optimist-3.0.1.gem 30208 BLAKE2B 66778029b9e2ac2eb38beaab5cb73a4fe58b123c401fdfc00d924073a6dd97dca05bbf8ab3a88e47ca5f94ed920a583196d901c6a2a4962e93c8a2ef905173ba SHA512 209fbb355a7ba75208cef314ccaa188955463551d1c914f10409cac189375b5be40fbcdf0d88a5ce825c527bca7138528fafd6f37cf73f5e68f3b453f3ef8485 diff --git a/dev-ruby/optimist/optimist-3.0.0.ebuild b/dev-ruby/optimist/optimist-3.0.0.ebuild deleted file mode 100644 index ee9ce245c62..00000000000 --- a/dev-ruby/optimist/optimist-3.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.md" - -inherit ruby-fakegem - -DESCRIPTION="A commandline option parser for Ruby that just gets out of your way." -HOMEPAGE="https://manageiq.github.io/optimist/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="3" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/chronic )" - -all_ruby_prepare() { - sed -i -e '/bundle/ s:^:#:' Rakefile || die -} - -each_ruby_test() { - MUTANT=true ${RUBY} -S rake test || die "Tests failed." -}