public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2016-09-17 10:05 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2016-09-17 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8096d7f31766df3ca1d95f82c56888eb3c429bdf
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 10:04:49 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 10:04:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8096d7f3

games-util/lgogdownloader: New package for downloading GOG.com games

Package-Manager: portage-2.3.0

 games-util/lgogdownloader/Manifest                 |  1 +
 .../lgogdownloader/lgogdownloader-2.28.ebuild      | 29 +++++++++++++++++++
 games-util/lgogdownloader/metadata.xml             | 33 ++++++++++++++++++++++
 3 files changed, 63 insertions(+)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
new file mode 100644
index 00000000..6238523
--- /dev/null
+++ b/games-util/lgogdownloader/Manifest
@@ -0,0 +1 @@
+DIST lgogdownloader-2.28.tar.gz 51147 SHA256 551aa431a1a8d1123fc68dd7504368a7b9f07da5108236a4b91d0d10d67dd16e SHA512 dccaa3517675fc0c4218151aac89576404185b2531496443cb7b7d6f6367ead53fb113f88dedc2656afad889f04614986159af1b1009ac7a90e4fa564884f8a4 WHIRLPOOL 4c5ddeadb64b2aebdd30652609fbacee38b3e2c5c353aabce79286aeb784cfdaa71acb52ff0826d5a7d3215c6c67880307fe47a0e53521a3749658af9a568827

diff --git a/games-util/lgogdownloader/lgogdownloader-2.28.ebuild b/games-util/lgogdownloader/lgogdownloader-2.28.ebuild
new file mode 100644
index 00000000..14666d7
--- /dev/null
+++ b/games-util/lgogdownloader/lgogdownloader-2.28.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_MIN_VERSION="3.0.0"
+
+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:=
+	dev-cpp/htmlcxx:=
+	dev-libs/boost:=
+	>=dev-libs/jsoncpp-1.7:=
+	dev-libs/tinyxml:=
+	net-libs/liboauth:=
+	>=net-misc/curl-7.32:=[ssl]"
+
+DEPEND="${RDEPEND}
+	sys-apps/help2man
+	virtual/pkgconfig"

diff --git a/games-util/lgogdownloader/metadata.xml b/games-util/lgogdownloader/metadata.xml
new file mode 100644
index 00000000..c85bfde
--- /dev/null
+++ b/games-util/lgogdownloader/metadata.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>chewi@gentoo.org</email>
+		<name>James Le Cuirot</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Sude-/lgogdownloader</remote-id>
+	</upstream>
+	<longdescription>
+	  LGOGDownloader is open source downloader to GOG.com for Linux
+	  users using the same API as the official GOGDownloader.
+
+	  Features:
+	  * List available games
+	  * Resume downloads
+	  * Batch downloading
+	  * Repair downloaded files
+	  * Read/create XML files used by the official GOG Downloader
+	  * Download cover art
+	  * Check for orphaned files
+	  * Check status of files
+	  * Download individual files by id number
+	  * List/download updated files
+	  * Blacklist unwanted files
+	  * Perl regular expressions for filtering games
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2016-11-23 23:13 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2016-11-23 23:13 UTC (permalink / raw
  To: gentoo-commits

commit:     a9f2ec094fc113efc59fdfa2cf3ba6ead9b435f0
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 23:13:01 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 23:13:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f2ec09

games-util/lgogdownloader: Version bump to 3.0

Now migrated to tinyxml2. Upstream has included my fixes that will
help to run this under Portage one day.

Package-Manager: portage-2.3.2

 games-util/lgogdownloader/Manifest                                      | 2 +-
 .../{lgogdownloader-2.28.ebuild => lgogdownloader-3.0.ebuild}           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index 6238523..109da7b 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1 @@
-DIST lgogdownloader-2.28.tar.gz 51147 SHA256 551aa431a1a8d1123fc68dd7504368a7b9f07da5108236a4b91d0d10d67dd16e SHA512 dccaa3517675fc0c4218151aac89576404185b2531496443cb7b7d6f6367ead53fb113f88dedc2656afad889f04614986159af1b1009ac7a90e4fa564884f8a4 WHIRLPOOL 4c5ddeadb64b2aebdd30652609fbacee38b3e2c5c353aabce79286aeb784cfdaa71acb52ff0826d5a7d3215c6c67880307fe47a0e53521a3749658af9a568827
+DIST lgogdownloader-3.0.tar.gz 60859 SHA256 4aeb7535a3e68da19ebdf6e5fa8e6553bb8087099bde660b2c883b9d28693835 SHA512 e99960c7bec55c37b230890911585eb68f133988a76bc00715fc715781b2e41c28879dc92563f3a6564a699dd5abe5c350f10b2d7e1d213e744ef0f768abe434 WHIRLPOOL c835d5872d87a70d875d17e5e76765535b054357c68afb566cf011301b67d80d2105cb72e41ceddd57d5f282b1125ab612ef2387cba184ec13616c61ccca8e2e

diff --git a/games-util/lgogdownloader/lgogdownloader-2.28.ebuild b/games-util/lgogdownloader/lgogdownloader-3.0.ebuild
similarity index 96%
rename from games-util/lgogdownloader/lgogdownloader-2.28.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.0.ebuild
index 14666d7..a6ce80e 100644
--- a/games-util/lgogdownloader/lgogdownloader-2.28.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.0.ebuild
@@ -20,7 +20,7 @@ RDEPEND=">=app-crypt/rhash-1.3.3-r2:=
 	dev-cpp/htmlcxx:=
 	dev-libs/boost:=
 	>=dev-libs/jsoncpp-1.7:=
-	dev-libs/tinyxml:=
+	dev-libs/tinyxml2:=
 	net-libs/liboauth:=
 	>=net-misc/curl-7.32:=[ssl]"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2016-12-23 10:11 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2016-12-23 10:11 UTC (permalink / raw
  To: gentoo-commits

commit:     263e6f178f0919164389a306cc4ae7f17c8f293a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 09:41:33 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 10:11:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263e6f17

games-util/lgogdownloader: Drop CMAKE_MIN_VERSION

Covered by cmake-utils eclass now.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 games-util/lgogdownloader/lgogdownloader-3.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-3.0.ebuild b/games-util/lgogdownloader/lgogdownloader-3.0.ebuild
index a6ce80e..3eaebc0 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.0.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.0.ebuild
@@ -4,8 +4,6 @@
 
 EAPI=6
 
-CMAKE_MIN_VERSION="3.0.0"
-
 inherit cmake-utils
 
 DESCRIPTION="Unofficial GOG.com downloader for Linux"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2017-01-24 22:18 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2017-01-24 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e8650410e751c24322cd99e8b92e53e8e6fb6141
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 22:18:20 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 22:18:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8650410

games-util/lgogdownloader: Version bump to 3.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 games-util/lgogdownloader/Manifest                       |  2 +-
 ...ogdownloader-3.0.ebuild => lgogdownloader-3.1.ebuild} | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index 109da7b..e352f58 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1 @@
-DIST lgogdownloader-3.0.tar.gz 60859 SHA256 4aeb7535a3e68da19ebdf6e5fa8e6553bb8087099bde660b2c883b9d28693835 SHA512 e99960c7bec55c37b230890911585eb68f133988a76bc00715fc715781b2e41c28879dc92563f3a6564a699dd5abe5c350f10b2d7e1d213e744ef0f768abe434 WHIRLPOOL c835d5872d87a70d875d17e5e76765535b054357c68afb566cf011301b67d80d2105cb72e41ceddd57d5f282b1125ab612ef2387cba184ec13616c61ccca8e2e
+DIST lgogdownloader-3.1.tar.gz 60834 SHA256 010d98e23108f605a553efd42ae68abd9ec78db1b2cd18cab89f8fb7e20484c9 SHA512 e15f6d359298bee0922439703ca256ad9f5f07052a12b241fe03031663dce44bd61427dbe9739115d529736b261a51068c5b2c7669fe4a4b4c0553c2ed77a793 WHIRLPOOL 061d9ffad072dae03f509e637b081d48b293d2324ed9ef32f0341b32bc00d441db79227cc4c206bee11b426a0c5960c1a78e9471d2ce9f489070f4173c21c84f

diff --git a/games-util/lgogdownloader/lgogdownloader-3.0.ebuild b/games-util/lgogdownloader/lgogdownloader-3.1.ebuild
similarity index 64%
rename from games-util/lgogdownloader/lgogdownloader-3.0.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.1.ebuild
index 3eaebc0..462a5f4 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.0.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,13 +14,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+debug"
 
-RDEPEND=">=app-crypt/rhash-1.3.3-r2:=
-	dev-cpp/htmlcxx:=
-	dev-libs/boost:=
-	>=dev-libs/jsoncpp-1.7:=
-	dev-libs/tinyxml2:=
-	net-libs/liboauth:=
-	>=net-misc/curl-7.32:=[ssl]"
+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


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2017-03-08 21:38 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2017-03-08 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c1227c2ba06c8bf2ca8933810c12bbdde7730f6f
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  8 21:38:05 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 21:38:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1227c2b

games-util/lgogdownloader: Version bump to 3.2

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 games-util/lgogdownloader/Manifest                                      | 2 +-
 .../{lgogdownloader-3.1.ebuild => lgogdownloader-3.2.ebuild}            | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index e352f58d342..2daae536192 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1 @@
-DIST lgogdownloader-3.1.tar.gz 60834 SHA256 010d98e23108f605a553efd42ae68abd9ec78db1b2cd18cab89f8fb7e20484c9 SHA512 e15f6d359298bee0922439703ca256ad9f5f07052a12b241fe03031663dce44bd61427dbe9739115d529736b261a51068c5b2c7669fe4a4b4c0553c2ed77a793 WHIRLPOOL 061d9ffad072dae03f509e637b081d48b293d2324ed9ef32f0341b32bc00d441db79227cc4c206bee11b426a0c5960c1a78e9471d2ce9f489070f4173c21c84f
+DIST lgogdownloader-3.2.tar.gz 68438 SHA256 9e60af50c18533884ca317778b291152d5f04d93dfd3dc2579f6f965538b2031 SHA512 b1d8d89b303c77e17601b19e09346b8d632bc049d40741442ad88646d8764e4efd3a04edcbcae5a5e098df3251ae88d15d355d06cbb03cf313a8619d3111ff35 WHIRLPOOL f584c1e86d0e867b54d5e3415bcd0403baf783a9feb3d2ed3024c3dbfbe0892ddbf3dc79c535d8692570a8fe9dcab0cace38032ba255d805adb3fd300af3f79a

diff --git a/games-util/lgogdownloader/lgogdownloader-3.1.ebuild b/games-util/lgogdownloader/lgogdownloader-3.2.ebuild
similarity index 100%
rename from games-util/lgogdownloader/lgogdownloader-3.1.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.2.ebuild


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2017-11-09 20:16 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2017-11-09 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     82209ff919971efa2d7b8176a6888d42d878d2c6
Author:     soredake <fdsfgs <AT> krutt <DOT> org>
AuthorDate: Wed Nov  8 13:54:48 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 20:16:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82209ff9

games-util/lgogdownloader: add live version

Closes: https://github.com/gentoo/gentoo/pull/6149

 .../lgogdownloader/lgogdownloader-9999.ebuild      | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
new file mode 100644
index 00000000000..478ab0eee16
--- /dev/null
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils git-r3
+
+DESCRIPTION="Unofficial GOG.com downloader for Linux"
+HOMEPAGE="https://sites.google.com/site/gogdownloader/"
+EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
+LICENSE="WTFPL-2"
+SLOT="0"
+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"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2017-11-09 20:16 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2017-11-09 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     592a1f1ed78b0dcc5df7fba62f37a6a8588d5b42
Author:     soredake <fdsfgs <AT> krutt <DOT> org>
AuthorDate: Thu Nov  9 10:00:59 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 20:16:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592a1f1e

games-util/lgogdownloader: version bump to 3.3

Closes: https://github.com/gentoo/gentoo/pull/6149

 games-util/lgogdownloader/Manifest                 |  1 +
 .../lgogdownloader/lgogdownloader-3.3.ebuild       | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index 2daae536192..4646701f325 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1,2 @@
 DIST lgogdownloader-3.2.tar.gz 68438 SHA256 9e60af50c18533884ca317778b291152d5f04d93dfd3dc2579f6f965538b2031 SHA512 b1d8d89b303c77e17601b19e09346b8d632bc049d40741442ad88646d8764e4efd3a04edcbcae5a5e098df3251ae88d15d355d06cbb03cf313a8619d3111ff35 WHIRLPOOL f584c1e86d0e867b54d5e3415bcd0403baf783a9feb3d2ed3024c3dbfbe0892ddbf3dc79c535d8692570a8fe9dcab0cace38032ba255d805adb3fd300af3f79a
+DIST lgogdownloader-3.3.tar.gz 73873 SHA256 8bb7a37b48f558bddeb662ebac32796b0ae11fa2cc57a03d48b3944198e800ce SHA512 7af67c440e88bcfbbd6f59b44b8cfd81fe9cee041715d4da968be3aedfe4301a5377ce61354a5cc093588d89300c88c862d9228672a2d79613419dce3619f4c9 WHIRLPOOL 3f497a8e606490016e6a30d7ac83d5f734c5290f206e34d6de2ea844d81fb2002e1601194a7c37fbf6e271467f834c2ce0c60daaea8c9343a632300a020ae828

diff --git a/games-util/lgogdownloader/lgogdownloader-3.3.ebuild b/games-util/lgogdownloader/lgogdownloader-3.3.ebuild
new file mode 100644
index 00000000000..0ac33eae578
--- /dev/null
+++ b/games-util/lgogdownloader/lgogdownloader-3.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 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"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2017-12-21  1:57 David Seifert
  0 siblings, 0 replies; 30+ messages in thread
From: David Seifert @ 2017-12-21  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d7dea6a3d886d45f6eb614bd7a66dec842f903f1
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 21:30:33 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 01:57:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7dea6a3

games-util/lgogdownloader: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-util/lgogdownloader/Manifest                 |  1 -
 .../lgogdownloader/lgogdownloader-3.2.ebuild       | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index de5390ab630..f522f8f7981 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1,2 +1 @@
-DIST lgogdownloader-3.2.tar.gz 68438 BLAKE2B 49ff8b0adad721ab99036a493d1dd83b52586feb583b950784d63c96deecc3659f27e358a12f02db283a2fcaf12170a3c36df59fc1dc4e7de7ddcc9a65446d66 SHA512 b1d8d89b303c77e17601b19e09346b8d632bc049d40741442ad88646d8764e4efd3a04edcbcae5a5e098df3251ae88d15d355d06cbb03cf313a8619d3111ff35
 DIST lgogdownloader-3.3.tar.gz 73873 BLAKE2B c2c4c56d6afcc4c103cc32a308be25252888f7668d7488d3aa2eec860f8e2694c62fe25a27e1f24132895d0a8683a226ca95667dac4e7837886b07cfd0821855 SHA512 7af67c440e88bcfbbd6f59b44b8cfd81fe9cee041715d4da968be3aedfe4301a5377ce61354a5cc093588d89300c88c862d9228672a2d79613419dce3619f4c9

diff --git a/games-util/lgogdownloader/lgogdownloader-3.2.ebuild b/games-util/lgogdownloader/lgogdownloader-3.2.ebuild
deleted file mode 100644
index 0ac33eae578..00000000000
--- a/games-util/lgogdownloader/lgogdownloader-3.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 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"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2018-09-28 18:38 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2018-09-28 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     94582b82342e4752b7559c45693d0e9baef94ba6
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 18:30:09 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 18:30:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94582b82

games-util/lgogdownloader: Drop old 3.3

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-util/lgogdownloader/Manifest                 |  1 -
 .../lgogdownloader/lgogdownloader-3.3.ebuild       | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index a78b31a819b..41c78e17777 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1,2 +1 @@
-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.3.ebuild b/games-util/lgogdownloader/lgogdownloader-3.3.ebuild
deleted file mode 100644
index 0ac33eae578..00000000000
--- a/games-util/lgogdownloader/lgogdownloader-3.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 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"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2018-09-28 18:38 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2018-09-28 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     1e28daf612f93610b63e13c369041e9b18d67710
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 18:29:44 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 18:29:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e28daf6

games-util/lgogdownloader: Version bump to 3.4

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-util/lgogdownloader/Manifest                 |  1 +
 .../lgogdownloader/lgogdownloader-3.4.ebuild       | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index f522f8f7981..a78b31a819b 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 00000000000..213bca2a942
--- /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"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2018-10-14  7:35 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2018-10-14  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     fc1c018760c8b6d1aa64bcccc9e360d3c570fe08
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 07:33:16 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 07:35:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1c0187

games-util/lgogdownloader: Drop debug USE flag

It doesn't actually do anything. I can't remember why I enabled it by
default. There are some debug messages in the code but the eclass only
unsets the DEBUG macro, it never sets it.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 games-util/lgogdownloader/lgogdownloader-3.4.ebuild  | 3 +--
 games-util/lgogdownloader/lgogdownloader-9999.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
index 213bca2a942..bcd778da72f 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ 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=

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index 478ab0eee16..a04e8bc6c49 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,6 @@ HOMEPAGE="https://sites.google.com/site/gogdownloader/"
 EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
 LICENSE="WTFPL-2"
 SLOT="0"
-IUSE="+debug"
 
 RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
 	dev-cpp/htmlcxx:0=


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2019-04-30 22:00 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2019-04-30 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a5b485633c0e12a96f1fd60edee7e812777ce936
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 21:59:30 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 21:59:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b48563

games-util/lgogdownloader: Version bump to 3.5

Adds GUI login support for passing reCAPTCHA.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                 |  1 +
 .../lgogdownloader/lgogdownloader-3.5.ebuild       | 40 ++++++++++++++++++++++
 .../lgogdownloader/lgogdownloader-9999.ebuild      | 25 +++++++++++---
 games-util/lgogdownloader/metadata.xml             |  3 ++
 4 files changed, 64 insertions(+), 5 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index 41c78e17777..a37b070d937 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1,2 @@
 DIST lgogdownloader-3.4.tar.gz 86362 BLAKE2B a6f0f7b69fc3707c5788f8c25b0669887fde2f44c585f069cbada40791283e37f01d6adcc216712bb6f283a4a46dc8ebecb4861000b7db58d45be777f5b55a56 SHA512 852a335e21c199e9fc49a1cf07fd218d487cb70ebf4ed2a2c81e46477df7629999bc5c8c33f18fdc754804c459f088c8af9624815eacb054516a060d55ce4583
+DIST lgogdownloader-3.5.tar.gz 87061 BLAKE2B bde2a8f2c229c9bf62fe83650e81c950806a6c6b9e4f591f08931082f59a961f39c16b5c18c8787edd46555e257354e71e0f1d009de1881f4d25257b28725996 SHA512 e3ce9d4932f9cda362b1472bd5eb605b01d1e9214b79e2d88fa4c2f02b0d54082df68b2f197d714e71a72d57be746dbf0afed68b3316888fdfa6e02c31611ee0

diff --git a/games-util/lgogdownloader/lgogdownloader-3.5.ebuild b/games-util/lgogdownloader/lgogdownloader-3.5.ebuild
new file mode 100644
index 00000000000..0f8ac4e4d85
--- /dev/null
+++ b/games-util/lgogdownloader/lgogdownloader-3.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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="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"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT_GUI=$(usex gui)
+	)
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_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 a04e8bc6c49..d0d1304d013 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils git-r3
 
@@ -10,6 +10,7 @@ HOMEPAGE="https://sites.google.com/site/gogdownloader/"
 EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
 LICENSE="WTFPL-2"
 SLOT="0"
+IUSE="gui"
 
 RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
 	dev-cpp/htmlcxx:0=
@@ -17,8 +18,22 @@ RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=
 	net-libs/liboauth:0=
-	>=net-misc/curl-7.32:0=[ssl]"
+	>=net-misc/curl-7.32:0=[ssl]
+	gui? ( dev-qt/qtwebengine:5=[widgets] )"
 
-DEPEND="${RDEPEND}
-	sys-apps/help2man
+DEPEND="${RDEPEND}"
+
+BDEPEND="sys-apps/help2man
 	virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT_GUI=$(usex gui)
+	)
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+	gunzip "${ED}"/usr/share/man/man1/${PN}.1.gz || die
+}

diff --git a/games-util/lgogdownloader/metadata.xml b/games-util/lgogdownloader/metadata.xml
index 8a63172d961..59a94aac8e8 100644
--- a/games-util/lgogdownloader/metadata.xml
+++ b/games-util/lgogdownloader/metadata.xml
@@ -12,6 +12,9 @@
 	<upstream>
 		<remote-id type="github">Sude-/lgogdownloader</remote-id>
 	</upstream>
+	<use>
+		<flag name="gui">Enable GUI login support for passing reCAPTCHA</flag>
+	</use>
 	<longdescription>
 		LGOGDownloader is open source downloader to GOG.com for Linux
 		users using the same API as the official GOGDownloader.


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2019-04-30 22:00 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2019-04-30 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     40852b6bcad06435caa1d0407ccf9870fa9e98c9
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 21:59:55 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 21:59:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40852b6b

games-util/lgogdownloader: Drop old 3.4

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                 |  1 -
 .../lgogdownloader/lgogdownloader-3.4.ebuild       | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index a37b070d937..39686c5d74c 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1,2 +1 @@
-DIST lgogdownloader-3.4.tar.gz 86362 BLAKE2B a6f0f7b69fc3707c5788f8c25b0669887fde2f44c585f069cbada40791283e37f01d6adcc216712bb6f283a4a46dc8ebecb4861000b7db58d45be777f5b55a56 SHA512 852a335e21c199e9fc49a1cf07fd218d487cb70ebf4ed2a2c81e46477df7629999bc5c8c33f18fdc754804c459f088c8af9624815eacb054516a060d55ce4583
 DIST lgogdownloader-3.5.tar.gz 87061 BLAKE2B bde2a8f2c229c9bf62fe83650e81c950806a6c6b9e4f591f08931082f59a961f39c16b5c18c8787edd46555e257354e71e0f1d009de1881f4d25257b28725996 SHA512 e3ce9d4932f9cda362b1472bd5eb605b01d1e9214b79e2d88fa4c2f02b0d54082df68b2f197d714e71a72d57be746dbf0afed68b3316888fdfa6e02c31611ee0

diff --git a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
deleted file mode 100644
index bcd778da72f..00000000000
--- a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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"
-
-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"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2020-03-19 23:35 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2020-03-19 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b029bc27238818fe35644cb9b7abc54a7fd194b5
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 23:33:46 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 23:34:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b029bc27

games-util/lgogdownloader: Version bump to 3.6

Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                                  | 1 +
 .../{lgogdownloader-9999.ebuild => lgogdownloader-3.6.ebuild}       | 6 +++---
 games-util/lgogdownloader/lgogdownloader-9999.ebuild                | 1 -
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index 39686c5d74c..eb930e0546c 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1,2 @@
 DIST lgogdownloader-3.5.tar.gz 87061 BLAKE2B bde2a8f2c229c9bf62fe83650e81c950806a6c6b9e4f591f08931082f59a961f39c16b5c18c8787edd46555e257354e71e0f1d009de1881f4d25257b28725996 SHA512 e3ce9d4932f9cda362b1472bd5eb605b01d1e9214b79e2d88fa4c2f02b0d54082df68b2f197d714e71a72d57be746dbf0afed68b3316888fdfa6e02c31611ee0
+DIST lgogdownloader-3.6.tar.gz 85470 BLAKE2B 8dafbbbc0653629f5fda2a54f7f0609924d02e4266a018ebdc04abbdfa0ad97e9bdb1f33f5a1e8cb24695cf9c45c2abbbc4857f7eb8650dbc73feef9c6dd9f54 SHA512 e03b1f50a227aa9295071a309eaac4110592b1f50b8379298605d4995e83cde27039e3b3f074c6cd47f6e6971aafe756d619619b7e24f5960b8f271fa1081793

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-3.6.ebuild
similarity index 87%
copy from games-util/lgogdownloader/lgogdownloader-9999.ebuild
copy to games-util/lgogdownloader/lgogdownloader-3.6.ebuild
index 45cbec465be..fa94c0f4adc 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.6.ebuild
@@ -3,13 +3,14 @@
 
 EAPI=7
 
-inherit cmake git-r3
+inherit cmake
 
 DESCRIPTION="Unofficial GOG.com downloader for Linux"
 HOMEPAGE="https://sites.google.com/site/gogdownloader/"
-EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
+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=
@@ -17,7 +18,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] )"
 

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index 45cbec465be..4ea44e56d15 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] )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2020-04-16 20:44 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2020-04-16 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     db63f031fa6d394a699ee0a0f15ca8d5294e56d8
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 20:39:20 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 20:44:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db63f031

games-util/lgogdownloader: Bump to 3.6, drop old 3.7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                                      | 2 +-
 .../{lgogdownloader-3.6.ebuild => lgogdownloader-3.7.ebuild}            | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index 358481bab89..e11639e41e6 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1 @@
-DIST lgogdownloader-3.6.tar.gz 85470 BLAKE2B 8dafbbbc0653629f5fda2a54f7f0609924d02e4266a018ebdc04abbdfa0ad97e9bdb1f33f5a1e8cb24695cf9c45c2abbbc4857f7eb8650dbc73feef9c6dd9f54 SHA512 e03b1f50a227aa9295071a309eaac4110592b1f50b8379298605d4995e83cde27039e3b3f074c6cd47f6e6971aafe756d619619b7e24f5960b8f271fa1081793
+DIST lgogdownloader-3.7.tar.gz 85653 BLAKE2B bb6fe56be291ca726b97cfb7ce83e87e855584da911839a9bc6a923c027e7ea67e83e62a5e8bb1a0c62dd053a7d6728c1e82896d19ba48a310574dc8c6a647f5 SHA512 2085b9c64008d790a28dcb9d22009340acac164db316523919dcf797255fd57a36160950fb222e82b9ee6262ef8c0e86193e2d9a4488ea2105f9f4bbe7db727b

diff --git a/games-util/lgogdownloader/lgogdownloader-3.6.ebuild b/games-util/lgogdownloader/lgogdownloader-3.7.ebuild
similarity index 100%
rename from games-util/lgogdownloader/lgogdownloader-3.6.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.7.ebuild


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2020-12-30 21:34 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2020-12-30 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f10528c18d08770000dd1514a7c12462360d41c4
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 21:33:30 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 21:34:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10528c1

games-util/lgogdownloader: Fix missing zlib USE dependency on boost

Closes: https://bugs.gentoo.org/762667
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 .../{lgogdownloader-3.7.ebuild => lgogdownloader-3.7-r1.ebuild}         | 2 +-
 games-util/lgogdownloader/lgogdownloader-9999.ebuild                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-3.7.ebuild b/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild
similarity index 96%
rename from games-util/lgogdownloader/lgogdownloader-3.7.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild
index fa94c0f4adc..64fb82fe153 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.7.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="gui"
 
 RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
 	dev-cpp/htmlcxx:0=
-	dev-libs/boost:0=
+	dev-libs/boost:0=[zlib]
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=
 	>=net-misc/curl-7.32:0=[ssl]

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index 4ea44e56d15..e1817aeca2a 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -14,7 +14,7 @@ IUSE="gui"
 
 RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
 	dev-cpp/htmlcxx:0=
-	dev-libs/boost:0=
+	dev-libs/boost:0=[zlib]
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=
 	>=net-misc/curl-7.32:0=[ssl]


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2021-09-04  7:21 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2021-09-04  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     aa0a9598963c38e1cd3875c0d71cd23db8287310
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 07:21:11 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 07:21:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0a9598

games-util/lgogdownloader: Version bump to 3.8

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                               | 1 +
 .../{lgogdownloader-9999.ebuild => lgogdownloader-3.8.ebuild}    | 9 +++++----
 games-util/lgogdownloader/lgogdownloader-9999.ebuild             | 4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index e11639e41e6..f330c2b186e 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1,2 @@
 DIST lgogdownloader-3.7.tar.gz 85653 BLAKE2B bb6fe56be291ca726b97cfb7ce83e87e855584da911839a9bc6a923c027e7ea67e83e62a5e8bb1a0c62dd053a7d6728c1e82896d19ba48a310574dc8c6a647f5 SHA512 2085b9c64008d790a28dcb9d22009340acac164db316523919dcf797255fd57a36160950fb222e82b9ee6262ef8c0e86193e2d9a4488ea2105f9f4bbe7db727b
+DIST lgogdownloader-3.8.tar.gz 85271 BLAKE2B ff8e9f80dbec849649b4074ab5890f833a5bfaf120246e7ca5eae83f414af469da29302323dc22632eb0a7259e49e9cf3660ea8953adda75fc7a5308204767bd SHA512 ccc6116f22a5c0bff5e4ef650f6386d5bfc507cc667b7154b021ecdbd45e7553ac33ae6b81531e2cea52a5022ee9c810033518a07374d4e9f7c672344e7ccad3

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-3.8.ebuild
similarity index 82%
copy from games-util/lgogdownloader/lgogdownloader-9999.ebuild
copy to games-util/lgogdownloader/lgogdownloader-3.8.ebuild
index e1817aeca2a..805b3a49d3c 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.8.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit cmake git-r3
+inherit cmake
 
 DESCRIPTION="Unofficial GOG.com downloader for Linux"
 HOMEPAGE="https://sites.google.com/site/gogdownloader/"
-EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
+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=

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index e1817aeca2a..39a33d8fe4f 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake git-r3
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2021-12-28 17:10 Ionen Wolkens
  0 siblings, 0 replies; 30+ messages in thread
From: Ionen Wolkens @ 2021-12-28 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     60a8c0fba91723768fe19377711000ab330dc83b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 15:36:03 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 17:00:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a8c0fb

games-util/lgogdownloader: drop 3.7-r1

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                 |  1 -
 .../lgogdownloader/lgogdownloader-3.7-r1.ebuild    | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index f330c2b186e4..96c2c63cc6b1 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1,2 +1 @@
-DIST lgogdownloader-3.7.tar.gz 85653 BLAKE2B bb6fe56be291ca726b97cfb7ce83e87e855584da911839a9bc6a923c027e7ea67e83e62a5e8bb1a0c62dd053a7d6728c1e82896d19ba48a310574dc8c6a647f5 SHA512 2085b9c64008d790a28dcb9d22009340acac164db316523919dcf797255fd57a36160950fb222e82b9ee6262ef8c0e86193e2d9a4488ea2105f9f4bbe7db727b
 DIST lgogdownloader-3.8.tar.gz 85271 BLAKE2B ff8e9f80dbec849649b4074ab5890f833a5bfaf120246e7ca5eae83f414af469da29302323dc22632eb0a7259e49e9cf3660ea8953adda75fc7a5308204767bd SHA512 ccc6116f22a5c0bff5e4ef650f6386d5bfc507cc667b7154b021ecdbd45e7553ac33ae6b81531e2cea52a5022ee9c810033518a07374d4e9f7c672344e7ccad3

diff --git a/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild b/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild
deleted file mode 100644
index 64fb82fe1537..000000000000
--- a/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild
+++ /dev/null
@@ -1,39 +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=[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
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2022-02-26 23:41 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2022-02-26 23:41 UTC (permalink / raw
  To: gentoo-commits

commit:     073b8681dd0d8df21aaf5b420c696e85f76bf82e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 23:41:00 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 23:41:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073b8681

games-util/lgogdownloader: Version bump to 3.9

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                 |  1 +
 .../lgogdownloader/lgogdownloader-3.9.ebuild       | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index 96c2c63cc6b1..f9a2154fc2de 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1,2 @@
 DIST lgogdownloader-3.8.tar.gz 85271 BLAKE2B ff8e9f80dbec849649b4074ab5890f833a5bfaf120246e7ca5eae83f414af469da29302323dc22632eb0a7259e49e9cf3660ea8953adda75fc7a5308204767bd SHA512 ccc6116f22a5c0bff5e4ef650f6386d5bfc507cc667b7154b021ecdbd45e7553ac33ae6b81531e2cea52a5022ee9c810033518a07374d4e9f7c672344e7ccad3
+DIST lgogdownloader-3.9.tar.gz 86351 BLAKE2B 4ba1a39e2c040910cb3fdef908c229ce8a7def70ba430167977ab4eaa7fdcdfd132a314d256300904dd14052aecffceec92652cfa3eba3c2a54d83b1920ed2b7 SHA512 5ac15776c0ab7416013782652fead180f75e3bd075a3b67c9cb672122c13401ebc91e785daa9e7d332011474240dbb4d8383ddadea2abf0d3bddfc13d6892066

diff --git a/games-util/lgogdownloader/lgogdownloader-3.9.ebuild b/games-util/lgogdownloader/lgogdownloader-3.9.ebuild
new file mode 100644
index 000000000000..6e34f09c1bc1
--- /dev/null
+++ b/games-util/lgogdownloader/lgogdownloader-3.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 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:0=[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
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2022-08-11  7:37 Ionen Wolkens
  0 siblings, 0 replies; 30+ messages in thread
From: Ionen Wolkens @ 2022-08-11  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6ec1bd2d3fc62c0500b959ff9b7f19dbb87d12e8
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 07:03:50 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 07:37:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec1bd2d

games-util/lgogdownloader: drop 3.8

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                 |  1 -
 .../lgogdownloader/lgogdownloader-3.8.ebuild       | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index f9a2154fc2de..50fb5d9762f8 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1,2 +1 @@
-DIST lgogdownloader-3.8.tar.gz 85271 BLAKE2B ff8e9f80dbec849649b4074ab5890f833a5bfaf120246e7ca5eae83f414af469da29302323dc22632eb0a7259e49e9cf3660ea8953adda75fc7a5308204767bd SHA512 ccc6116f22a5c0bff5e4ef650f6386d5bfc507cc667b7154b021ecdbd45e7553ac33ae6b81531e2cea52a5022ee9c810033518a07374d4e9f7c672344e7ccad3
 DIST lgogdownloader-3.9.tar.gz 86351 BLAKE2B 4ba1a39e2c040910cb3fdef908c229ce8a7def70ba430167977ab4eaa7fdcdfd132a314d256300904dd14052aecffceec92652cfa3eba3c2a54d83b1920ed2b7 SHA512 5ac15776c0ab7416013782652fead180f75e3bd075a3b67c9cb672122c13401ebc91e785daa9e7d332011474240dbb4d8383ddadea2abf0d3bddfc13d6892066

diff --git a/games-util/lgogdownloader/lgogdownloader-3.8.ebuild b/games-util/lgogdownloader/lgogdownloader-3.8.ebuild
deleted file mode 100644
index 805b3a49d3c0..000000000000
--- a/games-util/lgogdownloader/lgogdownloader-3.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 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://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=[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
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2022-09-04 12:23 David Seifert
  0 siblings, 0 replies; 30+ messages in thread
From: David Seifert @ 2022-09-04 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2eec1dfb46c5f742414733bd85bc8ed3c66109fb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  4 12:22:47 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 12:22:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eec1dfb

games-util/lgogdownloader: remove boost slot deps

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-util/lgogdownloader/lgogdownloader-3.9.ebuild  | 2 +-
 games-util/lgogdownloader/lgogdownloader-9999.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-3.9.ebuild b/games-util/lgogdownloader/lgogdownloader-3.9.ebuild
index 6e34f09c1bc1..c82642cec753 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.9.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.9.ebuild
@@ -15,7 +15,7 @@ IUSE="gui"
 
 RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
 	dev-cpp/htmlcxx:0=
-	dev-libs/boost:0=[zlib]
+	dev-libs/boost:=[zlib]
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=
 	>=net-misc/curl-7.32:0=[ssl]

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index 39a33d8fe4fd..98b656d1d92d 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ IUSE="gui"
 
 RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
 	dev-cpp/htmlcxx:0=
-	dev-libs/boost:0=[zlib]
+	dev-libs/boost:=[zlib]
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=
 	>=net-misc/curl-7.32:0=[ssl]


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2023-03-18 21:36 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2023-03-18 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2ec03e6d83dad3e53dc97e401ab48e5eb018fd40
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 21:35:01 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 21:35:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec03e6d

games-util/lgogdownloader: Bump to 3.10, drop old 3.9

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                                      | 2 +-
 .../{lgogdownloader-3.9.ebuild => lgogdownloader-3.10.ebuild}           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index 50fb5d9762f8..7ca756112553 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1 @@
-DIST lgogdownloader-3.9.tar.gz 86351 BLAKE2B 4ba1a39e2c040910cb3fdef908c229ce8a7def70ba430167977ab4eaa7fdcdfd132a314d256300904dd14052aecffceec92652cfa3eba3c2a54d83b1920ed2b7 SHA512 5ac15776c0ab7416013782652fead180f75e3bd075a3b67c9cb672122c13401ebc91e785daa9e7d332011474240dbb4d8383ddadea2abf0d3bddfc13d6892066
+DIST lgogdownloader-3.10.tar.gz 94395 BLAKE2B 4f8a2808d7f751fbd5f1c22edfc75225276fa73f5653bc6c0a5d0e8774f278d6aa7a6aa1425a2e5efbbc072dd134e6119af460e705e93ac192246f79a7277327 SHA512 ffa94622e1fa8d31ad2e6e6580a3fde4e1382a6a41fa0c4f47ed3fb4bb772352d9513eed22ccd38fcfee0eaf3178741f64ab7519096c385c0467a50426f5e5e0

diff --git a/games-util/lgogdownloader/lgogdownloader-3.9.ebuild b/games-util/lgogdownloader/lgogdownloader-3.10.ebuild
similarity index 95%
rename from games-util/lgogdownloader/lgogdownloader-3.9.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.10.ebuild
index c82642cec753..a104b726ad47 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.9.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2023-03-25 22:36 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2023-03-25 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3be55b3134214bd3a57f2238160bb7c371693afc
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 22:36:21 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 22:36:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be55b31

games-util/lgogdownloader: Bump to 3.11, drop old 3.10

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                                      | 2 +-
 .../{lgogdownloader-3.10.ebuild => lgogdownloader-3.11.ebuild}          | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index 7ca756112553..a59787af70e6 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1 @@
-DIST lgogdownloader-3.10.tar.gz 94395 BLAKE2B 4f8a2808d7f751fbd5f1c22edfc75225276fa73f5653bc6c0a5d0e8774f278d6aa7a6aa1425a2e5efbbc072dd134e6119af460e705e93ac192246f79a7277327 SHA512 ffa94622e1fa8d31ad2e6e6580a3fde4e1382a6a41fa0c4f47ed3fb4bb772352d9513eed22ccd38fcfee0eaf3178741f64ab7519096c385c0467a50426f5e5e0
+DIST lgogdownloader-3.11.tar.gz 94411 BLAKE2B 8f672e2af2910d810b2ce9e2944fe882fcd56568d8c47e4211627859fde23211ea95f8258573e51c71102ffc76f47d7fe35d891a84301f63f4cfea097a7e6c00 SHA512 9419dfe03377f5338d9611ae55754d8095dd1b0cc90f4c7a2a9defb1a6d9002d568ed981a98ba29859cd8e1dce18f466d2135a946a3d70bfe2ddc35c362fbdcd

diff --git a/games-util/lgogdownloader/lgogdownloader-3.10.ebuild b/games-util/lgogdownloader/lgogdownloader-3.11.ebuild
similarity index 100%
rename from games-util/lgogdownloader/lgogdownloader-3.10.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.11.ebuild


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2023-10-29  9:29 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2023-10-29  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     547259fc728107a28254dfab5f95889a61ee922b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 09:28:52 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 09:28:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547259fc

games-util/lgogdownloader: Bump to 3.12, drop old 3.11

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                                    | 2 +-
 .../{lgogdownloader-3.11.ebuild => lgogdownloader-3.12.ebuild}        | 2 +-
 games-util/lgogdownloader/lgogdownloader-9999.ebuild                  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index a59787af70e6..8eaacb4f0504 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1 @@
-DIST lgogdownloader-3.11.tar.gz 94411 BLAKE2B 8f672e2af2910d810b2ce9e2944fe882fcd56568d8c47e4211627859fde23211ea95f8258573e51c71102ffc76f47d7fe35d891a84301f63f4cfea097a7e6c00 SHA512 9419dfe03377f5338d9611ae55754d8095dd1b0cc90f4c7a2a9defb1a6d9002d568ed981a98ba29859cd8e1dce18f466d2135a946a3d70bfe2ddc35c362fbdcd
+DIST lgogdownloader-3.12.tar.gz 96896 BLAKE2B 27e967c6be6919eda7a0adade72221d7b90e5b328e9a10201afa32046a384488f3c312ed94ff86ce376e7f1b9e99baabc3752a1f9536fdacf4fcc987132253f6 SHA512 04a753f772434cdbc634efd69ccf4007376c789d68b9204947045bafc0f953d8bbfad0104b6ffaad257bd3d1eabcae73e7ee56b65611799ceff6454418dc86b8

diff --git a/games-util/lgogdownloader/lgogdownloader-3.11.ebuild b/games-util/lgogdownloader/lgogdownloader-3.12.ebuild
similarity index 96%
rename from games-util/lgogdownloader/lgogdownloader-3.11.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.12.ebuild
index a104b726ad47..17e3c906771f 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.11.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.12.ebuild
@@ -18,7 +18,7 @@ RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
 	dev-libs/boost:=[zlib]
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=
-	>=net-misc/curl-7.32:0=[ssl]
+	>=net-misc/curl-7.55:0=[ssl]
 	gui? ( dev-qt/qtwebengine:5=[widgets] )"
 
 DEPEND="${RDEPEND}"

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index 98b656d1d92d..de26bf23392b 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
 	dev-libs/boost:=[zlib]
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=
-	>=net-misc/curl-7.32:0=[ssl]
+	>=net-misc/curl-7.55:0=[ssl]
 	gui? ( dev-qt/qtwebengine:5=[widgets] )"
 
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2024-05-23 20:54 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2024-05-23 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6638beec049f12c85800a820cf1c83a6d839c2c5
Author:     Tom Lauwers <spykyvenator <AT> protonmail <DOT> com>
AuthorDate: Thu May 23 17:50:30 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu May 23 20:53:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6638beec

games-util/lgogdownloader: Update dependency from htmlcxx to htmltidy

Closes: https://bugs.gentoo.org/932516
Signed-off-by: Tom Lauwers <spykyvenator <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36793
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 .../{lgogdownloader-3.13.ebuild => lgogdownloader-3.13-r1.ebuild}       | 2 +-
 games-util/lgogdownloader/lgogdownloader-9999.ebuild                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-3.13.ebuild b/games-util/lgogdownloader/lgogdownloader-3.13-r1.ebuild
similarity index 97%
rename from games-util/lgogdownloader/lgogdownloader-3.13.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.13-r1.ebuild
index 18c12cef2fca..ba3c1da3991b 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.13.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.13-r1.ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="gui? ( ^^ ( qt5 qt6 ) )"
 
 RDEPEND="
 	>=app-crypt/rhash-1.3.3-r2:0=
-	dev-cpp/htmlcxx:0=
+	app-text/htmltidy:=
 	dev-libs/boost:=[zlib]
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index daf26178322c..b7ab191e053d 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -15,7 +15,7 @@ REQUIRED_USE="gui? ( ^^ ( qt5 qt6 ) )"
 
 RDEPEND="
 	>=app-crypt/rhash-1.3.3-r2:0=
-	dev-cpp/htmlcxx:0=
+	app-text/htmltidy:=
 	dev-libs/boost:=[zlib]
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2024-06-07 22:51 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2024-06-07 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9d34baedffe9f8e1d6e258446d0e5b62597acfe6
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 22:24:50 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 22:24:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d34baed

games-util/lgogdownloader: Bump to 3.14, drop old 3.13-r1

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                                      | 2 +-
 .../{lgogdownloader-3.13-r1.ebuild => lgogdownloader-3.14.ebuild}       | 1 -
 games-util/lgogdownloader/lgogdownloader-9999.ebuild                    | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index eb40c9144019..3b169aae2d7c 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1 @@
-DIST lgogdownloader-3.13.tar.gz 98904 BLAKE2B 11e09a93c34d626d3ed82e99b5b0e855f46d365ca655571955f57acd45d3ecb7e8b6ad666c1f42574291a3499db1428e432c8074c61828ae4c4b13cf1e23f8f2 SHA512 0a936543eec350c5d257c43fa99552428365c1ddba8f0d51d7add27a4fb7a8a2ac823545ff211b9bab4fc64307dd200c9fdff2d412903094a0d2ab46eb20e767
+DIST lgogdownloader-3.14.tar.gz 103422 BLAKE2B b5c3347ed18b12a1bb026d17898733e63396b8c9db5eac344740410c8ff7dc603cf752d57a52e5a68c9323d0b37d95de4e53cd13e79be498b662841d17bfeb34 SHA512 ebf199e6bc4588d0accbd31340a77f78681b0e12f51528bc0f52260bd1dce52ca4466ca7a96186742a498c0b9fb1e0e2531cdacb44c10d2a7dc7a4f103b5bf78

diff --git a/games-util/lgogdownloader/lgogdownloader-3.13-r1.ebuild b/games-util/lgogdownloader/lgogdownloader-3.14.ebuild
similarity index 98%
rename from games-util/lgogdownloader/lgogdownloader-3.13-r1.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.14.ebuild
index ba3c1da3991b..145c43643d6a 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.13-r1.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.14.ebuild
@@ -32,7 +32,6 @@ DEPEND="
 "
 
 BDEPEND="
-	sys-apps/help2man
 	virtual/pkgconfig
 "
 

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index b7ab191e053d..5aad60a3ca63 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -31,7 +31,6 @@ DEPEND="
 "
 
 BDEPEND="
-	sys-apps/help2man
 	virtual/pkgconfig
 "
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2024-08-23 21:42 James Le Cuirot
  0 siblings, 0 replies; 30+ messages in thread
From: James Le Cuirot @ 2024-08-23 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3d3fe1ebdbc689e6b5331660610657c5d41981e0
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 21:41:40 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 21:41:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3fe1eb

games-util/lgogdownloader: Bump to 3.15, drop old 3.14

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/lgogdownloader/Manifest                                      | 2 +-
 .../{lgogdownloader-3.14.ebuild => lgogdownloader-3.15.ebuild}          | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
index 3b169aae2d7c..13a032bc54f2 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1 @@
-DIST lgogdownloader-3.14.tar.gz 103422 BLAKE2B b5c3347ed18b12a1bb026d17898733e63396b8c9db5eac344740410c8ff7dc603cf752d57a52e5a68c9323d0b37d95de4e53cd13e79be498b662841d17bfeb34 SHA512 ebf199e6bc4588d0accbd31340a77f78681b0e12f51528bc0f52260bd1dce52ca4466ca7a96186742a498c0b9fb1e0e2531cdacb44c10d2a7dc7a4f103b5bf78
+DIST lgogdownloader-3.15.tar.gz 103592 BLAKE2B a3f12662310fa258265ece2b4bf9510f391d08a58b2a9f6770f0408fdee952f45e96f6bdda50d4f8b95ecf19c249ff782d9967ef12da923994b5715b0fae16a6 SHA512 f38980f27701593e8dfd07ce25b0afa1d92813f864e9cdf8f680a57d239eea1fc68c4e8ae2a525230c788280bbfa1dc678292982d8836913bfa36046679d0c27

diff --git a/games-util/lgogdownloader/lgogdownloader-3.14.ebuild b/games-util/lgogdownloader/lgogdownloader-3.15.ebuild
similarity index 100%
rename from games-util/lgogdownloader/lgogdownloader-3.14.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.15.ebuild


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2024-08-31 20:19 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2024-08-31 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9f045dbf2183aec8af507d06320e005f3b9b4e0f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 18:09:07 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 20:17:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f045dbf

games-util/lgogdownloader: Drop IUSE qt5 and REQUIRED_USE

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-util/lgogdownloader/lgogdownloader-3.15.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-3.15.ebuild b/games-util/lgogdownloader/lgogdownloader-3.15.ebuild
index 145c43643d6a..66bf9d5b6b62 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.15.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.15.ebuild
@@ -11,8 +11,7 @@ SRC_URI="https://github.com/Sude-/${PN}/releases/download/v${PV}/${P}.tar.gz"
 LICENSE="WTFPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="gui qt5 qt6"
-REQUIRED_USE="gui? ( ^^ ( qt5 qt6 ) )"
+IUSE="gui qt6"
 
 RDEPEND="
 	>=app-crypt/rhash-1.3.3-r2:0=
@@ -22,7 +21,7 @@ RDEPEND="
 	dev-libs/tinyxml2:0=
 	>=net-misc/curl-7.55:0=[ssl]
 	gui? (
-		qt5? ( dev-qt/qtwebengine:5[widgets] )
+		!qt6? ( dev-qt/qtwebengine:5[widgets] )
 		qt6? ( dev-qt/qtwebengine:6[widgets] )
 	)
 "
@@ -40,7 +39,7 @@ src_configure() {
 		-DUSE_QT_GUI=$(usex gui)
 	)
 	use gui && mycmakeargs+=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_Qt6=$(usex qt5)
+		-DCMAKE_DISABLE_FIND_PACKAGE_Qt6=$(usex !qt6)
 	)
 	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2024-08-31 20:19 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2024-08-31 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6295fe3663204f5e535722d9c4496856e7aa199d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 18:10:50 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 20:17:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6295fe36

games-util/lgogdownloader: Drop IUSE qt5,qt6 and REQUIRED_USE

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-util/lgogdownloader/lgogdownloader-9999.ebuild | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index 5aad60a3ca63..6be67e274231 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -10,8 +10,7 @@ HOMEPAGE="https://sites.google.com/site/gogdownloader/"
 EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
 LICENSE="WTFPL-2"
 SLOT="0"
-IUSE="gui qt5 qt6"
-REQUIRED_USE="gui? ( ^^ ( qt5 qt6 ) )"
+IUSE="gui"
 
 RDEPEND="
 	>=app-crypt/rhash-1.3.3-r2:0=
@@ -20,10 +19,7 @@ RDEPEND="
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=
 	>=net-misc/curl-7.55:0=[ssl]
-	gui? (
-		qt5? ( dev-qt/qtwebengine:5[widgets] )
-		qt6? ( dev-qt/qtwebengine:6[widgets] )
-	)
+	gui? ( dev-qt/qtwebengine:6[widgets] )
 "
 
 DEPEND="
@@ -38,9 +34,6 @@ src_configure() {
 	local mycmakeargs=(
 		-DUSE_QT_GUI=$(usex gui)
 	)
-	use gui && mycmakeargs+=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_Qt6=$(usex qt5)
-	)
 	cmake_src_configure
 }
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
@ 2024-08-31 20:19 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2024-08-31 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0871c20053027dfff61701f27f408b2220a137ae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 18:15:13 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 20:17:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0871c200

games-util/lgogdownloader: Add missing dependencies

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...gdownloader-3.15.ebuild => lgogdownloader-3.15-r1.ebuild} | 12 ++++++++++--
 games-util/lgogdownloader/lgogdownloader-9999.ebuild         |  5 ++++-
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-3.15.ebuild b/games-util/lgogdownloader/lgogdownloader-3.15-r1.ebuild
similarity index 82%
rename from games-util/lgogdownloader/lgogdownloader-3.15.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.15-r1.ebuild
index 66bf9d5b6b62..8e8825bc6865 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.15.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.15-r1.ebuild
@@ -21,8 +21,16 @@ RDEPEND="
 	dev-libs/tinyxml2:0=
 	>=net-misc/curl-7.55:0=[ssl]
 	gui? (
-		!qt6? ( dev-qt/qtwebengine:5[widgets] )
-		qt6? ( dev-qt/qtwebengine:6[widgets] )
+		!qt6? (
+			dev-qt/qtcore:5
+			dev-qt/qtnetwork:5
+			dev-qt/qtwebengine:5[widgets]
+			dev-qt/qtwidgets:5
+		)
+		qt6? (
+			dev-qt/qtbase:6[network,widgets]
+			dev-qt/qtwebengine:6[widgets]
+		)
 	)
 "
 

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index 6be67e274231..653b4c27add5 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -19,7 +19,10 @@ RDEPEND="
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=
 	>=net-misc/curl-7.55:0=[ssl]
-	gui? ( dev-qt/qtwebengine:6[widgets] )
+	gui? (
+		dev-qt/qtbase:6[network,widgets]
+		dev-qt/qtwebengine:6[widgets]
+	)
 "
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2024-08-31 20:19 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-14  7:35 [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31 20:19 Andreas Sturmlechner
2024-08-31 20:19 Andreas Sturmlechner
2024-08-31 20:19 Andreas Sturmlechner
2024-08-23 21:42 James Le Cuirot
2024-06-07 22:51 James Le Cuirot
2024-05-23 20:54 James Le Cuirot
2023-10-29  9:29 James Le Cuirot
2023-03-25 22:36 James Le Cuirot
2023-03-18 21:36 James Le Cuirot
2022-09-04 12:23 David Seifert
2022-08-11  7:37 Ionen Wolkens
2022-02-26 23:41 James Le Cuirot
2021-12-28 17:10 Ionen Wolkens
2021-09-04  7:21 James Le Cuirot
2020-12-30 21:34 James Le Cuirot
2020-04-16 20:44 James Le Cuirot
2020-03-19 23:35 James Le Cuirot
2019-04-30 22:00 James Le Cuirot
2019-04-30 22:00 James Le Cuirot
2018-09-28 18:38 James Le Cuirot
2018-09-28 18:38 James Le Cuirot
2017-12-21  1:57 David Seifert
2017-11-09 20:16 James Le Cuirot
2017-11-09 20:16 James Le Cuirot
2017-03-08 21:38 James Le Cuirot
2017-01-24 22:18 James Le Cuirot
2016-12-23 10:11 Johannes Huber
2016-11-23 23:13 James Le Cuirot
2016-09-17 10:05 James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox