From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-992728-garchives=archives.gentoo.org@lists.gentoo.org> 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 AD1C1139083 for <garchives@archives.gentoo.org>; Mon, 25 Dec 2017 07:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E92ACE0E61; Mon, 25 Dec 2017 07:05:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BA7A9E0E61 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 07:05: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5500533FE2A for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 07:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A9D0AE93 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 07:05:25 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1514185388.c8adf64b00cfab59dbf4a78e9b5cbf586dd35b8d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/highline/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/highline/Manifest dev-ruby/highline/highline-1.7.6.ebuild X-VCS-Directories: dev-ruby/highline/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c8adf64b00cfab59dbf4a78e9b5cbf586dd35b8d X-VCS-Branch: master Date: Mon, 25 Dec 2017 07:05:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 114041c9-eb07-4d62-a00b-38f201f3ccdd X-Archives-Hash: 7d024891129f4ac2aa1d533bdd249cae commit: c8adf64b00cfab59dbf4a78e9b5cbf586dd35b8d Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 25 07:03:08 2017 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Dec 25 07:03:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8adf64b dev-ruby/highline: cleanup Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/highline/Manifest | 1 - dev-ruby/highline/highline-1.7.6.ebuild | 39 --------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-ruby/highline/Manifest b/dev-ruby/highline/Manifest index dfdb791352b..77246622fa0 100644 --- a/dev-ruby/highline/Manifest +++ b/dev-ruby/highline/Manifest @@ -1,2 +1 @@ -DIST highline-1.7.6.gem 224256 BLAKE2B d7ba7c2b850bef3741f5bf7337bec7a3cc7693ce0b8af86028b636e6f860800969a057450950b84552ed2e7f89dbf2c32fb7ee1bb42a51000bdc365acda7ab10 SHA512 0ecf743d92227c17d19649afd909ed90e27f159aa54dd3ccfa7591dc4a95e17aebd5082f9a89c5c663a7db53a8cf9a90bb28ee4b6987254edb34c1e494b4ac20 DIST highline-1.7.8.gem 224768 BLAKE2B 683fa70e3ea4bf697ab5a1cd40da2528e2586f8fe12fb0ffb799938f2bfa2efe64fe1424c0ee1f90ae3df69f86a92f44eebcbb2ab34f18b3c4cdbb143e596067 SHA512 85f57ab732009cc961b824e252f0b65bbe7c0a8c97849d453773a331016b2ea8fa0efe393bc1a0073eae6d3cf523d97b9434cd73bdceed55bc069be0b6f4b41d diff --git a/dev-ruby/highline/highline-1.7.6.ebuild b/dev-ruby/highline/highline-1.7.6.ebuild deleted file mode 100644 index 534512a3c6f..00000000000 --- a/dev-ruby/highline/highline-1.7.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_EXTRADOC="Changelog.md README.rdoc TODO" -RUBY_FAKEGEM_DOCDIR="doc/html" - -inherit ruby-fakegem - -DESCRIPTION="Highline is a high-level command-line IO library for ruby" -HOMEPAGE="https://github.com/JEG2/highline" - -IUSE="" -LICENSE="|| ( GPL-2 Ruby )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" - -all_ruby_prepare() { - # fix up gemspec file not to call git - sed -i -e '/git ls-files/d' highline.gemspec || die - - # Avoid unneeded dependencies - sed -i -e '/\(bundler\|code_statistics\)/ s:^:#:' \ - -e '/PackageTask/,/end/ s:^:#:' Rakefile || die - - # Avoid tests that require a real console because we can't provide - # that when running tests through portage. These should pass when - # run in a console. We should probably narrow this down more to the - # specific tests. - rm test/tc_highline.rb || die - - sed -i -e '/test_question_options/,/^ end/ s:^:#:' \ - -e '/test_paged_print_infinite_loop_bug/,/^ end/ s:^:#:' \ - -e '/test_cancel_paging/,/^ end/ s:^:#:' \ - test/tc_menu.rb || die -}