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 832F7139084 for ; Thu, 21 Dec 2017 01:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5BE6E11B2; Thu, 21 Dec 2017 01:57:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B5440E11B4 for ; Thu, 21 Dec 2017 01:57:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D89D333FE60 for ; Thu, 21 Dec 2017 01:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8701AE9F for ; Thu, 21 Dec 2017 01:57:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1513821421.d7dea6a3d886d45f6eb614bd7a66dec842f903f1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lgogdownloader/Manifest games-util/lgogdownloader/lgogdownloader-3.2.ebuild X-VCS-Directories: games-util/lgogdownloader/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d7dea6a3d886d45f6eb614bd7a66dec842f903f1 X-VCS-Branch: master Date: Thu, 21 Dec 2017 01:57:43 +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: aa9186ff-5e39-494a-b22b-e286734f1557 X-Archives-Hash: a9a0a3a9134731cf28e94c75d6d3cd6f commit: d7dea6a3d886d45f6eb614bd7a66dec842f903f1 Author: David Seifert gentoo org> AuthorDate: Wed Dec 20 21:30:33 2017 +0000 Commit: David Seifert gentoo 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"