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 8D2DF138336 for ; Mon, 18 Jun 2018 05:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3923E08E2; Mon, 18 Jun 2018 05:18:18 +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 AB90EE08E2 for ; Mon, 18 Jun 2018 05:18:18 +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 37D84335C92 for ; Mon, 18 Jun 2018 05:18:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3D782E4 for ; Mon, 18 Jun 2018 05:18:15 +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: <1529299084.e232259ef9e054a1c5a94bdbcfb2f72bbd8e7e95.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.0-r1.ebuild X-VCS-Directories: dev-ruby/ruby-termios/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e232259ef9e054a1c5a94bdbcfb2f72bbd8e7e95 X-VCS-Branch: master Date: Mon, 18 Jun 2018 05:18:15 +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: ab665a92-cdae-4b32-8337-8105b8e7fdd0 X-Archives-Hash: 6fe15da7c1183150ebeb19a7206e4085 commit: e232259ef9e054a1c5a94bdbcfb2f72bbd8e7e95 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jun 18 05:18:04 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jun 18 05:18:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e232259e dev-ruby/ruby-termios: cleanup Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/ruby-termios/Manifest | 1 - dev-ruby/ruby-termios/ruby-termios-1.0.0-r1.ebuild | 45 ---------------------- 2 files changed, 46 deletions(-) diff --git a/dev-ruby/ruby-termios/Manifest b/dev-ruby/ruby-termios/Manifest index 8133f3b8b8c..6058dd68ca0 100644 --- a/dev-ruby/ruby-termios/Manifest +++ b/dev-ruby/ruby-termios/Manifest @@ -1,2 +1 @@ -DIST ruby-termios-1.0.0.tar.gz 14738 BLAKE2B 61beda48d956a3fb9aa9aad118d1a28576b420e37528c5bf3d8516e0112fd0b648ec2987c8b47048feb50c694ecba6ad0ac27711ea1216b481dffa759b291eda SHA512 16d71a8cf84391da2dc8b138ff381751f5a72d61ce37d2215960d389285dee14862b50cf770d4648b298df093a85005df460ba951c5d7e6fb38e69d8d686599a DIST ruby-termios-1.0.2.gem 17408 BLAKE2B f85877dc3c9beb5c8d20e044ef7dfde6a12d540157228c1fdff365f3b662f8c84b9e7460ede985f0d402ec76a1d248fa41d336ac7bd9333222543c6d01748c83 SHA512 e32e899e917eb04e382a02484accf9fea0369de8c1942b445e48e71e9c836305e2d54221c9a044d27ede44a7d5c14f976a8ffda79f79f71b5a121474e759f45d diff --git a/dev-ruby/ruby-termios/ruby-termios-1.0.0-r1.ebuild b/dev-ruby/ruby-termios/ruby-termios-1.0.0-r1.ebuild deleted file mode 100644 index a3874691794..00000000000 --- a/dev-ruby/ruby-termios/ruby-termios-1.0.0-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -inherit multilib ruby-ng - -DESCRIPTION="A Ruby interface to termios" -HOMEPAGE="http://arika.org/ruby/termios" -SRC_URI="https://github.com/arika/ruby-termios/archive/version_${PV//./_}.tar.gz -> ${P}.tar.gz" -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ~ppc x86 ~x86-macos" -IUSE="" - -RUBY_S="${PN}-version_${PV//./_}" - -# Tests require a normal TTY, bug 340575. They should all pass when run -# manually. -RESTRICT=test - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die -} - -each_ruby_compile() { - emake -Cext V=1 - cp ext/termios$(get_modname) lib/ || die -} - -each_ruby_test() { - ${RUBY} -Ilib test/test0.rb || die "tests failed" -} - -each_ruby_install() { - emake V=1 -Cext DESTDIR="${D}" install -} - -all_ruby_install() { - dodoc ChangeLog README termios.rd - - insinto /usr/share/doc/${PF}/examples - doins examples/* -}