diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-09-28 19:29:44 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-09-28 19:29:44 +0100 |
commit | 1e28daf612f93610b63e13c369041e9b18d67710 (patch) | |
tree | ce8a3455a719b82675e3fe5e0573080075b132cd /games-util | |
parent | net-im/telegram-desktop-bin: clean up old. (diff) | |
download | gentoo-1e28daf612f93610b63e13c369041e9b18d67710.tar.gz gentoo-1e28daf612f93610b63e13c369041e9b18d67710.tar.bz2 gentoo-1e28daf612f93610b63e13c369041e9b18d67710.zip |
games-util/lgogdownloader: Version bump to 3.4
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/lgogdownloader/Manifest | 1 | ||||
-rw-r--r-- | games-util/lgogdownloader/lgogdownloader-3.4.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest index f522f8f79812..a78b31a819b4 100644 --- a/games-util/lgogdownloader/Manifest +++ b/games-util/lgogdownloader/Manifest @@ -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 index 000000000000..213bca2a9420 --- /dev/null +++ b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild @@ -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" |