commit:     6ec1bd2d3fc62c0500b959ff9b7f19dbb87d12e8
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 07:03:50 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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
-}

Reply via email to