From d7dea6a3d886d45f6eb614bd7a66dec842f903f1 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 20 Dec 2017 22:30:33 +0100 Subject: [PATCH] games-util/lgogdownloader: Remove old Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- games-util/lgogdownloader/Manifest | 1 - .../lgogdownloader/lgogdownloader-3.2.ebuild | 26 ------------------- 2 files changed, 27 deletions(-) delete mode 100644 games-util/lgogdownloader/lgogdownloader-3.2.ebuild diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest index de5390ab63035..f522f8f79812f 100644 --- a/games-util/lgogdownloader/Manifest +++ b/games-util/lgogdownloader/Manifest @@ -1,2 +1 @@ -DIST lgogdownloader-3.2.tar.gz 68438 BLAKE2B 49ff8b0adad721ab99036a493d1dd83b52586feb583b950784d63c96deecc3659f27e358a12f02db283a2fcaf12170a3c36df59fc1dc4e7de7ddcc9a65446d66 SHA512 b1d8d89b303c77e17601b19e09346b8d632bc049d40741442ad88646d8764e4efd3a04edcbcae5a5e098df3251ae88d15d355d06cbb03cf313a8619d3111ff35 DIST lgogdownloader-3.3.tar.gz 73873 BLAKE2B c2c4c56d6afcc4c103cc32a308be25252888f7668d7488d3aa2eec860f8e2694c62fe25a27e1f24132895d0a8683a226ca95667dac4e7837886b07cfd0821855 SHA512 7af67c440e88bcfbbd6f59b44b8cfd81fe9cee041715d4da968be3aedfe4301a5377ce61354a5cc093588d89300c88c862d9228672a2d79613419dce3619f4c9 diff --git a/games-util/lgogdownloader/lgogdownloader-3.2.ebuild b/games-util/lgogdownloader/lgogdownloader-3.2.ebuild deleted file mode 100644 index 0ac33eae57869..0000000000000 --- a/games-util/lgogdownloader/lgogdownloader-3.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -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="+debug" - -RDEPEND=">=app-crypt/rhash-1.3.3-r2:0= - dev-cpp/htmlcxx:0= - dev-libs/boost:0= - >=dev-libs/jsoncpp-1.7:0= - dev-libs/tinyxml2:0= - net-libs/liboauth:0= - >=net-misc/curl-7.32:0=[ssl]" - -DEPEND="${RDEPEND} - sys-apps/help2man - virtual/pkgconfig"