From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAB36158041 for ; Mon, 19 Feb 2024 22:00:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 001602BC01B; Mon, 19 Feb 2024 22:00:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7A3A2BC01B for ; Mon, 19 Feb 2024 22:00:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F210B3430C9 for ; Mon, 19 Feb 2024 22:00:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BD3814D2 for ; Mon, 19 Feb 2024 22:00:26 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1708350243.e509d3d4c37d7e83db42ad2a99e2894b3748706f.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/gbinder/, dev-libs/gbinder/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/gbinder/Manifest dev-libs/gbinder/files/gbinder-1.1.36-respect-env.patch dev-libs/gbinder/gbinder-1.1.36.ebuild dev-libs/gbinder/gbinder-9999.ebuild X-VCS-Directories: dev-libs/gbinder/ dev-libs/gbinder/files/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: e509d3d4c37d7e83db42ad2a99e2894b3748706f X-VCS-Branch: master Date: Mon, 19 Feb 2024 22:00:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: abc41321-3034-4320-ad93-1295fe75e5b1 X-Archives-Hash: 4602d6cbe4164b801ce736dc22ac66ce commit: e509d3d4c37d7e83db42ad2a99e2894b3748706f Author: Denis Reva gmail com> AuthorDate: Mon Feb 19 13:44:03 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Feb 19 13:44:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e509d3d4 dev-libs/gbinder: add 1.1.36, updated 9999 Signed-off-by: Denis Reva gmail.com> dev-libs/gbinder/Manifest | 1 + .../gbinder/files/gbinder-1.1.36-respect-env.patch | 40 ++++++++++++++++++++++ .../{gbinder-9999.ebuild => gbinder-1.1.36.ebuild} | 2 +- dev-libs/gbinder/gbinder-9999.ebuild | 2 +- 4 files changed, 43 insertions(+), 2 deletions(-) diff --git a/dev-libs/gbinder/Manifest b/dev-libs/gbinder/Manifest index dc65cca8b7..54ba7b09ab 100644 --- a/dev-libs/gbinder/Manifest +++ b/dev-libs/gbinder/Manifest @@ -1,2 +1,3 @@ DIST gbinder-1.1.30.tar.gz 205795 BLAKE2B a61b720a3d2b9fe79a4754c2e58569d05d8a16bd5dd35ac4e7616401b804604245e2b13a6ef12043737a00ce2f983bc01b408c5b2b68fe0db1b9c9e15b68ca84 SHA512 24e4e5156ab3f90dc2255b40ed6e74d0f14bce61879891179ae7291622b4179dd769749635f2811bc8a9f868257224385cf90ab43bd36a52e2f30e92ecb7ffd4 DIST gbinder-1.1.32.tar.gz 204284 BLAKE2B 8a4f62c0d4988a02b32b659ea0f959e465ead1ea962504f7ae1aa36687235e522deeba3dc7206e32bb1d7c292de760266d8bb18a85da29df06affe49cd59c95f SHA512 3e4fbfbda627b189faf3eee183548cd4cda8a8b1b94b9f8d03572f1d3bc6fe13907f19104f28e5609f266d4c05c4bdb54c1c5ffbc6c537c9774d1def1d4cb09b +DIST gbinder-1.1.36.tar.gz 204122 BLAKE2B f48fff65f2cf9dd8674110edb77116a6ef5cd621e81d32aae8b3cbf3cb96e8bc825087dd834853c509c6e89c73cf5a24b21c0e5443dfe13747ce1125523d7d30 SHA512 5727b25299286e8238a9b526fec9f72d631f584cabb21021d9f12e550059fe746e1165d5bb47ba79db52e2ccb5a3ce96dbd97761df78f13cf7e9a1554d1c3876 diff --git a/dev-libs/gbinder/files/gbinder-1.1.36-respect-env.patch b/dev-libs/gbinder/files/gbinder-1.1.36-respect-env.patch new file mode 100644 index 0000000000..747683164b --- /dev/null +++ b/dev-libs/gbinder/files/gbinder-1.1.36-respect-env.patch @@ -0,0 +1,40 @@ +diff --git a/Makefile b/Makefile +index 0e25e90..862d5df 100644 +--- a/Makefile ++++ b/Makefile +@@ -139,20 +139,20 @@ FULL_CFLAGS = $(BASE_FLAGS) $(CFLAGS) $(DEFINES) $(WARNINGS) $(INCLUDES) \ + -MMD -MP $(shell $(PKG_CONFIG) --cflags $(PKGS)) + FULL_LDFLAGS = $(BASE_FLAGS) $(LDFLAGS) -shared -Wl,-soname,$(LIB_SONAME) \ + $(shell $(PKG_CONFIG) --libs $(PKGS)) -lpthread +-DEBUG_FLAGS = -g ++DEBUG_FLAGS = + RELEASE_FLAGS = +-COVERAGE_FLAGS = -g ++COVERAGE_FLAGS = + + KEEP_SYMBOLS ?= 0 + ifneq ($(KEEP_SYMBOLS),0) +-RELEASE_FLAGS += -g ++RELEASE_FLAGS += + endif + + DEBUG_LDFLAGS = $(FULL_LDFLAGS) $(DEBUG_LIBS) $(DEBUG_FLAGS) + RELEASE_LDFLAGS = $(FULL_LDFLAGS) $(RELEASE_LIBS) $(RELEASE_FLAGS) +-DEBUG_CFLAGS = $(FULL_CFLAGS) $(DEBUG_FLAGS) -DDEBUG +-RELEASE_CFLAGS = $(FULL_CFLAGS) $(RELEASE_FLAGS) -O2 +-COVERAGE_CFLAGS = $(FULL_CFLAGS) $(COVERAGE_FLAGS) --coverage ++DEBUG_CFLAGS = $(FULL_CFLAGS) $(DEBUG_FLAGS) ++RELEASE_CFLAGS = $(FULL_CFLAGS) $(RELEASE_FLAGS) ++COVERAGE_CFLAGS = $(FULL_CFLAGS) $(COVERAGE_FLAGS) + + # + # Files +@@ -278,7 +278,7 @@ $(DEBUG_SO): $(DEBUG_OBJS) + $(RELEASE_SO): $(RELEASE_OBJS) + $(LD) $(RELEASE_OBJS) $(RELEASE_LDFLAGS) -o $@ + ifeq ($(KEEP_SYMBOLS),0) +- $(STRIP) $@ ++# $(STRIP) $@ + endif + + $(DEBUG_LIB): $(DEBUG_OBJS) diff --git a/dev-libs/gbinder/gbinder-9999.ebuild b/dev-libs/gbinder/gbinder-1.1.36.ebuild similarity index 94% copy from dev-libs/gbinder/gbinder-9999.ebuild copy to dev-libs/gbinder/gbinder-1.1.36.ebuild index c900ed13fc..66491f86d0 100644 --- a/dev-libs/gbinder/gbinder-9999.ebuild +++ b/dev-libs/gbinder/gbinder-1.1.36.ebuild @@ -28,7 +28,7 @@ BDEPEND="virtual/pkgconfig sys-apps/sed" PATCHES=( - "${FILESDIR}/gbinder-1.1.30-r3-respect-env.patch" + "${FILESDIR}/gbinder-1.1.36-respect-env.patch" ) src_prepare() { default diff --git a/dev-libs/gbinder/gbinder-9999.ebuild b/dev-libs/gbinder/gbinder-9999.ebuild index c900ed13fc..66491f86d0 100644 --- a/dev-libs/gbinder/gbinder-9999.ebuild +++ b/dev-libs/gbinder/gbinder-9999.ebuild @@ -28,7 +28,7 @@ BDEPEND="virtual/pkgconfig sys-apps/sed" PATCHES=( - "${FILESDIR}/gbinder-1.1.30-r3-respect-env.patch" + "${FILESDIR}/gbinder-1.1.36-respect-env.patch" ) src_prepare() { default