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 7697E15800A for ; Tue, 1 Aug 2023 15:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC429E0C97; Tue, 1 Aug 2023 15:42:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 6D3F4E0C97 for ; Tue, 1 Aug 2023 15:42:44 +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 6EB42340A69 for ; Tue, 1 Aug 2023 15:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F596EAA for ; Tue, 1 Aug 2023 15:42:38 +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: <1690904535.c3a740203495f37500b5f9b1b61ed1efc91ce3be.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 X-VCS-Directories: dev-cpp/pystring/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3a740203495f37500b5f9b1b61ed1efc91ce3be X-VCS-Branch: master Date: Tue, 1 Aug 2023 15:42:38 +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: 76bcb170-1a6a-4aa3-b999-a6a4b3757db2 X-Archives-Hash: e3cec237e946d62209a983f2e938053b commit: c3a740203495f37500b5f9b1b61ed1efc91ce3be Author: Sam James gentoo org> AuthorDate: Tue Aug 1 15:15:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 1 15:42:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a74020 dev-cpp/pystring: drop unnecessary RESTRICT=mirror, cleanup BDEPEND Signed-off-by: Sam James gentoo.org> dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild index 7256d7703bc2..f521e06ce11f 100644 --- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild +++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,15 +16,11 @@ else KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi -BDEPEND=" - virtual/libc - sys-devel/libtool -" -RESTRICT="mirror" - LICENSE="BSD" SLOT="0" +BDEPEND="sys-devel/libtool" + PATCHES=( # Patch to convert the project into cmake. Taken from: # https://github.com/imageworks/pystring/pull/29