summaryrefslogtreecommitdiff
path: root/app-misc/interceptty
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-01 03:14:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-01 03:14:33 +0100
commit0c764edfecb7e9e124d4669acd98bed09e23b6c0 (patch)
tree2862ab17d2f88cb7c9614b7fbe579f25ae604b8d /app-misc/interceptty
parentae1bf373db295b495e1f685d116e3411bf10df0b (diff)
gentoo auto-resync : 01:08:2022 - 03:14:32
Diffstat (limited to 'app-misc/interceptty')
-rw-r--r--app-misc/interceptty/Manifest2
-rw-r--r--app-misc/interceptty/interceptty-0.6-r2.ebuild (renamed from app-misc/interceptty/interceptty-0.6-r1.ebuild)16
2 files changed, 4 insertions, 14 deletions
diff --git a/app-misc/interceptty/Manifest b/app-misc/interceptty/Manifest
index 2522c4f41517..f763c3cd3ad7 100644
--- a/app-misc/interceptty/Manifest
+++ b/app-misc/interceptty/Manifest
@@ -1,3 +1,3 @@
DIST interceptty-0.6.tar.gz 95911 BLAKE2B 61f96b9e0f65296e29ea851b975307fc88f79346ba78d88657f5844f15bc0ba3184fcabda37ce452fe9651d70616e260a86b5f55151f4f8c487d8184f9791fe8 SHA512 0aab17a3f0462d738befae62ffc78c9b72042fd9e9234ce55731b3b7bcef763684c46992cc8b814e982824964963bb1aba14111e0a49c43d3ca6b43e4b9f1095
-EBUILD interceptty-0.6-r1.ebuild 522 BLAKE2B 94f5a7dc08f105fb4dfa13e16afa694eb19be40a24b9b22bbe828173b826184053416ccb83176857fa61c137c992e84ad5b1da69eeae3a916a6f546926f82014 SHA512 2b7b325b1b77fd3576470f24018891b8652c5a2a815b47897ec8aa9dc0a4652c6b633b8666aa62baf631f26a9b5bb59e625cf5ea57833990ebac500d5b0ffa00
+EBUILD interceptty-0.6-r2.ebuild 362 BLAKE2B 94185a580d91a4a80348d03ca74bcb5dbedc151ecf515920b77df549d5f820f4d0b8d31c9f05bbe3115bbdc04c0b37c2371e4d4a7d51c1aa21aa6956bd35321d SHA512 fbb43ea7f768c46da5bcfb46825174b390a1580f7f4d55d0c305617904913fdd1c6a942cddc21a6a4f41d38bb2b5fe94fb3af989edda8b4a284247552cc2e00b
MISC metadata.xml 217 BLAKE2B fbec54484edc2603e95c90cb231985ef0f5f8d2cd48632ac8a097a4dac165499ff4cc087b1ca9ba6a4368bbb73b3af1ee99622a80df17072e1a340c345a2ee64 SHA512 7d3fc456b183fe7bdea26fb6edce39f702741a762b74cd7d2159a0ba85af50ebc87fbd921c926692a6164d50c9faf6b19680ab96528819bb06aaeac679e42de2
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
-}