From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01BE6139082 for ; Wed, 29 Nov 2017 21:12:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 544B2E0BE0; Wed, 29 Nov 2017 21:11:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 240D8E0BE0 for ; Wed, 29 Nov 2017 21:11:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDE7C33C4EE for ; Wed, 29 Nov 2017 21:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E672AC00 for ; Wed, 29 Nov 2017 21:11:55 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1511989873.67b1676d8aad29ad695b1bdd90c299458e07b23d.chewi@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/lgogdownloader/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-util/lgogdownloader/lgogdownloader-9999.ebuild games-util/lgogdownloader/metadata.xml X-VCS-Directories: games-util/lgogdownloader/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 67b1676d8aad29ad695b1bdd90c299458e07b23d X-VCS-Branch: master Date: Wed, 29 Nov 2017 21:11:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8e7ad496-9520-4039-affc-ede07af3a086 X-Archives-Hash: bbdd2735e59be9670e49d5d06bf56932 commit: 67b1676d8aad29ad695b1bdd90c299458e07b23d Author: James Le Cuirot gentoo org> AuthorDate: Wed Nov 29 21:11:13 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Nov 29 21:11:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=67b1676d games-util/lgogdownloader: Drop as Gentoo repo has live ebuild now .../lgogdownloader/lgogdownloader-9999.ebuild | 28 ------------------ games-util/lgogdownloader/metadata.xml | 33 ---------------------- 2 files changed, 61 deletions(-) diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild deleted file mode 100644 index e5f9556..0000000 --- a/games-util/lgogdownloader/lgogdownloader-9999.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..0000000 --- a/games-util/lgogdownloader/metadata.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - chewi@gentoo.org - James Le Cuirot - - - games@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 - -