From 4ba39e5392d4ec87f0d3c5c37aa89f942a526508 Mon Sep 17 00:00:00 2001 From: Kurt Kanzenbach Date: Fri, 24 Jun 2022 19:55:40 +0200 Subject: [PATCH 1/3] net-dialup/tio: add 1.40 Signed-off-by: Kurt Kanzenbach --- net-dialup/tio/Manifest | 1 + net-dialup/tio/tio-1.40.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 net-dialup/tio/tio-1.40.ebuild diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest index 5a3b9e2f6f..83ee7628c1 100644 --- a/net-dialup/tio/Manifest +++ b/net-dialup/tio/Manifest @@ -1 +1,2 @@ DIST tio-1.38.tar.xz 1806556 BLAKE2B e8a02e4349b4b4ea27887031fdcce79bd99914b85710a005b1dc5328aea98ec175e6991920d85df7c9acf9c0557dfc3c31005c19c62ca7d28ac7bba08896753f SHA512 d702c907460abd3c15d051f185592d5ec9245734016e299960a4a102724e28208bb21b71cb3cba7919cd2197f338470297034401c7978bcd207195b548e8a2b9 +DIST tio-1.40.tar.xz 3069480 BLAKE2B 5d5ef6478fa80eecf96599c6c55a77fd8e2b9259fd44fab105ee5f6c6b5494d5656599374f7ffe43741c7925a2bedac4c593ad8695abd6ba9ceca559f9272d4c SHA512 41f92d757fea3099e9974c64736aa75f69961ba5baf7b01cdb281656bcbf6490afe3748ce49c080624b5f4d3493a8398b8d702be0423f2bcbd0f0484bf76fdf6 diff --git a/net-dialup/tio/tio-1.40.ebuild b/net-dialup/tio/tio-1.40.ebuild new file mode 100644 index 0000000000..aa1af5f4e3 --- /dev/null +++ b/net-dialup/tio/tio-1.40.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson bash-completion-r1 + +DESCRIPTION="Simple TTY terminal application" +HOMEPAGE="https://tio.github.io/" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" + +SLOT="0" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + dev-libs/inih +" +DEPEND=" + ${RDEPEND} +" + +src_configure() { + local emesonargs=( + -Dbashcompletiondir="$(get_bashcompdir)" + ) + + meson_src_configure +} From 66dff853507486d63ef420938bb0ac55d2977edf Mon Sep 17 00:00:00 2001 From: Kurt Kanzenbach Date: Fri, 24 Jun 2022 19:55:58 +0200 Subject: [PATCH 2/3] net-dialup/tio: drop 1.38 Signed-off-by: Kurt Kanzenbach --- net-dialup/tio/Manifest | 1 - net-dialup/tio/tio-1.38.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) delete mode 100644 net-dialup/tio/tio-1.38.ebuild diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest index 83ee7628c1..c01042dbe0 100644 --- a/net-dialup/tio/Manifest +++ b/net-dialup/tio/Manifest @@ -1,2 +1 @@ -DIST tio-1.38.tar.xz 1806556 BLAKE2B e8a02e4349b4b4ea27887031fdcce79bd99914b85710a005b1dc5328aea98ec175e6991920d85df7c9acf9c0557dfc3c31005c19c62ca7d28ac7bba08896753f SHA512 d702c907460abd3c15d051f185592d5ec9245734016e299960a4a102724e28208bb21b71cb3cba7919cd2197f338470297034401c7978bcd207195b548e8a2b9 DIST tio-1.40.tar.xz 3069480 BLAKE2B 5d5ef6478fa80eecf96599c6c55a77fd8e2b9259fd44fab105ee5f6c6b5494d5656599374f7ffe43741c7925a2bedac4c593ad8695abd6ba9ceca559f9272d4c SHA512 41f92d757fea3099e9974c64736aa75f69961ba5baf7b01cdb281656bcbf6490afe3748ce49c080624b5f4d3493a8398b8d702be0423f2bcbd0f0484bf76fdf6 diff --git a/net-dialup/tio/tio-1.38.ebuild b/net-dialup/tio/tio-1.38.ebuild deleted file mode 100644 index aa1af5f4e3..0000000000 --- a/net-dialup/tio/tio-1.38.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson bash-completion-r1 - -DESCRIPTION="Simple TTY terminal application" -HOMEPAGE="https://tio.github.io/" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" - -SLOT="0" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - dev-libs/inih -" -DEPEND=" - ${RDEPEND} -" - -src_configure() { - local emesonargs=( - -Dbashcompletiondir="$(get_bashcompdir)" - ) - - meson_src_configure -} From 65b353adeea3f680ab4a71305d1c29cfdf1b4064 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 24 Jun 2022 20:36:14 +0200 Subject: [PATCH 3/3] dev-lang/opencilk-bin: add QA_FLAGS_IGNORED Closes: https://bugs.gentoo.org/854099 Closes: https://bugs.gentoo.org/854102 Signed-off-by: Florian Schmaus --- dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild b/dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild index dd81382eac..80a267391b 100644 --- a/dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild +++ b/dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild @@ -27,6 +27,8 @@ RDEPEND=" S="${WORKDIR}" +QA_FLAGS_IGNORED="opt/${P}/.*" + src_install() { local target="opt/${P}" dodir "${target}"