summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:33 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:57:01 +0100
commitd7dea6a3d886d45f6eb614bd7a66dec842f903f1 (patch)
tree2bd29731ec8fed9477491dcd0572b9575a605654 /games-util
parentgames-util/joystick: Remove old (diff)
downloadgentoo-d7dea6a3d886d45f6eb614bd7a66dec842f903f1.tar.gz
gentoo-d7dea6a3d886d45f6eb614bd7a66dec842f903f1.tar.bz2
gentoo-d7dea6a3d886d45f6eb614bd7a66dec842f903f1.zip
games-util/lgogdownloader: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-util')
-rw-r--r--games-util/lgogdownloader/Manifest1
-rw-r--r--games-util/lgogdownloader/lgogdownloader-3.2.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index de5390ab6303..f522f8f79812 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 0ac33eae5786..000000000000
--- 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"