summaryrefslogtreecommitdiff
path: root/sys-process
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-20 03:02:59 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-20 03:02:59 +0000
commit8a5f3383bbc5f817d89554020a3600d06985bc4a (patch)
treec1f7e85e7de87c74b4c730fab5369051cef5cb32 /sys-process
parentf2e359c456b051f95efc92e21299d55a302e58ed (diff)
gentoo auto-resync : 20:11:2024 - 03:02:59
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/Manifest.gzbin10104 -> 10104 bytes
-rw-r--r--sys-process/watchpid/Manifest4
-rw-r--r--sys-process/watchpid/files/watchpid-0.1-cflags.patch10
-rw-r--r--sys-process/watchpid/watchpid-0.1-r2.ebuild11
4 files changed, 14 insertions, 11 deletions
diff --git a/sys-process/Manifest.gz b/sys-process/Manifest.gz
index 5465daad0355..02500c8db38b 100644
--- a/sys-process/Manifest.gz
+++ b/sys-process/Manifest.gz
Binary files differ
diff --git a/sys-process/watchpid/Manifest b/sys-process/watchpid/Manifest
index 924dfcc20262..809a565c8f6a 100644
--- a/sys-process/watchpid/Manifest
+++ b/sys-process/watchpid/Manifest
@@ -1,4 +1,4 @@
-AUX watchpid-0.1-cflags.patch 302 BLAKE2B 831ec5212789499761f22a774dc81104371d0562cfa2ade8356684d0af4f6b0053268c4c20bfdeee239754cc182f29420e7b2e42f660c3a1542b83d3ed20b66d SHA512 a6f0730046127444c5dc3ead2f2a23f60998156721f61b8887c90a787086826a198876c2dec20856099cad349c6f4ebb1fd23fd3542b38817eb97062769e7483
+AUX watchpid-0.1-cflags.patch 380 BLAKE2B 56fe34e8c040ff56b8ab04f88ea3bd1d7477e73aeb7a676d4d8c95a336c7e2d65ccf0baeb48aa6317bfab670647e5c559212f4abdd5cf20309ba4ddd62aa4ffd SHA512 561b85f6a2442a49c84631f15c318bb1397b60be5599baa79f3d464d5eb31547aafa3a350db2bd437ccd09e6da888fcb851baa6123fb1a2cbb27a96101260221
DIST watchpid_0.1.tar.gz 36432 BLAKE2B 3b24742b52d58135c7b5180e063e005f79029ba26a859d64fc737e018862bf47b205d88639718f33b2b0544be3c015ca40d299a7bd2774be03e3cbf7aedc8741 SHA512 7d4c7549e284740506f0ff10cae54be09e18058be9104cde16250ad98959b9516f44e62cb4b07ba837c4b3a12df69fc56733912e593e1ea7e3df4c427a38a3f4
-EBUILD watchpid-0.1-r2.ebuild 452 BLAKE2B 45a936091687cc15876b3b31722af5d69c8a28d3fe05e1746701505887544812626d197f50f24df94512a84624c754ad76d3feeb43199673799ba400b58d1662 SHA512 fe19165a20b92d4c6eead297ae62121cb69bf3ad200827526153e10a7556f2c3217d3c378020fbf6e1a01dcc956b7f2fee03d9684cdfa5017687d4a0c1c01b22
+EBUILD watchpid-0.1-r2.ebuild 503 BLAKE2B 7e07481cddfc7396e5c21543d6ff17abd80601830f9979763a7ccd105a924dc0e93120b4e8d2fc5db656a8786985215d66b6cfe1c0d5351ea11a76d252a922a0 SHA512 60972511a7087912a80c8d0de92a7af21b3fe04e73dd6c9cb00fd433a7b8c6c01466d36650701cd420b75c65c30b446761688a8d4465f3305277742b2fc98d05
MISC metadata.xml 258 BLAKE2B b3ebb9691cf2c860b26172c2fc7ead843959a83806b7c06f4eec2ea349a6d2f39afe2f4b08c09bc7f65d18bece520b8b6306c8c7c2075d653f04b09af43db8fd SHA512 02ab38ca1547c68e87cbcad1dd4bb121e90d1fcca941cbfd29583ea803ed50617aa6a29df11915af5e95d63fc817df2250c7b8189157d705ef86e477d6a1685e
diff --git a/sys-process/watchpid/files/watchpid-0.1-cflags.patch b/sys-process/watchpid/files/watchpid-0.1-cflags.patch
index c82e5607f5ab..6c1a731b4603 100644
--- a/sys-process/watchpid/files/watchpid-0.1-cflags.patch
+++ b/sys-process/watchpid/files/watchpid-0.1-cflags.patch
@@ -1,11 +1,9 @@
-https://bugs.gentoo.org/726054
---- a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -64,7 +64,6 @@ VERSION = @VERSION@
-
+diff '--color=auto' -ruN watchpid-0.1.orig/src/Makefile.am watchpid-0.1/src/Makefile.am
+--- watchpid-0.1.orig/src/Makefile.am 2000-07-09 14:28:57.000000000 +0200
++++ watchpid-0.1/src/Makefile.am 2024-11-19 22:31:34.786561111 +0100
+@@ -1,5 +1,4 @@
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/watchpid-0.1-r2.ebuild b/sys-process/watchpid/watchpid-0.1-r2.ebuild
index e190ab0d69d9..105a58bae595 100644
--- a/sys-process/watchpid/watchpid-0.1-r2.ebuild
+++ b/sys-process/watchpid/watchpid-0.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit multilib-minimal toolchain-funcs
+inherit multilib-minimal toolchain-funcs autotools
DESCRIPTION="Watches a process for termination"
HOMEPAGE="http://www.codepark.org/"
@@ -17,6 +17,11 @@ PATCHES=(
"${FILESDIR}"/${P}-cflags.patch
)
+src_prepare() {
+ default
+ eautoreconf
+}
+
multilib_src_configure() {
tc-export CC
ECONF_SOURCE="${S}" econf