commit:     60a8c0fba91723768fe19377711000ab330dc83b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 15:36:03 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 17:00:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a8c0fb

games-util/lgogdownloader: drop 3.7-r1

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                 |  1 -
 .../lgogdownloader/lgogdownloader-3.7-r1.ebuild    | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest 
b/games-util/lgogdownloader/Manifest
index f330c2b186e4..96c2c63cc6b1 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1,2 +1 @@
-DIST lgogdownloader-3.7.tar.gz 85653 BLAKE2B 
bb6fe56be291ca726b97cfb7ce83e87e855584da911839a9bc6a923c027e7ea67e83e62a5e8bb1a0c62dd053a7d6728c1e82896d19ba48a310574dc8c6a647f5
 SHA512 
2085b9c64008d790a28dcb9d22009340acac164db316523919dcf797255fd57a36160950fb222e82b9ee6262ef8c0e86193e2d9a4488ea2105f9f4bbe7db727b
 DIST lgogdownloader-3.8.tar.gz 85271 BLAKE2B 
ff8e9f80dbec849649b4074ab5890f833a5bfaf120246e7ca5eae83f414af469da29302323dc22632eb0a7259e49e9cf3660ea8953adda75fc7a5308204767bd
 SHA512 
ccc6116f22a5c0bff5e4ef650f6386d5bfc507cc667b7154b021ecdbd45e7553ac33ae6b81531e2cea52a5022ee9c810033518a07374d4e9f7c672344e7ccad3

diff --git a/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild 
b/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild
deleted file mode 100644
index 64fb82fe1537..000000000000
--- a/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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