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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BE3C1580FD for ; Sun, 22 Dec 2024 01:31:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE883E0948; Sun, 22 Dec 2024 01:31:03 +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 A0A30E0949 for ; Sun, 22 Dec 2024 01:31:03 +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 1191234069F for ; Sun, 22 Dec 2024 01:31:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4836D1FBE for ; Sun, 22 Dec 2024 01:30:59 +0000 (UTC) From: "Sam James" 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" Message-ID: <1734830875.cca9321024d8fd44386ee8116e00e1a7f69f413d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/pystring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/pystring/pystring-1.1.3-r1.ebuild dev-cpp/pystring/pystring-1.1.4.ebuild X-VCS-Directories: dev-cpp/pystring/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cca9321024d8fd44386ee8116e00e1a7f69f413d X-VCS-Branch: master Date: Sun, 22 Dec 2024 01:30:59 +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: 521bbeaf-067d-4612-88ef-2519c0a66ffa X-Archives-Hash: a9fb27cb21f8959a9071432191952d6a commit: cca9321024d8fd44386ee8116e00e1a7f69f413d Author: Sam James gentoo org> AuthorDate: Sun Dec 22 01:26:16 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 22 01:27:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca93210 dev-cpp/pystring: drop libtool BDEPEND We should have dropped this in 91773fd1eb57d4c080c0151f5899f1631ddf2aac when we switched to CMake. Signed-off-by: Sam James gentoo.org> dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 2 -- dev-cpp/pystring/pystring-1.1.4.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild index 28892a5737ca..ccc4e19d1a1d 100644 --- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild +++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild @@ -19,8 +19,6 @@ fi LICENSE="BSD" SLOT="0" -BDEPEND="dev-build/libtool" - PATCHES=( # Patch to convert the project into cmake. Taken from: # https://github.com/imageworks/pystring/pull/29 diff --git a/dev-cpp/pystring/pystring-1.1.4.ebuild b/dev-cpp/pystring/pystring-1.1.4.ebuild index 749a5769169b..5e8286cf0ab3 100644 --- a/dev-cpp/pystring/pystring-1.1.4.ebuild +++ b/dev-cpp/pystring/pystring-1.1.4.ebuild @@ -19,8 +19,6 @@ fi LICENSE="BSD" SLOT="0" -BDEPEND="dev-build/libtool" - PATCHES=( # This release doesn't install the header file. "${FILESDIR}/install_header_file.patch"