summaryrefslogtreecommitdiff
path: root/sys-process/wait_on_pid
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-10 15:40:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-10 15:40:27 +0000
commit6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (patch)
treecee0a97398040001220ece3cd48c3d568bcddb4a /sys-process/wait_on_pid
parent1db00cc6e94b90c08090bb5b8c406622946c4ae5 (diff)
gentoo resync : 10.02.2019
Diffstat (limited to 'sys-process/wait_on_pid')
-rw-r--r--sys-process/wait_on_pid/Manifest3
-rw-r--r--sys-process/wait_on_pid/wait_on_pid-0.0.2-r1.ebuild6
-rw-r--r--sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild27
3 files changed, 4 insertions, 32 deletions
diff --git a/sys-process/wait_on_pid/Manifest b/sys-process/wait_on_pid/Manifest
index cbd0b9bc5197..af5ea23b8c70 100644
--- a/sys-process/wait_on_pid/Manifest
+++ b/sys-process/wait_on_pid/Manifest
@@ -1,4 +1,3 @@
DIST wait_on_pid-0.0.2.tar.bz2 7139 BLAKE2B 65eacf82ecd6310ced3d70c7480632f08d1464d80ac7321a22211f26e6f837e0daec844b43f4c56d94b1229da93150eabca55774c77d40b6a137c8690847dd08 SHA512 22e3481736b90b1b3152dc5c07e766892d42de199669909752fcbcfcd94ec9c3a143d1474c9533cf3494931e19e4ab63f7f4dcef7fffe7e2ac3d803c22852e72
-EBUILD wait_on_pid-0.0.2-r1.ebuild 563 BLAKE2B ae26367bf8685228848a68beb868adc47b5dca331fc23d6084edb4ae6ec7e6c5d1a1c455b5ca151676aebba34e88cc333cf7e2f4ef37afa74e63f9b22bfdf820 SHA512 c131be2de721d4036f477e4cea73d5f674f774c7a784c243155629b13d2d737c1db5b290e5c774b58a438558cebc90f76ca80dabb96a5dde16b14340875111b2
-EBUILD wait_on_pid-0.0.2.ebuild 571 BLAKE2B b609e1de6b663af04749d5ae9d74e058c6f7665c400976fafd6fc4e3611f22ca7605c3ef51fd0a318e22e8882217537ca2dd9daa65e4849996eb189bea21d0d6 SHA512 37d89abf8028af34e2bef6ffc1088cd0d6150a562185f6862f33aa6c254bf3aece041bc514eb889dedb12db20c52589838006a73639d6a782cbfc8377b82476f
+EBUILD wait_on_pid-0.0.2-r1.ebuild 556 BLAKE2B 1abb7a93d3a4b956d78dc2aa819261bb2db231ab86502066836e58631a9ba2ede3a360b902f09afdec598cb076578092e0ec1bf3eb6f4f5dc284899fb25d5a4b SHA512 7de5741689b9daf062b0f36ceb939bf3f3432e813b71a409cb59db1a694d862f4b4e31f08ccefe64307db9d9e1a4d387082e74352db049e6e17d896fce12d9d7
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/sys-process/wait_on_pid/wait_on_pid-0.0.2-r1.ebuild b/sys-process/wait_on_pid/wait_on_pid-0.0.2-r1.ebuild
index 96ed94e06c9c..760d312320b4 100644
--- a/sys-process/wait_on_pid/wait_on_pid-0.0.2-r1.ebuild
+++ b/sys-process/wait_on_pid/wait_on_pid-0.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -7,11 +7,11 @@ 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/wait_on_pid/$P.tar.bz2"
+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 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
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
deleted file mode 100644
index ff20a7fa8eed..000000000000
--- a/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils 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/wait_on_pid/$P.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- tc-export CC
-}
-
-src_install() {
- dobin wait_on_pid || die
- dodoc README
-}