games-util/lgogdownloader: Version bump to 3.4
authorJames Le Cuirot <chewi@gentoo.org>
Fri, 28 Sep 2018 18:29:44 +0000 (19:29 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Fri, 28 Sep 2018 18:29:44 +0000 (19:29 +0100)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

games-util/lgogdownloader/Manifest
games-util/lgogdownloader/lgogdownloader-3.4.ebuild [new file with mode: 0644]

index f522f8f79812fb7ee3313b1c416c188d57c71092..a78b31a819b44944628d9c074a0b64844be03fd8 100644 (file)
@@ -1 +1,2 @@
 DIST lgogdownloader-3.3.tar.gz 73873 BLAKE2B c2c4c56d6afcc4c103cc32a308be25252888f7668d7488d3aa2eec860f8e2694c62fe25a27e1f24132895d0a8683a226ca95667dac4e7837886b07cfd0821855 SHA512 7af67c440e88bcfbbd6f59b44b8cfd81fe9cee041715d4da968be3aedfe4301a5377ce61354a5cc093588d89300c88c862d9228672a2d79613419dce3619f4c9
+DIST lgogdownloader-3.4.tar.gz 86362 BLAKE2B a6f0f7b69fc3707c5788f8c25b0669887fde2f44c585f069cbada40791283e37f01d6adcc216712bb6f283a4a46dc8ebecb4861000b7db58d45be777f5b55a56 SHA512 852a335e21c199e9fc49a1cf07fd218d487cb70ebf4ed2a2c81e46477df7629999bc5c8c33f18fdc754804c459f088c8af9624815eacb054516a060d55ce4583
diff --git a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
new file mode 100644 (file)
index 0000000..213bca2
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 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"