summaryrefslogtreecommitdiff
path: root/sys-process/watchpid
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:33:16 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:33:16 +0100
commitc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (patch)
tree3ee550255947da075650f1a551dcc278f9a1b7f8 /sys-process/watchpid
parenta978c074e4272bb901fbe4a10de0a7b2af574f17 (diff)
gentoo resync : 07.05.2021
Diffstat (limited to 'sys-process/watchpid')
-rw-r--r--sys-process/watchpid/Manifest5
-rw-r--r--sys-process/watchpid/files/watchpid-0.1-cflags.patch11
-rw-r--r--sys-process/watchpid/metadata.xml8
-rw-r--r--sys-process/watchpid/watchpid-0.1-r2.ebuild25
4 files changed, 28 insertions, 21 deletions
diff --git a/sys-process/watchpid/Manifest b/sys-process/watchpid/Manifest
index 35bf8ea85e56..f9b391336c0c 100644
--- a/sys-process/watchpid/Manifest
+++ b/sys-process/watchpid/Manifest
@@ -1,3 +1,4 @@
+AUX watchpid-0.1-cflags.patch 302 BLAKE2B 831ec5212789499761f22a774dc81104371d0562cfa2ade8356684d0af4f6b0053268c4c20bfdeee239754cc182f29420e7b2e42f660c3a1542b83d3ed20b66d SHA512 a6f0730046127444c5dc3ead2f2a23f60998156721f61b8887c90a787086826a198876c2dec20856099cad349c6f4ebb1fd23fd3542b38817eb97062769e7483
DIST watchpid_0.1.tar.gz 36432 BLAKE2B 3b24742b52d58135c7b5180e063e005f79029ba26a859d64fc737e018862bf47b205d88639718f33b2b0544be3c015ca40d299a7bd2774be03e3cbf7aedc8741 SHA512 7d4c7549e284740506f0ff10cae54be09e18058be9104cde16250ad98959b9516f44e62cb4b07ba837c4b3a12df69fc56733912e593e1ea7e3df4c427a38a3f4
-EBUILD watchpid-0.1-r2.ebuild 502 BLAKE2B 7b8fa4831e8ec8db84f253ef62df2be52765098755a93fc693e93932893e862568b558b38e5af382d9e032d6153b511c4a4f45809fc30382e6d4d26ac55cd467 SHA512 4bf08939a1bfb8cc055abb397ec9a9a755db7ab3b84567056c76a78f95071a01104988948cbde38f8af4df8692be148dd7a0e5ed492a2793a6809ca8be8f4e9f
-MISC metadata.xml 253 BLAKE2B 295e9d6d93aaa12af413972e1590c67087801cc09c9aa6b59d4606c0f4106d1dacf2baa9858559083b4c6d91beeef218d0729e8593a33788958da6d2897e8ce2 SHA512 54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef15555
+EBUILD watchpid-0.1-r2.ebuild 452 BLAKE2B 45a936091687cc15876b3b31722af5d69c8a28d3fe05e1746701505887544812626d197f50f24df94512a84624c754ad76d3feeb43199673799ba400b58d1662 SHA512 fe19165a20b92d4c6eead297ae62121cb69bf3ad200827526153e10a7556f2c3217d3c378020fbf6e1a01dcc956b7f2fee03d9684cdfa5017687d4a0c1c01b22
+MISC metadata.xml 257 BLAKE2B f8a00f23163e58c310fa0e4ab94b2e6b5638ec569a5e93ea2efec8c7bdd97c1629e9bc0e9bf04917f5ca4fea4085855b281c30ced2f09548e96b12e6bb1d5a40 SHA512 9c7759d33e1bbc8be0da5b4f59fc720266e40f4116d7db0c17c5ad800a7bb638f33a1308e1554092af781f06df6f6cb55db41fc22207cd3edc2e159840e3a3b1
diff --git a/sys-process/watchpid/files/watchpid-0.1-cflags.patch b/sys-process/watchpid/files/watchpid-0.1-cflags.patch
new file mode 100644
index 000000000000..c82e5607f5ab
--- /dev/null
+++ b/sys-process/watchpid/files/watchpid-0.1-cflags.patch
@@ -0,0 +1,11 @@
+https://bugs.gentoo.org/726054
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -64,7 +64,6 @@ VERSION = @VERSION@
+
+ bin_PROGRAMS = watchpid
+ watchpid_SOURCES = watchpid.c
+-CFLAGS = -Wall -Werror -O3
+ man_MANS = watchpid.1
+ EXTRA_DIST = $(man_MANS)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/sys-process/watchpid/metadata.xml b/sys-process/watchpid/metadata.xml
index 56c124413057..4eb20a048df2 100644
--- a/sys-process/watchpid/metadata.xml
+++ b/sys-process/watchpid/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
-</maintainer>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+ </maintainer>
</pkgmetadata>
diff --git a/sys-process/watchpid/watchpid-0.1-r2.ebuild b/sys-process/watchpid/watchpid-0.1-r2.ebuild
index 93e680eadf24..e190ab0d69d9 100644
--- a/sys-process/watchpid/watchpid-0.1-r2.ebuild
+++ b/sys-process/watchpid/watchpid-0.1-r2.ebuild
@@ -1,28 +1,23 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit multilib-minimal
+inherit multilib-minimal toolchain-funcs
DESCRIPTION="Watches a process for termination"
-SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz"
HOMEPAGE="http://www.codepark.org/"
-KEYWORDS="amd64 ppc x86"
+SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
-DOCS=( README AUTHORS )
+PATCHES=(
+ "${FILESDIR}"/${P}-cflags.patch
+)
multilib_src_configure() {
+ tc-export CC
ECONF_SOURCE="${S}" econf
}
-
-src_compile() {
- multilib-minimal_src_compile
-}
-
-src_install() {
- multilib-minimal_src_install
-}