From 115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 28 Mar 2023 09:49:11 +0100 Subject: gentoo auto-resync : 28:03:2023 - 09:49:10 --- games-util/Manifest.gz | Bin 7866 -> 7867 bytes games-util/lgogdownloader/Manifest | 4 +-- .../lgogdownloader/lgogdownloader-3.10.ebuild | 39 --------------------- .../lgogdownloader/lgogdownloader-3.11.ebuild | 39 +++++++++++++++++++++ 4 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 games-util/lgogdownloader/lgogdownloader-3.10.ebuild create mode 100644 games-util/lgogdownloader/lgogdownloader-3.11.ebuild (limited to 'games-util') diff --git a/games-util/Manifest.gz b/games-util/Manifest.gz index 4b79c857f565..c80c6aa54df9 100644 Binary files a/games-util/Manifest.gz and b/games-util/Manifest.gz differ diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest index c116c1cd6a77..5b851ce6fca7 100644 --- a/games-util/lgogdownloader/Manifest +++ b/games-util/lgogdownloader/Manifest @@ -1,4 +1,4 @@ -DIST lgogdownloader-3.10.tar.gz 94395 BLAKE2B 4f8a2808d7f751fbd5f1c22edfc75225276fa73f5653bc6c0a5d0e8774f278d6aa7a6aa1425a2e5efbbc072dd134e6119af460e705e93ac192246f79a7277327 SHA512 ffa94622e1fa8d31ad2e6e6580a3fde4e1382a6a41fa0c4f47ed3fb4bb772352d9513eed22ccd38fcfee0eaf3178741f64ab7519096c385c0467a50426f5e5e0 -EBUILD lgogdownloader-3.10.ebuild 835 BLAKE2B a6777f8cf1dfcdd92037c562964b1d772d80dffe83469f3e00aa7fe089d5e162b406f9f7fe8d08ab8d0990c47289dd0c14b1face2ffc3411e2f2572d80a87694 SHA512 75eb4ed0eef1d398503417a8c7ac04f656543f902378a389c58f888d28cc41c269d1075282749039a57a4496143c236d08921b93fa705241c3ed708f8eabeacf +DIST lgogdownloader-3.11.tar.gz 94411 BLAKE2B 8f672e2af2910d810b2ce9e2944fe882fcd56568d8c47e4211627859fde23211ea95f8258573e51c71102ffc76f47d7fe35d891a84301f63f4cfea097a7e6c00 SHA512 9419dfe03377f5338d9611ae55754d8095dd1b0cc90f4c7a2a9defb1a6d9002d568ed981a98ba29859cd8e1dce18f466d2135a946a3d70bfe2ddc35c362fbdcd +EBUILD lgogdownloader-3.11.ebuild 835 BLAKE2B a6777f8cf1dfcdd92037c562964b1d772d80dffe83469f3e00aa7fe089d5e162b406f9f7fe8d08ab8d0990c47289dd0c14b1face2ffc3411e2f2572d80a87694 SHA512 75eb4ed0eef1d398503417a8c7ac04f656543f902378a389c58f888d28cc41c269d1075282749039a57a4496143c236d08921b93fa705241c3ed708f8eabeacf EBUILD lgogdownloader-9999.ebuild 801 BLAKE2B e9c5ffa6d9f6c2d3051869367724d5416a7b1bca8a2a5d0cb2c44a862c5fa21b1be4cb26b1c142cf8f18652fa3a46add99262933e99fd13ab11254387dc80381 SHA512 a021ffdd4ede7506370cee5d2eb1cbaf7aaea8f45ef4541c11902c8f3a4cdad5b742cb86109ea699742e8c9d5d1c2de3834ce8cc400f0ce8d2494db2e39fd00d MISC metadata.xml 1098 BLAKE2B 154a5ed56c5e935723180acca12ae6e0a14ee2353b1a1626e16e1932922121b8d4b5eb6b5e1f2ade2f707eff696f744677e7d8f9059cdfd6f1357c77a6dc3196 SHA512 b28a6adab900d56756f206983b4fc39f5b0158702cc7a053d4c6a60f926d0dfd5d2853e0df7e99684891d7b6451829b3908c3fe9ff6a320d4fcf51c0910d417e diff --git a/games-util/lgogdownloader/lgogdownloader-3.10.ebuild b/games-util/lgogdownloader/lgogdownloader-3.10.ebuild deleted file mode 100644 index a104b726ad47..000000000000 --- a/games-util/lgogdownloader/lgogdownloader-3.10.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Unofficial GOG.com downloader for Linux" -HOMEPAGE="https://sites.google.com/site/gogdownloader/" -SRC_URI="https://github.com/Sude-/${PN}/releases/download/v${PV}/${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:=[zlib] - >=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-3.11.ebuild b/games-util/lgogdownloader/lgogdownloader-3.11.ebuild new file mode 100644 index 000000000000..a104b726ad47 --- /dev/null +++ b/games-util/lgogdownloader/lgogdownloader-3.11.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Unofficial GOG.com downloader for Linux" +HOMEPAGE="https://sites.google.com/site/gogdownloader/" +SRC_URI="https://github.com/Sude-/${PN}/releases/download/v${PV}/${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:=[zlib] + >=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 +} -- cgit v1.2.3