From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1734172-garchives=archives.gentoo.org@lists.gentoo.org>
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 finch.gentoo.org (Postfix) with ESMTPS id 247661581EE
	for <garchives@archives.gentoo.org>; Sat, 05 Apr 2025 00:42:30 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(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)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 104EE3431EA
	for <garchives@archives.gentoo.org>; Sat, 05 Apr 2025 00:42:30 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 8FECC1104BC;
	Sat, 05 Apr 2025 00:42:13 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 bobolink.gentoo.org (Postfix) with ESMTPS id 7E98B1104BE
	for <gentoo-commits@lists.gentoo.org>; Sat, 05 Apr 2025 00:42:13 +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 09594343220
	for <gentoo-commits@lists.gentoo.org>; Sat, 05 Apr 2025 00:42:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E737280C
	for <gentoo-commits@lists.gentoo.org>; Sat, 05 Apr 2025 00:42:10 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1743813586.8d94f39fcaf398ef225b0a68b0c1232d0825ebed.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-cpp/gtest/gtest-1.14.0-r1.ebuild dev-cpp/gtest/gtest-1.14.0-r2.ebuild dev-cpp/gtest/gtest-1.15.2-r1.ebuild dev-cpp/gtest/gtest-1.15.2.ebuild dev-cpp/gtest/gtest-9999.ebuild
X-VCS-Directories: dev-cpp/gtest/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8d94f39fcaf398ef225b0a68b0c1232d0825ebed
X-VCS-Branch: master
Date: Sat, 05 Apr 2025 00:42:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7171892a-9045-4519-82d9-35e87d387f61
X-Archives-Hash: d59821c5986186a2990a7cf28f285c62

commit:     8d94f39fcaf398ef225b0a68b0c1232d0825ebed
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Sun Oct 20 05:26:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 00:39:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d94f39f

dev-cpp/gtest: add subslot

When some packages like cpp/abseil-cpp are built with USE=test, some
installed shared libraries are linked to libgtest/libgmock. And because
gtest doesn't impose a SOVERSION, it appears they would need a rebuild
with every new version of dev-cpp/gtest.

Bug: https://bugs.gentoo.org/941550
Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/gtest/{gtest-1.14.0-r1.ebuild => gtest-1.14.0-r2.ebuild} | 4 ++--
 dev-cpp/gtest/{gtest-1.15.2.ebuild => gtest-1.15.2-r1.ebuild}    | 4 ++--
 dev-cpp/gtest/gtest-9999.ebuild                                  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-cpp/gtest/gtest-1.14.0-r1.ebuild b/dev-cpp/gtest/gtest-1.14.0-r2.ebuild
similarity index 97%
rename from dev-cpp/gtest/gtest-1.14.0-r1.ebuild
rename to dev-cpp/gtest/gtest-1.14.0-r2.ebuild
index 4187a128ec02..0e994fdd33bc 100644
--- a/dev-cpp/gtest/gtest-1.14.0-r1.ebuild
+++ b/dev-cpp/gtest/gtest-1.14.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,7 +28,7 @@ DESCRIPTION="Google C++ Testing Framework"
 HOMEPAGE="https://github.com/google/googletest"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-cpp/gtest/gtest-1.15.2.ebuild b/dev-cpp/gtest/gtest-1.15.2-r1.ebuild
similarity index 97%
rename from dev-cpp/gtest/gtest-1.15.2.ebuild
rename to dev-cpp/gtest/gtest-1.15.2-r1.ebuild
index f7916479456c..9772c8c9667e 100644
--- a/dev-cpp/gtest/gtest-1.15.2.ebuild
+++ b/dev-cpp/gtest/gtest-1.15.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,7 +28,7 @@ DESCRIPTION="Google C++ Testing Framework"
 HOMEPAGE="https://github.com/google/googletest"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 IUSE="abseil doc examples test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index f7916479456c..9772c8c9667e 100644
--- a/dev-cpp/gtest/gtest-9999.ebuild
+++ b/dev-cpp/gtest/gtest-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,7 +28,7 @@ DESCRIPTION="Google C++ Testing Framework"
 HOMEPAGE="https://github.com/google/googletest"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 IUSE="abseil doc examples test"
 RESTRICT="!test? ( test )"