app-misc/dtach: drop old EAPI
authorAaron Bauman <bman@gentoo.org>
Sun, 17 Nov 2019 01:01:07 +0000 (20:01 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 17 Nov 2019 01:01:07 +0000 (20:01 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
app-misc/dtach/Manifest
app-misc/dtach/dtach-0.8-r1.ebuild [deleted file]

index ae794c9475a41230f2a62c6707715dd233c3d6cc..1ff91e5d0e4535ddbb9db0c4deb5b93728a79a08 100644 (file)
@@ -1,2 +1 @@
-DIST dtach-0.8.tar.gz 55472 BLAKE2B 9627075763f02787d7071658d1ae040d0c18dfe91f2954546398431e677b7c90cf67c23af0cc20182b354656d50b579c378f54d9f691853b7707a5761bc69b4f SHA512 ad0a788d10a5e1e1be4c353b64e1e4a0dc8c888492a638b2442d7c59ef31d67975357116435a1059141bfc2c82a3a6e9e490faa87cf81e5fc3bc7457a99c1193
 DIST dtach-0.9.tar.gz 60608 BLAKE2B 915b3a13cfd86a2e72505c9f8778ebbc9f25db761815e1352c0bc1281aaddcc95a837a880999379c19912fd3980bb77a20711796ef71b06282f1a27a6cc3572d SHA512 28c13dc8c96c16b9c6153a3a11fdeb4a4bc72e84e1f2575043b047cd8e600a47232f29544ffd87d82e2575623ec2e999a26e23e9eac25ec81c7722bdf98cfb18
diff --git a/app-misc/dtach/dtach-0.8-r1.ebuild b/app-misc/dtach/dtach-0.8-r1.ebuild
deleted file mode 100644 (file)
index 34e5687..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Emulates the detach feature of screen"
-HOMEPAGE="http://dtach.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ppc x86"
-IUSE=""
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-CVE-2012-3368.patch
-}
-
-src_install() {
-       dobin dtach
-       doman dtach.1
-       dodoc README
-}