commit:     458480a2cdbc8057bd3b4bff13a160a2cb77dafc
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 20:03:25 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 20:03:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458480a2

app-misc/interceptty: update EAPI 6 -> 8

Closes: https://bugs.gentoo.org/691180
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...terceptty-0.6-r1.ebuild => interceptty-0.6-r2.ebuild} | 16 +++-------------
 1 file 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
similarity index 50%
rename from app-misc/interceptty/interceptty-0.6-r1.ebuild
rename to 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
-}

Reply via email to