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 1A88E15812D for ; Wed, 01 Jan 2025 21:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59F35E077A; Wed, 01 Jan 2025 21:52:55 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D888E077A for ; Wed, 01 Jan 2025 21:52:55 +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 420B9335CC2 for ; Wed, 01 Jan 2025 21:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1CC0D81 for ; Wed, 01 Jan 2025 21:52:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1735768361.802b4ee4e66147bfca5e58b7fa8a3a6f3c1b0702.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lgogdownloader/lgogdownloader-3.16-r1.ebuild games-util/lgogdownloader/lgogdownloader-9999.ebuild X-VCS-Directories: games-util/lgogdownloader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 802b4ee4e66147bfca5e58b7fa8a3a6f3c1b0702 X-VCS-Branch: master Date: Wed, 01 Jan 2025 21:52:52 +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: 4b6703e4-3bfb-4aca-baf3-abe5c309911a X-Archives-Hash: 6816185c1801766e3af642aade748bbb commit: 802b4ee4e66147bfca5e58b7fa8a3a6f3c1b0702 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 1 18:41:50 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 21:52:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802b4ee4 games-util/lgogdownloader: Drop IUSE qt6 (make Qt6 unconditional) Signed-off-by: Andreas Sturmlechner gentoo.org> .../{lgogdownloader-9999.ebuild => lgogdownloader-3.16-r1.ebuild} | 8 +++++--- games-util/lgogdownloader/lgogdownloader-9999.ebuild | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-3.16-r1.ebuild similarity index 82% copy from games-util/lgogdownloader/lgogdownloader-9999.ebuild copy to games-util/lgogdownloader/lgogdownloader-3.16-r1.ebuild index 653b4c27add5..384ea18d90ab 100644 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-3.16-r1.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake git-r3 +inherit cmake DESCRIPTION="Unofficial GOG.com downloader for Linux" HOMEPAGE="https://sites.google.com/site/gogdownloader/" -EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git" +SRC_URI="https://github.com/Sude-/${PN}/releases/download/v${PV}/${P}.tar.gz" + LICENSE="WTFPL-2" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="gui" RDEPEND=" diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild index 653b4c27add5..74f57ee662f9 100644 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-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 @@ -8,6 +8,7 @@ inherit cmake git-r3 DESCRIPTION="Unofficial GOG.com downloader for Linux" HOMEPAGE="https://sites.google.com/site/gogdownloader/" EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git" + LICENSE="WTFPL-2" SLOT="0" IUSE="gui"