summaryrefslogtreecommitdiff
path: root/app-misc/interceptty
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-22 07:05:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-22 07:05:54 +0000
commit13ec12ad28bc2ce6e2902be1d571befcca2b3f60 (patch)
tree7c606c326ffa4095258ba77370fe2cad7aff49a8 /app-misc/interceptty
parentb7819d03d7312d3d8d12b49738aa417f35f6e18a (diff)
gentoo auto-resync : 22:11:2022 - 07:05:54
Diffstat (limited to 'app-misc/interceptty')
-rw-r--r--app-misc/interceptty/Manifest2
-rw-r--r--app-misc/interceptty/interceptty-0.6-r3.ebuild (renamed from app-misc/interceptty/interceptty-0.6-r2.ebuild)9
2 files changed, 10 insertions, 1 deletions
diff --git a/app-misc/interceptty/Manifest b/app-misc/interceptty/Manifest
index f763c3cd3ad7..5da54eeffb16 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-r2.ebuild 362 BLAKE2B 94185a580d91a4a80348d03ca74bcb5dbedc151ecf515920b77df549d5f820f4d0b8d31c9f05bbe3115bbdc04c0b37c2371e4d4a7d51c1aa21aa6956bd35321d SHA512 fbb43ea7f768c46da5bcfb46825174b390a1580f7f4d55d0c305617904913fdd1c6a942cddc21a6a4f41d38bb2b5fe94fb3af989edda8b4a284247552cc2e00b
+EBUILD interceptty-0.6-r3.ebuild 435 BLAKE2B 2ab9374350247771d78ea6e2eb643cc08c340e74d38b845d72d594d1e9aebcf7603370f7a68cbe9b0103e456681338a88a99860a845fba8d60a6c8b0a7b2b4f3 SHA512 e0708ad29e11d5cccd76650d26f41c6e7b5770a4b37a659320ace4c92cce9d0d6e32f9094b8610bfae594c63c9e2c9ec16909a318ea6fe4e71ccc016bf8c356f
MISC metadata.xml 217 BLAKE2B fbec54484edc2603e95c90cb231985ef0f5f8d2cd48632ac8a097a4dac165499ff4cc087b1ca9ba6a4368bbb73b3af1ee99622a80df17072e1a340c345a2ee64 SHA512 7d3fc456b183fe7bdea26fb6edce39f702741a762b74cd7d2159a0ba85af50ebc87fbd921c926692a6164d50c9faf6b19680ab96528819bb06aaeac679e42de2
diff --git a/app-misc/interceptty/interceptty-0.6-r2.ebuild b/app-misc/interceptty/interceptty-0.6-r3.ebuild
index 18e316366f4c..459a172da586 100644
--- a/app-misc/interceptty/interceptty-0.6-r2.ebuild
+++ b/app-misc/interceptty/interceptty-0.6-r3.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit autotools
+
DESCRIPTION="a program that can sit between a serial port and an application"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz"
@@ -10,3 +12,10 @@ SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
+
+src_prepare() {
+ default
+
+ # Clang 16
+ eautoreconf
+}