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 DAFFB1582EF for ; Sun, 23 Feb 2025 12:16:23 +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 C1F8B343268 for ; Sun, 23 Feb 2025 12:16:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 15C991102A2; Sun, 23 Feb 2025 12:16:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 098191102A2 for ; Sun, 23 Feb 2025 12:16:20 +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 B205E3431E8 for ; Sun, 23 Feb 2025 12:16:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA733263B for ; Sun, 23 Feb 2025 12:16:17 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1740312931.e61988229a989e5d55767c5affe200d4b5b3b932.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/endless-sky/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/endless-sky/endless-sky-0.10.12.ebuild games-strategy/endless-sky/endless-sky-0.10.8.ebuild X-VCS-Directories: games-strategy/endless-sky/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e61988229a989e5d55767c5affe200d4b5b3b932 X-VCS-Branch: master Date: Sun, 23 Feb 2025 12:16:17 +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: be02e0e7-879d-456a-8eae-68b19ec5ba3e X-Archives-Hash: 67cc1cc4429a71366e16469ba1ac6bf8 commit: e61988229a989e5d55767c5affe200d4b5b3b932 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Feb 23 12:12:36 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Feb 23 12:15:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6198822 games-strategy/endless-sky: add missing Unsplash license Trivial free-looking license, do not believe worth a revbump. Closes: https://bugs.gentoo.org/950173 Signed-off-by: Ionen Wolkens gentoo.org> games-strategy/endless-sky/endless-sky-0.10.12.ebuild | 2 +- games-strategy/endless-sky/endless-sky-0.10.8.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-strategy/endless-sky/endless-sky-0.10.12.ebuild b/games-strategy/endless-sky/endless-sky-0.10.12.ebuild index 0a0a880a13d0..484af536d278 100644 --- a/games-strategy/endless-sky/endless-sky-0.10.12.ebuild +++ b/games-strategy/endless-sky/endless-sky-0.10.12.ebuild @@ -16,7 +16,7 @@ LICENSE=" GPL-3+ CC-BY-2.0 CC-BY-3.0 CC-BY-4.0 CC-BY-SA-3.0 CC-BY-SA-4.0 - CC0-1.0 public-domain + CC0-1.0 Unsplash public-domain " SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/games-strategy/endless-sky/endless-sky-0.10.8.ebuild b/games-strategy/endless-sky/endless-sky-0.10.8.ebuild index d1f1437b24c2..c0a4e125f072 100644 --- a/games-strategy/endless-sky/endless-sky-0.10.8.ebuild +++ b/games-strategy/endless-sky/endless-sky-0.10.8.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 @@ -16,7 +16,7 @@ LICENSE=" GPL-3+ CC-BY-2.0 CC-BY-3.0 CC-BY-4.0 CC-BY-SA-3.0 CC-BY-SA-4.0 - CC0-1.0 public-domain + CC0-1.0 Unsplash public-domain " SLOT="0" KEYWORDS="~amd64 ~x86"