summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-31 22:03:25 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-31 22:03:25 +0200
commit458480a2cdbc8057bd3b4bff13a160a2cb77dafc (patch)
tree6bcffa4cfbc9c100180399a8e40d65bf8e34846e /app-misc
parentapp-misc/detachtty: reformat metadata.xml (diff)
downloadgentoo-458480a2cdbc8057bd3b4bff13a160a2cb77dafc.tar.gz
gentoo-458480a2cdbc8057bd3b4bff13a160a2cb77dafc.tar.bz2
gentoo-458480a2cdbc8057bd3b4bff13a160a2cb77dafc.zip
app-misc/interceptty: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/691180 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/interceptty/interceptty-0.6-r2.ebuild (renamed from app-misc/interceptty/interceptty-0.6-r1.ebuild)16
1 files changed, 3 insertions, 13 deletions
diff --git a/app-misc/interceptty/interceptty-0.6-r1.ebuild b/app-misc/interceptty/interceptty-0.6-r2.ebuild
index c5ad585cc5e0..18e316366f4c 100644
--- a/app-misc/interceptty/interceptty-0.6-r1.ebuild
+++ b/app-misc/interceptty/interceptty-0.6-r2.ebuild
@@ -1,22 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="a program that can sit between a serial port and an application"
-HOMEPAGE="http://www.suspectclass.com/~sgifford/interceptty/"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-
-DOCS=( AUTHORS NEWS README TODO )
-
-src_install() {
- default
- dobin "${PN}" "${PN}-nicedump"
- doman "${PN}.1"
- doman interceptty.1
- einstalldocs
-}