public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
Date: Sat, 26 Feb 2022 23:41:26 +0000 (UTC)	[thread overview]
Message-ID: <1645918860.073b8681dd0d8df21aaf5b420c696e85f76bf82e.chewi@gentoo> (raw)

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
+}


             reply	other threads:[~2022-02-26 23:41 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-26 23:41 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31 20:19 [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/ 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
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-10-14  7:35 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1645918860.073b8681dd0d8df21aaf5b420c696e85f76bf82e.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox