Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/interceptty/
Date: Sun, 31 Jul 2022 20:03:55
Message-Id: 1659297805.458480a2cdbc8057bd3b4bff13a160a2cb77dafc.soap@gentoo
1 commit: 458480a2cdbc8057bd3b4bff13a160a2cb77dafc
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 20:03:25 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 20:03:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458480a2
7
8 app-misc/interceptty: update EAPI 6 -> 8
9
10 Closes: https://bugs.gentoo.org/691180
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 ...terceptty-0.6-r1.ebuild => interceptty-0.6-r2.ebuild} | 16 +++-------------
14 1 file changed, 3 insertions(+), 13 deletions(-)
15
16 diff --git a/app-misc/interceptty/interceptty-0.6-r1.ebuild b/app-misc/interceptty/interceptty-0.6-r2.ebuild
17 similarity index 50%
18 rename from app-misc/interceptty/interceptty-0.6-r1.ebuild
19 rename to app-misc/interceptty/interceptty-0.6-r2.ebuild
20 index c5ad585cc5e0..18e316366f4c 100644
21 --- a/app-misc/interceptty/interceptty-0.6-r1.ebuild
22 +++ b/app-misc/interceptty/interceptty-0.6-r2.ebuild
23 @@ -1,22 +1,12 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DESCRIPTION="a program that can sit between a serial port and an application"
32 -HOMEPAGE="http://www.suspectclass.com/~sgifford/interceptty/"
33 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
34 SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="amd64 x86"
39 -
40 -DOCS=( AUTHORS NEWS README TODO )
41 -
42 -src_install() {
43 - default
44 - dobin "${PN}" "${PN}-nicedump"
45 - doman "${PN}.1"
46 - doman interceptty.1
47 - einstalldocs
48 -}