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 61B91158086 for ; Mon, 25 Oct 2021 06:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEAB7E0845; Mon, 25 Oct 2021 06:10:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A64F7E0845 for ; Mon, 25 Oct 2021 06:10:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F1E5343116 for ; Mon, 25 Oct 2021 06:10:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16B2D8F for ; Mon, 25 Oct 2021 06:10:21 +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: <1635142217.65a89c08320467d4c600e6116f8d08dddfd308b9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-termios/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-termios/Manifest dev-ruby/ruby-termios/ruby-termios-1.0.2-r1.ebuild X-VCS-Directories: dev-ruby/ruby-termios/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 65a89c08320467d4c600e6116f8d08dddfd308b9 X-VCS-Branch: master Date: Mon, 25 Oct 2021 06:10:21 +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: c62ae091-e0d8-42b9-ba27-9aab8765a9f2 X-Archives-Hash: f0b0979a0091dae3f0b79c8558bf79cc commit: 65a89c08320467d4c600e6116f8d08dddfd308b9 Author: Hans de Graaff gentoo org> AuthorDate: Mon Oct 25 06:09:28 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Oct 25 06:10:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a89c08 dev-ruby/ruby-termios: cleanup Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ruby-termios/Manifest | 1 - dev-ruby/ruby-termios/ruby-termios-1.0.2-r1.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/dev-ruby/ruby-termios/Manifest b/dev-ruby/ruby-termios/Manifest index 33d1df0e369..129763df714 100644 --- a/dev-ruby/ruby-termios/Manifest +++ b/dev-ruby/ruby-termios/Manifest @@ -1,2 +1 @@ -DIST ruby-termios-1.0.2.gem 17408 BLAKE2B f85877dc3c9beb5c8d20e044ef7dfde6a12d540157228c1fdff365f3b662f8c84b9e7460ede985f0d402ec76a1d248fa41d336ac7bd9333222543c6d01748c83 SHA512 e32e899e917eb04e382a02484accf9fea0369de8c1942b445e48e71e9c836305e2d54221c9a044d27ede44a7d5c14f976a8ffda79f79f71b5a121474e759f45d DIST ruby-termios-1.1.0.gem 17408 BLAKE2B df85f46693c17ca05736fecb2dcbddafc3831ae04cdb56e13782242e4161d04e6c095d04927eebe1959843d6f6da95f0433309018a7cee2bd42407560c2c99f9 SHA512 dc98e6d7e304fa76b4139dd88f8c6955e6f4e09ca48d5611813fac941564c93165945c24dc0d7f7f84d7cd959512d006d73f042b57fcb1dde2743ffbb3cc9b41 diff --git a/dev-ruby/ruby-termios/ruby-termios-1.0.2-r1.ebuild b/dev-ruby/ruby-termios/ruby-termios-1.0.2-r1.ebuild deleted file mode 100644 index fb619d33b6c..00000000000 --- a/dev-ruby/ruby-termios/ruby-termios-1.0.2-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md termios.rd" - -# There are no tests in the gem, and the upstream tests only work -# with a normal TTY, bug 340575. -RUBY_FAKEGEM_RECIPE_TEST="none" - -RUBY_FAKEGEM_BINWRAP="" - -inherit multilib ruby-fakegem - -DESCRIPTION="A Ruby interface to termios" -HOMEPAGE="http://arika.org/ruby/termios" -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ~ppc x86" -IUSE="" - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die -} - -each_ruby_compile() { - emake -Cext V=1 - cp ext/termios$(get_modname) lib/ || die -}