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 E0D1415808B for ; Thu, 3 Mar 2022 15:21:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25D0CE0874; Thu, 3 Mar 2022 15:21:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 087F6E0874 for ; Thu, 3 Mar 2022 15:21:24 +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 5B01634311B for ; Thu, 3 Mar 2022 15:21:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0B302FD for ; Thu, 3 Mar 2022 15:21:20 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1646320840.dc6d58917169c3aa6123c0821ab877a81ef1fc93.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dtach/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dtach/dtach-0.9.ebuild X-VCS-Directories: app-misc/dtach/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: dc6d58917169c3aa6123c0821ab877a81ef1fc93 X-VCS-Branch: master Date: Thu, 3 Mar 2022 15:21:20 +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: 79b9de2b-c264-4923-b633-ecfe8082c34f X-Archives-Hash: db51b3b111007ee8c88ab79e44c713e3 commit: dc6d58917169c3aa6123c0821ab877a81ef1fc93 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Mar 3 15:20:40 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Mar 3 15:20:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6d5891 app-misc/dtach: drop 0.9 Signed-off-by: Conrad Kostecki gentoo.org> app-misc/dtach/dtach-0.9.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/app-misc/dtach/dtach-0.9.ebuild b/app-misc/dtach/dtach-0.9.ebuild deleted file mode 100644 index a5471206a3af..000000000000 --- a/app-misc/dtach/dtach-0.9.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Emulates the detach feature of screen" -HOMEPAGE="http://dtach.sourceforge.net/ https://github.com/crigler/dtach" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" -IUSE="" - -src_install() { - dobin dtach - doman dtach.1 - dodoc README -}