Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/wait_on_pid/
Date: Sun, 10 Feb 2019 07:37:24
Message-Id: 1549784230.24b4b8cb63ff77b7ca066e66ee6dc6e3aec14d20.zlogene@gentoo
1 commit: 24b4b8cb63ff77b7ca066e66ee6dc6e3aec14d20
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 07:37:10 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 07:37:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b4b8cb
7
8 sys-process/wait_on_pid: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild | 27 ------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild b/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild
17 deleted file mode 100644
18 index ff20a7fa8ee..00000000000
19 --- a/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="5"
26 -
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="small utility to wait for an arbitrary process to exit"
30 -HOMEPAGE="https://dev.gentoo.org/~zzam/wait_on_pid/"
31 -SRC_URI="mirror://gentoo/$P.tar.bz2 https://dev.gentoo.org/~zzam/wait_on_pid/$P.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -RDEPEND=""
40 -
41 -src_prepare() {
42 - tc-export CC
43 -}
44 -
45 -src_install() {
46 - dobin wait_on_pid || die
47 - dodoc README
48 -}