From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- games-util/lgogdownloader/Manifest | 7 ++-- games-util/lgogdownloader/files/jsoncpp.patch | 27 ------------- .../lgogdownloader/lgogdownloader-3.5.ebuild | 44 ---------------------- .../lgogdownloader/lgogdownloader-3.6.ebuild | 39 +++++++++++++++++++ .../lgogdownloader/lgogdownloader-9999.ebuild | 1 - 5 files changed, 42 insertions(+), 76 deletions(-) delete mode 100644 games-util/lgogdownloader/files/jsoncpp.patch delete mode 100644 games-util/lgogdownloader/lgogdownloader-3.5.ebuild create mode 100644 games-util/lgogdownloader/lgogdownloader-3.6.ebuild (limited to 'games-util/lgogdownloader') diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest index e7364562cc3e..83d1200134df 100644 --- a/games-util/lgogdownloader/Manifest +++ b/games-util/lgogdownloader/Manifest @@ -1,5 +1,4 @@ -AUX jsoncpp.patch 775 BLAKE2B 42f6bc206487f272c20b1a665e58121a17e2b2047709b9e153d9c70375e02b71994ff0dbb6400b332a74d343c987dfbd08d0ab3b13903295c580903d6cc81083 SHA512 84ff324ad9e2eeb885f9523cf395cadcbe510d93d70b36609a27b5ea4e180b83dd4dda83f547f948e507594746a42ac43bdcfc0dc05c6b0cd9c92c9aeb205acb -DIST lgogdownloader-3.5.tar.gz 87061 BLAKE2B bde2a8f2c229c9bf62fe83650e81c950806a6c6b9e4f591f08931082f59a961f39c16b5c18c8787edd46555e257354e71e0f1d009de1881f4d25257b28725996 SHA512 e3ce9d4932f9cda362b1472bd5eb605b01d1e9214b79e2d88fa4c2f02b0d54082df68b2f197d714e71a72d57be746dbf0afed68b3316888fdfa6e02c31611ee0 -EBUILD lgogdownloader-3.5.ebuild 882 BLAKE2B 67ce600dc8174980d0de73287819f5d14723a82fdd249b5c4d68ee65f65aec127e314eecb68ccc4bf26ac1faeb1e7d0e18b880174cd2f1cc0fbc61110d8a48e1 SHA512 3e8611b040693e44fded38bd196fdaf8c646da9413a64692c90dbd24bbfc4aeda5f37f33a121394f4cecc6b8de47c41770b89a880745099df2897fc8cb63993a -EBUILD lgogdownloader-9999.ebuild 818 BLAKE2B 7878d55d83a8551012c5470114b32db492a6c689f8d9706b8f64fab786875fba9123abc1235b11fefe5925ad4ff5bd4aef15fd28fcf1ad18914cae2457b8491a SHA512 4fdf98eb21701cc70c8ad82694609db0f7ce0456085b751d47d990ddb577b2588b35f6ed266945bb298167a530215ba7244bced52a9fdef20edcf125276b662b +DIST lgogdownloader-3.6.tar.gz 85470 BLAKE2B 8dafbbbc0653629f5fda2a54f7f0609924d02e4266a018ebdc04abbdfa0ad97e9bdb1f33f5a1e8cb24695cf9c45c2abbbc4857f7eb8650dbc73feef9c6dd9f54 SHA512 e03b1f50a227aa9295071a309eaac4110592b1f50b8379298605d4995e83cde27039e3b3f074c6cd47f6e6971aafe756d619619b7e24f5960b8f271fa1081793 +EBUILD lgogdownloader-3.6.ebuild 818 BLAKE2B ba156c0b1cf76edead3ac903ebcc0f65fffe51b7b49b5885c6284aeefe5af555528de60ab7fa5775007d41ea69353baa2e0a2a04c5ebe537702dfc17b29d7db2 SHA512 b21a7f23db1aad57c617b40b22cb1949e9f9c99d6875e3040d386e356278aa2150a471757840590179d90bc550ead784ac0e9e810cecfe5400492a48404ab17f +EBUILD lgogdownloader-9999.ebuild 796 BLAKE2B f8c3efb3644e7e8a179db0311323c1254d774fade7857e4c7fbf2722e2cf4b920112de20eee9ad3b18e7b2b9bd2f4c86343e4498c396ff3fd135f896e34136ba SHA512 c811cf3af322e2817111134c77de6f20cab346b532a8b7759be2d3d2955ca803f4903045182642133f7a14c83a4cf0206bb1e6f027f86342ae2a0a8884359cb5 MISC metadata.xml 1097 BLAKE2B 029a2a56a669431f4128f2e3c375f66a03c91e101b4d18555cbff0d7e0840025b5cace7c7eae5a98f5c2a79d2ace2c0caf8824b6d29ccccd67de98fee188e924 SHA512 2dbc9390d544b0c5c215dcf6788ced1bcbf0de677dafbafa500725d4968b0ab733df82c4799c62cbe30fb058ffdc7332cb7bd1459f872093e777ce9e108ce720 diff --git a/games-util/lgogdownloader/files/jsoncpp.patch b/games-util/lgogdownloader/files/jsoncpp.patch deleted file mode 100644 index d865903129d6..000000000000 --- a/games-util/lgogdownloader/files/jsoncpp.patch +++ /dev/null @@ -1,27 +0,0 @@ -From ff353126ecda61824cf866d3807c9ebada96282e Mon Sep 17 00:00:00 2001 -From: James Le Cuirot -Date: Wed, 20 Nov 2019 22:24:10 +0000 -Subject: [PATCH] Fix find_path for newer jsoncpp release - -features.h was renamed but allocator.h wasn't so the latter works with -both old and new versions. ---- - cmake/FindJsoncpp.cmake | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/cmake/FindJsoncpp.cmake b/cmake/FindJsoncpp.cmake -index 5731980..0c8e0fb 100644 ---- a/cmake/FindJsoncpp.cmake -+++ b/cmake/FindJsoncpp.cmake -@@ -10,7 +10,7 @@ pkg_check_modules(PC_JSONCPP REQUIRED jsoncpp) - - find_path(JSONCPP_INCLUDE_DIR - NAMES -- json/features.h -+ json/allocator.h - HINTS - ${PC_JSONCPP_INCLUDEDIR} - ${PC_JSONCPP_INCLUDEDIRS} --- -2.23.0 - diff --git a/games-util/lgogdownloader/lgogdownloader-3.5.ebuild b/games-util/lgogdownloader/lgogdownloader-3.5.ebuild deleted file mode 100644 index a9948879d367..000000000000 --- a/games-util/lgogdownloader/lgogdownloader-3.5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -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="gui" - -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] - gui? ( dev-qt/qtwebengine:5=[widgets] )" - -DEPEND="${RDEPEND}" - -BDEPEND="sys-apps/help2man - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/jsoncpp.patch -) - -src_configure() { - local mycmakeargs=( - -DUSE_QT_GUI=$(usex gui) - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - gunzip "${ED}"/usr/share/man/man1/${PN}.1.gz || die -} diff --git a/games-util/lgogdownloader/lgogdownloader-3.6.ebuild b/games-util/lgogdownloader/lgogdownloader-3.6.ebuild new file mode 100644 index 000000000000..fa94c0f4adca --- /dev/null +++ b/games-util/lgogdownloader/lgogdownloader-3.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +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="gui" + +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-misc/curl-7.32:0=[ssl] + gui? ( dev-qt/qtwebengine:5=[widgets] )" + +DEPEND="${RDEPEND}" + +BDEPEND="sys-apps/help2man + virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DUSE_QT_GUI=$(usex gui) + ) + cmake_src_configure +} + +src_install() { + cmake_src_install + gunzip "${ED}"/usr/share/man/man1/${PN}.1.gz || die +} diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild index 45cbec465be6..4ea44e56d155 100644 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild @@ -17,7 +17,6 @@ RDEPEND=">=app-crypt/rhash-1.3.3-r2: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] gui? ( dev-qt/qtwebengine:5=[widgets] )" -- cgit v1.2.3