Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/lgogdownloader/
Date: Wed, 29 Nov 2017 21:12:01
Message-Id: 1511989873.67b1676d8aad29ad695b1bdd90c299458e07b23d.chewi@gentoo
1 commit: 67b1676d8aad29ad695b1bdd90c299458e07b23d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 21:11:13 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 21:11:13 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=67b1676d
7
8 games-util/lgogdownloader: Drop as Gentoo repo has live ebuild now
9
10 .../lgogdownloader/lgogdownloader-9999.ebuild | 28 ------------------
11 games-util/lgogdownloader/metadata.xml | 33 ----------------------
12 2 files changed, 61 deletions(-)
13
14 diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
15 deleted file mode 100644
16 index e5f9556..0000000
17 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
18 +++ /dev/null
19 @@ -1,28 +0,0 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=6
25 -
26 -CMAKE_MIN_VERSION="3.0.0"
27 -
28 -inherit cmake-utils git-r3
29 -
30 -DESCRIPTION="Unofficial GOG.com downloader for Linux"
31 -HOMEPAGE="https://sites.google.com/site/gogdownloader/"
32 -EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
33 -LICENSE="WTFPL-2"
34 -SLOT="0"
35 -IUSE="+debug"
36 -
37 -RDEPEND=">=app-crypt/rhash-1.3.3-r2:=
38 - dev-cpp/htmlcxx:=
39 - dev-libs/boost:=
40 - >=dev-libs/jsoncpp-1.7:=
41 - dev-libs/tinyxml2:=
42 - net-libs/liboauth:=
43 - >=net-misc/curl-7.32:=[ssl]"
44 -
45 -DEPEND="${RDEPEND}
46 - sys-apps/help2man
47 - virtual/pkgconfig"
48
49 diff --git a/games-util/lgogdownloader/metadata.xml b/games-util/lgogdownloader/metadata.xml
50 deleted file mode 100644
51 index c85bfde..0000000
52 --- a/games-util/lgogdownloader/metadata.xml
53 +++ /dev/null
54 @@ -1,33 +0,0 @@
55 -<?xml version="1.0" encoding="UTF-8"?>
56 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 -<pkgmetadata>
58 - <maintainer type="person">
59 - <email>chewi@g.o</email>
60 - <name>James Le Cuirot</name>
61 - </maintainer>
62 - <maintainer type="project">
63 - <email>games@g.o</email>
64 - <name>Gentoo Games Project</name>
65 - </maintainer>
66 - <upstream>
67 - <remote-id type="github">Sude-/lgogdownloader</remote-id>
68 - </upstream>
69 - <longdescription>
70 - LGOGDownloader is open source downloader to GOG.com for Linux
71 - users using the same API as the official GOGDownloader.
72 -
73 - Features:
74 - * List available games
75 - * Resume downloads
76 - * Batch downloading
77 - * Repair downloaded files
78 - * Read/create XML files used by the official GOG Downloader
79 - * Download cover art
80 - * Check for orphaned files
81 - * Check status of files
82 - * Download individual files by id number
83 - * List/download updated files
84 - * Blacklist unwanted files
85 - * Perl regular expressions for filtering games
86 - </longdescription>
87 -</pkgmetadata>