commit:     675ea3566942a958a0f815b48ae2f8e932dd90b6
Author:     Karol Wierzchowski <karol.w33 <AT> yahoo <DOT> com>
AuthorDate: Thu Mar  2 11:08:36 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 06:50:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675ea356

sys-process/wait_on_pid: update EAPI 6 -> 8

Signed-off-by: Karol Wierzchowski <karol.w33 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/29896
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../wait_on_pid/wait_on_pid-0.0.2-r2.ebuild        | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild 
b/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild
new file mode 100644
index 000000000000..4422fb39223e
--- /dev/null
+++ b/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit toolchain-funcs
+
+DESCRIPTION="small utility to wait for an arbitrary process to exit"
+HOMEPAGE="https://dev.gentoo.org/~zzam/wait_on_pid/";
+SRC_URI="mirror://gentoo/${P}.tar.bz2 
https://dev.gentoo.org/~zzam/${PN}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_prepare() {
+       default
+       tc-export CC
+}
+
+src_install() {
+       default
+       dobin wait_on_pid
+}

Reply via email to