dev-cpp/reproc: add 14.2.5, drop 14.2.4

Signed-off-by: jinqiang zhang <jinqiang@zhang.my>
This commit is contained in:
jinqiang zhang 2024-11-08 12:55:38 +08:00 committed by peeweep
parent d4a738d7d1
commit 00fdfd6cdc
3 changed files with 2 additions and 30 deletions

View File

@ -1 +1 @@
DIST reproc-14.2.4.tar.gz 64956 BLAKE2B a22681889d7daa1b0cc07875ef926e1c8c2d0bbe65505d9ddba42a33077bbf963ba33d733db71a76d09c67721027f846c01f023b4957ea9f44463511cae76d20 SHA512 c592521960f1950d626261738091d25efdf764ee1a0c72a58c28c66eaebf6073b2c978f1dc2c8dbe89b0be7ec1629a3a45cb1fafa0ebe21b5df8d4d27c992675
DIST reproc-14.2.5.tar.gz 65290 BLAKE2B ec597cc836d8e942682d767dbf8a88babf66806e0f92e70867ff16ca98502a34243832aecbd14c0745bb1e6c45530d770e71ad5c2511b6f0ab52a07eaea1f956 SHA512 d6c8abfc4fbef894310f4ad6250ddf269279bce13954ba6bc0147e0bf7e08f5a5e924ba079205881d6bf1dfe865e5f4389517d6d3bbafdede24ed328c549a991

View File

@ -1,26 +0,0 @@
--- a/reproc++/include/reproc++/reproc.hpp 2023-08-28 20:48:34.592494191 -0600
+++ b/reproc++/include/reproc++/reproc.hpp 2023-08-28 20:49:05.695674776 -0600
@@ -88,18 +88,18 @@
struct options {
struct {
- env::type behavior;
+ reproc::env::type behavior;
/*! Implicitly converts from any STL container of string pairs to the
environment format expected by `reproc_start`. */
- class env extra;
+ reproc::env extra;
} env = {};
const char *working_directory = nullptr;
struct {
- redirect in;
- redirect out;
- redirect err;
+ reproc::redirect in;
+ reproc::redirect out;
+ reproc::redirect err;
bool parent;
bool discard;
FILE *file;

View File

@ -1,4 +1,4 @@
# Copyright 2021-2023 Gentoo Authors
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -15,8 +15,6 @@ KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
RESTRICT="test"
PATCHES=( "${FILESDIR}/${P}-fix-gcc13-build.patch" )
multilib_src_configure() {
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release