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 60BA9158094 for ; Thu, 11 Aug 2022 07:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AFF8E0C57; Thu, 11 Aug 2022 07:37: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 183ADE0C57 for ; Thu, 11 Aug 2022 07:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 38FD3341348 for ; Thu, 11 Aug 2022 07:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BB03596 for ; Thu, 11 Aug 2022 07:37:51 +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: <1660203430.6ec1bd2d3fc62c0500b959ff9b7f19dbb87d12e8.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lgogdownloader/Manifest games-util/lgogdownloader/lgogdownloader-3.8.ebuild X-VCS-Directories: games-util/lgogdownloader/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 6ec1bd2d3fc62c0500b959ff9b7f19dbb87d12e8 X-VCS-Branch: master Date: Thu, 11 Aug 2022 07:37:51 +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: f2a446cb-4630-4893-bed4-a9a33740d60e X-Archives-Hash: 7138be987dd006601e5bc7546fbf2f3c commit: 6ec1bd2d3fc62c0500b959ff9b7f19dbb87d12e8 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Aug 11 07:03:50 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Aug 11 07:37:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec1bd2d games-util/lgogdownloader: drop 3.8 Signed-off-by: Ionen Wolkens gentoo.org> games-util/lgogdownloader/Manifest | 1 - .../lgogdownloader/lgogdownloader-3.8.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest index f9a2154fc2de..50fb5d9762f8 100644 --- a/games-util/lgogdownloader/Manifest +++ b/games-util/lgogdownloader/Manifest @@ -1,2 +1 @@ -DIST lgogdownloader-3.8.tar.gz 85271 BLAKE2B ff8e9f80dbec849649b4074ab5890f833a5bfaf120246e7ca5eae83f414af469da29302323dc22632eb0a7259e49e9cf3660ea8953adda75fc7a5308204767bd SHA512 ccc6116f22a5c0bff5e4ef650f6386d5bfc507cc667b7154b021ecdbd45e7553ac33ae6b81531e2cea52a5022ee9c810033518a07374d4e9f7c672344e7ccad3 DIST lgogdownloader-3.9.tar.gz 86351 BLAKE2B 4ba1a39e2c040910cb3fdef908c229ce8a7def70ba430167977ab4eaa7fdcdfd132a314d256300904dd14052aecffceec92652cfa3eba3c2a54d83b1920ed2b7 SHA512 5ac15776c0ab7416013782652fead180f75e3bd075a3b67c9cb672122c13401ebc91e785daa9e7d332011474240dbb4d8383ddadea2abf0d3bddfc13d6892066 diff --git a/games-util/lgogdownloader/lgogdownloader-3.8.ebuild b/games-util/lgogdownloader/lgogdownloader-3.8.ebuild deleted file mode 100644 index 805b3a49d3c0..000000000000 --- a/games-util/lgogdownloader/lgogdownloader-3.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Unofficial GOG.com downloader for Linux" -HOMEPAGE="https://sites.google.com/site/gogdownloader/" -SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz" -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gui" - -RDEPEND=">=app-crypt/rhash-1.3.3-r2:0= - dev-cpp/htmlcxx:0= - dev-libs/boost:0=[zlib] - >=dev-libs/jsoncpp-1.7:0= - dev-libs/tinyxml2:0= - >=net-misc/curl-7.32:0=[ssl] - gui? ( dev-qt/qtwebengine:5=[widgets] )" - -DEPEND="${RDEPEND}" - -BDEPEND="sys-apps/help2man - virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DUSE_QT_GUI=$(usex gui) - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - gunzip "${ED}"/usr/share/man/man1/${PN}.1.gz || die -}