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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B2C4158086 for ; Fri, 26 Nov 2021 08:17:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24D9E2BC05D; Fri, 26 Nov 2021 08:17:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CB442BC05D for ; Fri, 26 Nov 2021 08:17:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DE7B343371 for ; Fri, 26 Nov 2021 08:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC902201 for ; Fri, 26 Nov 2021 08:17:04 +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: <1637914616.ff37993607c507e08b3cb8f9cfaeb20f4c15229d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/systemu/systemu-2.6.5.ebuild X-VCS-Directories: dev-ruby/systemu/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ff37993607c507e08b3cb8f9cfaeb20f4c15229d X-VCS-Branch: master Date: Fri, 26 Nov 2021 08:17:04 +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: 11f76da4-be11-46f7-bd0e-0a164257af52 X-Archives-Hash: 4e099ed9801c4352474d52e8ff47988f commit: ff37993607c507e08b3cb8f9cfaeb20f4c15229d Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 26 08:08:40 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 26 08:16:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff379936 dev-ruby/systemu: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/systemu/systemu-2.6.5.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild deleted file mode 100644 index 019f7f6307b3..000000000000 --- a/dev-ruby/systemu/systemu-2.6.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README" - -inherit ruby-fakegem - -DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID" -HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -all_ruby_install() { - all_fakegem_install - - dodoc -r samples -}