summaryrefslogtreecommitdiff
path: root/app-misc/interceptty
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /app-misc/interceptty
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'app-misc/interceptty')
-rw-r--r--app-misc/interceptty/Manifest3
-rw-r--r--app-misc/interceptty/interceptty-0.6-r1.ebuild4
-rw-r--r--app-misc/interceptty/interceptty-0.6.ebuild18
3 files changed, 3 insertions, 22 deletions
diff --git a/app-misc/interceptty/Manifest b/app-misc/interceptty/Manifest
index f2efc4dba2d2..f7a21fc83739 100644
--- a/app-misc/interceptty/Manifest
+++ b/app-misc/interceptty/Manifest
@@ -1,4 +1,3 @@
DIST interceptty-0.6.tar.gz 95911 BLAKE2B 61f96b9e0f65296e29ea851b975307fc88f79346ba78d88657f5844f15bc0ba3184fcabda37ce452fe9651d70616e260a86b5f55151f4f8c487d8184f9791fe8 SHA512 0aab17a3f0462d738befae62ffc78c9b72042fd9e9234ce55731b3b7bcef763684c46992cc8b814e982824964963bb1aba14111e0a49c43d3ca6b43e4b9f1095
-EBUILD interceptty-0.6-r1.ebuild 524 BLAKE2B 3431c6ead35e93977fb45c862d1ce6919137c5c8be23314321ad2b2a76945c53c2a40aaf20a572a125922302ab2fd317a0f6fc2e82bb89f1ba4da2b0ee7ead97 SHA512 5967204d0bcad381394cb7ca5505c580604ba9fad530237bd86fe303ae5a75fb2df79bf9111ec9b265dafc226cbcba39cd0a991306928b6a5528de55d14410f9
-EBUILD interceptty-0.6.ebuild 505 BLAKE2B 68697a1ba5064c86eecde9968cbd938b0833497d309284d313800ed73d1ac0a9759aed15ed0473449acd3f9adb689dfa645009c5da213f660fa1a77f7043d716 SHA512 36ca8f1f4b9b82d551c09a34d25569f4eb753359c5d4ad3bc11844cd833a4c9e65af8512d4a049284d783c98711a909097f5bbb291d4166e2a28ed7f938a0a16
+EBUILD interceptty-0.6-r1.ebuild 522 BLAKE2B 94f5a7dc08f105fb4dfa13e16afa694eb19be40a24b9b22bbe828173b826184053416ccb83176857fa61c137c992e84ad5b1da69eeae3a916a6f546926f82014 SHA512 2b7b325b1b77fd3576470f24018891b8652c5a2a815b47897ec8aa9dc0a4652c6b633b8666aa62baf631f26a9b5bb59e625cf5ea57833990ebac500d5b0ffa00
MISC metadata.xml 216 BLAKE2B 20531789dc11e43feee7ec315a0c1c7249fdf73764e29cb7d6db439826e9ff72f24a5cdb8eb7f1ab99bbb41fb6e4226874a1d1fa4185de52598602bb3b0479a3 SHA512 e881b59fe49746eb25ad66c258b41aba501e4eb563129093a3898ea970a20506e7898f7c355cfcf99605234962bf2c77c1309c258b9a2b84ee4302ccb71c9dbd
diff --git a/app-misc/interceptty/interceptty-0.6-r1.ebuild b/app-misc/interceptty/interceptty-0.6-r1.ebuild
index 7648068d4ad4..c5ad585cc5e0 100644
--- a/app-misc/interceptty/interceptty-0.6-r1.ebuild
+++ b/app-misc/interceptty/interceptty-0.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
DOCS=( AUTHORS NEWS README TODO )
diff --git a/app-misc/interceptty/interceptty-0.6.ebuild b/app-misc/interceptty/interceptty-0.6.ebuild
deleted file mode 100644
index 9689a1788a5e..000000000000
--- a/app-misc/interceptty/interceptty-0.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="a program that can sit between a serial port and an application"
-HOMEPAGE="http://www.suspectclass.com/~sgifford/interceptty/"
-SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-src_install() {
- into /usr
- dobin interceptty interceptty-nicedump || die
- dodoc AUTHORS NEWS README TODO
- doman interceptty.1
-}