summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <git@mva.name>2016-09-06 04:22:45 +0700
committerVadim A. Misbakh-Soloviov <git@mva.name>2016-09-06 04:22:59 +0700
commit48b738bcd413691ceac5acf6b9892123083d3cfa (patch)
treeecc419da515f5c6f8eb61d2ff2d9e78ac633c5c0 /games-util/lgogdownloader/lgogdownloader-9999.ebuild
parentdev-games/aseprite: Bump to 1.17, remove old. (diff)
downloadgamerlay-48b738bcd413691ceac5acf6b9892123083d3cfa.tar.gz
gamerlay-48b738bcd413691ceac5acf6b9892123083d3cfa.tar.bz2
gamerlay-48b738bcd413691ceac5acf6b9892123083d3cfa.zip
fixes
Diffstat (limited to 'games-util/lgogdownloader/lgogdownloader-9999.ebuild')
-rw-r--r--games-util/lgogdownloader/lgogdownloader-9999.ebuild29
1 files changed, 13 insertions, 16 deletions
diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index 4a20f3c..429eed9 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -1,29 +1,26 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: lgogdownloader-9999.ebuild,v 1.0 2013/04/28 15:06:41 by frostwork Exp $
-EAPI="4"
+EAPI="6"
-inherit eutils git-2
+inherit cmake-utils git-r3
DESCRIPTION="Linux compatible gog.com downloader"
HOMEPAGE="https://sites.google.com/site/gogdownloader/"
-EGIT_REPO_URI="git://github.com/Sude-/lgogdownloader.git"
+EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
LICENSE="WTFPL"
SLOT="0"
KEYWORDS=""
IUSE=""
-RDEPEND="dev-libs/jsoncpp
- net-libs/liboauth
- net-misc/curl
- dev-libs/boost
- dev-libs/tinyxml
- app-crypt/librhash
- net-libs/htmlcxx"
+RDEPEND="
+ dev-libs/jsoncpp
+ net-libs/liboauth
+ net-misc/curl
+ dev-libs/boost
+ dev-libs/tinyxml
+ app-crypt/librhash
+ net-libs/htmlcxx
+"
DEPEND="${RDEPEND}"
-
-src_install() {
- dobin bin/Release/${PN}
-}