Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dtach/
Date: Thu, 03 Mar 2022 15:21:24
Message-Id: 1646320840.dc6d58917169c3aa6123c0821ab877a81ef1fc93.conikost@gentoo
1 commit: dc6d58917169c3aa6123c0821ab877a81ef1fc93
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 15:20:40 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 15:20:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6d5891
7
8 app-misc/dtach: drop 0.9
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 app-misc/dtach/dtach-0.9.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/app-misc/dtach/dtach-0.9.ebuild b/app-misc/dtach/dtach-0.9.ebuild
16 deleted file mode 100644
17 index a5471206a3af..000000000000
18 --- a/app-misc/dtach/dtach-0.9.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -DESCRIPTION="Emulates the detach feature of screen"
27 -HOMEPAGE="http://dtach.sourceforge.net/ https://github.com/crigler/dtach"
28 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
29 -
30 -SLOT="0"
31 -LICENSE="GPL-2"
32 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
33 -IUSE=""
34 -
35 -src_install() {
36 - dobin dtach
37 - doman dtach.1
38 - dodoc README
39 -}