[gentoo-commits] proj/gamerlay:master commit in: games-util/lgogdownloader/

2017-11-29 Thread James Le Cuirot
commit: 67b1676d8aad29ad695b1bdd90c299458e07b23d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Nov 29 21:11:13 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Nov 29 21:11:13 2017 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=67b1676d

games-util/lgogdownloader: Drop as Gentoo repo has live ebuild now

 .../lgogdownloader/lgogdownloader-.ebuild  | 28 --
 games-util/lgogdownloader/metadata.xml | 33 --
 2 files changed, 61 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-.ebuild 
b/games-util/lgogdownloader/lgogdownloader-.ebuild
deleted file mode 100644
index e5f9556..000
--- a/games-util/lgogdownloader/lgogdownloader-.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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 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:=
-   dev-cpp/htmlcxx:=
-   dev-libs/boost:=
-   >=dev-libs/jsoncpp-1.7:=
-   dev-libs/tinyxml2:=
-   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
deleted file mode 100644
index c85bfde..000
--- a/games-util/lgogdownloader/metadata.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   ch...@gentoo.org
-   James Le Cuirot
-   
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-   
-   Sude-/lgogdownloader
-   
-   
- 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
-   
-



[gentoo-commits] proj/gamerlay:master commit in: games-util/lgogdownloader/

2016-09-18 Thread James Le Cuirot
commit: 483c16823cbc708f821b7468b79834f789a3f2cc
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Sep 17 11:01:00 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 18 08:42:40 2016 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=483c1682

games-util/lgogdownloader: Bring in line with ebuild in Gentoo repo

Keep this ebuild around as the Gentoo repo does not have .

Package-Manager: portage-2.3.0

 .../lgogdownloader/lgogdownloader-2.28.ebuild  | 26 -
 .../lgogdownloader/lgogdownloader-.ebuild  | 34 --
 games-util/lgogdownloader/metadata.xml | 33 +
 3 files changed, 51 insertions(+), 42 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-2.28.ebuild 
b/games-util/lgogdownloader/lgogdownloader-2.28.ebuild
deleted file mode 100644
index 0bbca8b..000
--- a/games-util/lgogdownloader/lgogdownloader-2.28.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit cmake-utils
-
-DESCRIPTION="Linux compatible gog.com downloader"
-HOMEPAGE="https://sites.google.com/site/gogdownloader/";
-SRC_URI="https://github.com/Sude-/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="WTFPL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/jsoncpp
-   net-libs/liboauth
-   net-misc/curl
-   dev-libs/boost
-   dev-libs/tinyxml
-   app-crypt/librhash
-   net-libs/htmlcxx
-"
-DEPEND="${RDEPEND}"

diff --git a/games-util/lgogdownloader/lgogdownloader-.ebuild 
b/games-util/lgogdownloader/lgogdownloader-.ebuild
index 429eed9..e5f9556 100644
--- a/games-util/lgogdownloader/lgogdownloader-.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-.ebuild
@@ -1,26 +1,28 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Id$
 
-EAPI="6"
+EAPI=6
+
+CMAKE_MIN_VERSION="3.0.0"
 
 inherit cmake-utils git-r3
 
-DESCRIPTION="Linux compatible gog.com downloader"
+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"
+LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS=""
-IUSE=""
+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="
-   dev-libs/jsoncpp
-   net-libs/liboauth
-   net-misc/curl
-   dev-libs/boost
-   dev-libs/tinyxml
-   app-crypt/librhash
-   net-libs/htmlcxx
-"
-DEPEND="${RDEPEND}"
+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 000..c85bfde
--- /dev/null
+++ b/games-util/lgogdownloader/metadata.xml
@@ -0,0 +1,33 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ch...@gentoo.org
+   James Le Cuirot
+   
+   
+   ga...@gentoo.org
+   Gentoo Games Project
+   
+   
+   Sude-/lgogdownloader
+   
+   
+ 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
+   
+