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 F0B0D15808B for ; Fri, 25 Feb 2022 08:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C168E0814; Fri, 25 Feb 2022 08:23:57 +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 272CDE0814 for ; Fri, 25 Feb 2022 08:23:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35525342E52 for ; Fri, 25 Feb 2022 08:23:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 914522EC for ; Fri, 25 Feb 2022 08:23:54 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1645777432.20df82fa75fa7a618f1753291155f30042a70c45.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/empty/Manifest app-misc/empty/empty-0.6.20b.ebuild X-VCS-Directories: app-misc/empty/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 20df82fa75fa7a618f1753291155f30042a70c45 X-VCS-Branch: master Date: Fri, 25 Feb 2022 08:23:54 +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: 458205d8-f5f1-43a8-b73a-c5645628385d X-Archives-Hash: 6e7edb96db99fa5805747a3665542ca7 commit: 20df82fa75fa7a618f1753291155f30042a70c45 Author: Sergey Popov gentoo org> AuthorDate: Fri Feb 25 08:23:45 2022 +0000 Commit: Sergey Popov gentoo org> CommitDate: Fri Feb 25 08:23:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20df82fa app-misc/empty: drop old Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov gentoo.org> app-misc/empty/Manifest | 1 - app-misc/empty/empty-0.6.20b.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/app-misc/empty/Manifest b/app-misc/empty/Manifest index b916d68dfed2..58b70b740b0c 100644 --- a/app-misc/empty/Manifest +++ b/app-misc/empty/Manifest @@ -1,2 +1 @@ -DIST empty-0.6.20b.tgz 16269 BLAKE2B 15a50b2484278cb03b7d91cd5b6a14b9898a3ead3bf2017cc86d9dc8e3a3ec5650b20f57fec6ccdccf780c008841d41205098ea423731c593c1744ca55e5a934 SHA512 bdeda29ecde0bc7ee0432656f0497154e04dbad26aba62a0fe76ded394ddeefe2bfd921594a2dae44459b62ab4767d3b12a7a86216dfda56b6d77035a8b05c3d DIST empty-0.6.21b.tgz 26793 BLAKE2B d7266c03ef1580bf9871c294e54e292ba264ef6b72c4be1db8e408696bc8327891cb7827de68e429b0496165bc7e105c697c76f29267b3f10030bc6b183a4910 SHA512 4aef74a61161e8d6b6b5159adfa5b7f2779798fddfdbc070b15ca3f747081eb2f7984b58b0a0cef4452892712d274580cf33c64ffddaee3f70ac9bacfc2f7e09 diff --git a/app-misc/empty/empty-0.6.20b.ebuild b/app-misc/empty/empty-0.6.20b.ebuild deleted file mode 100644 index 0660d112cd97..000000000000 --- a/app-misc/empty/empty-0.6.20b.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Small shell utility, similar to expect(1)" -HOMEPAGE="http://empty.sourceforge.net" -SRC_URI="mirror://sourceforge/empty/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="" -RDEPEND="virtual/logger" - -src_prepare() { - eapply "${FILESDIR}/${PN}-respect-LDFLAGS.patch" - eapply_user -} - -src_compile() { - emake CC=$(tc-getCC) -} - -src_install() { - dobin empty - doman empty.1 - dodoc README - dodoc -r examples -}