Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
Date: Fri, 28 Sep 2018 18:38:24
Message-Id: 1538159409.94582b82342e4752b7559c45693d0e9baef94ba6.chewi@gentoo
1 commit: 94582b82342e4752b7559c45693d0e9baef94ba6
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 18:30:09 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 18:30:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94582b82
7
8 games-util/lgogdownloader: Drop old 3.3
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 games-util/lgogdownloader/Manifest | 1 -
13 .../lgogdownloader/lgogdownloader-3.3.ebuild | 26 ----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
17 index a78b31a819b..41c78e17777 100644
18 --- a/games-util/lgogdownloader/Manifest
19 +++ b/games-util/lgogdownloader/Manifest
20 @@ -1,2 +1 @@
21 -DIST lgogdownloader-3.3.tar.gz 73873 BLAKE2B c2c4c56d6afcc4c103cc32a308be25252888f7668d7488d3aa2eec860f8e2694c62fe25a27e1f24132895d0a8683a226ca95667dac4e7837886b07cfd0821855 SHA512 7af67c440e88bcfbbd6f59b44b8cfd81fe9cee041715d4da968be3aedfe4301a5377ce61354a5cc093588d89300c88c862d9228672a2d79613419dce3619f4c9
22 DIST lgogdownloader-3.4.tar.gz 86362 BLAKE2B a6f0f7b69fc3707c5788f8c25b0669887fde2f44c585f069cbada40791283e37f01d6adcc216712bb6f283a4a46dc8ebecb4861000b7db58d45be777f5b55a56 SHA512 852a335e21c199e9fc49a1cf07fd218d487cb70ebf4ed2a2c81e46477df7629999bc5c8c33f18fdc754804c459f088c8af9624815eacb054516a060d55ce4583
23
24 diff --git a/games-util/lgogdownloader/lgogdownloader-3.3.ebuild b/games-util/lgogdownloader/lgogdownloader-3.3.ebuild
25 deleted file mode 100644
26 index 0ac33eae578..00000000000
27 --- a/games-util/lgogdownloader/lgogdownloader-3.3.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit cmake-utils
36 -
37 -DESCRIPTION="Unofficial GOG.com downloader for Linux"
38 -HOMEPAGE="https://sites.google.com/site/gogdownloader/"
39 -SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz"
40 -LICENSE="WTFPL-2"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE="+debug"
44 -
45 -RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
46 - dev-cpp/htmlcxx:0=
47 - dev-libs/boost:0=
48 - >=dev-libs/jsoncpp-1.7:0=
49 - dev-libs/tinyxml2:0=
50 - net-libs/liboauth:0=
51 - >=net-misc/curl-7.32:0=[ssl]"
52 -
53 -DEPEND="${RDEPEND}
54 - sys-apps/help2man
55 - virtual/pkgconfig"