From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 C2A9015808A for ; Mon, 28 Jul 2025 01:32:45 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AE76F341FE0 for ; Mon, 28 Jul 2025 01:32:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0BB72110560; Mon, 28 Jul 2025 01:32:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 02063110560 for ; Mon, 28 Jul 2025 01:32:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55AC6341F48 for ; Mon, 28 Jul 2025 01:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90CB532A1 for ; Mon, 28 Jul 2025 01:32:38 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1753665448.ccf7b97f7eb39e61cac6cefa9e74b4e684b0ab0a.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/iOSbackup/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild dev-python/iOSbackup/iOSbackup-0.9.925.ebuild X-VCS-Directories: dev-python/iOSbackup/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: ccf7b97f7eb39e61cac6cefa9e74b4e684b0ab0a X-VCS-Branch: dev Date: Mon, 28 Jul 2025 01:32: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: 585d25c2-1dff-44e5-872d-04ef88c78118 X-Archives-Hash: 8be339e968a44354fd939517084208e5 commit: ccf7b97f7eb39e61cac6cefa9e74b4e684b0ab0a Author: Lucio Sauer posteo net> AuthorDate: Mon Jul 28 00:27:40 2025 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Jul 28 01:17:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccf7b97f dev-python/iOSbackup: reflect ambiguous license in LICENSE * Upstream only states License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) in setup.py Signed-off-by: Lucio Sauer posteo.net> ...Sbackup-0.9.925.ebuild => iOSbackup-0.9.925-r1.ebuild} | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild b/dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild similarity index 73% rename from dev-python/iOSbackup/iOSbackup-0.9.925.ebuild rename to dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild index 2b10b76a12..6d65f74bd8 100644 --- a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild +++ b/dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild @@ -15,7 +15,20 @@ HOMEPAGE=" https://github.com/avibrazil/iOSbackup " -LICENSE="GPL-2" +# The project only states LGPL in setup.py +LICENSE=" + || ( + LGPL-2 + LGPL-2+ + LGPL-2-with-linking-exception + LGPL-2.1 + LGPL-2.1+ + LGPL-2.1-with-linking-exception + LGPL-3 + LGPL-3+ + LGPL-3-with-linking-exception + ) +" SLOT="0" KEYWORDS="~amd64 ~x86" From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 CB98815808A for ; Mon, 28 Jul 2025 11:51:09 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B7050341FCB for ; Mon, 28 Jul 2025 11:51:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 27484110562; Mon, 28 Jul 2025 11:51:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1D799110562 for ; Mon, 28 Jul 2025 11:51:01 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA0F6340E06 for ; Mon, 28 Jul 2025 11:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 176EF32B9 for ; Mon, 28 Jul 2025 11:50:58 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1753665448.ccf7b97f7eb39e61cac6cefa9e74b4e684b0ab0a.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/iOSbackup/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild dev-python/iOSbackup/iOSbackup-0.9.925.ebuild X-VCS-Directories: dev-python/iOSbackup/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: ccf7b97f7eb39e61cac6cefa9e74b4e684b0ab0a X-VCS-Branch: master Date: Mon, 28 Jul 2025 11:50:58 +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: 647080e2-fd6a-40de-aaba-175dde79661c X-Archives-Hash: 1cd8c93048e561093b5211683e858c3a Message-ID: <20250728115058.9th6z0Sm0NY59Sut6cjlGiGDaZiPZCzsVH2MwRrAcpA@z> commit: ccf7b97f7eb39e61cac6cefa9e74b4e684b0ab0a Author: Lucio Sauer posteo net> AuthorDate: Mon Jul 28 00:27:40 2025 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Jul 28 01:17:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccf7b97f dev-python/iOSbackup: reflect ambiguous license in LICENSE * Upstream only states License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) in setup.py Signed-off-by: Lucio Sauer posteo.net> ...Sbackup-0.9.925.ebuild => iOSbackup-0.9.925-r1.ebuild} | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild b/dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild similarity index 73% rename from dev-python/iOSbackup/iOSbackup-0.9.925.ebuild rename to dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild index 2b10b76a12..6d65f74bd8 100644 --- a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild +++ b/dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild @@ -15,7 +15,20 @@ HOMEPAGE=" https://github.com/avibrazil/iOSbackup " -LICENSE="GPL-2" +# The project only states LGPL in setup.py +LICENSE=" + || ( + LGPL-2 + LGPL-2+ + LGPL-2-with-linking-exception + LGPL-2.1 + LGPL-2.1+ + LGPL-2.1-with-linking-exception + LGPL-3 + LGPL-3+ + LGPL-3-with-linking-exception + ) +" SLOT="0" KEYWORDS="~amd64 ~x86"