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: Tue, 30 Apr 2019 22:00:51
Message-Id: 1556661595.40852b6bcad06435caa1d0407ccf9870fa9e98c9.chewi@gentoo
1 commit: 40852b6bcad06435caa1d0407ccf9870fa9e98c9
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 30 21:59:55 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 30 21:59:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40852b6b
7
8 games-util/lgogdownloader: Drop old 3.4
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-util/lgogdownloader/Manifest | 1 -
14 .../lgogdownloader/lgogdownloader-3.4.ebuild | 25 ----------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
18 index a37b070d937..39686c5d74c 100644
19 --- a/games-util/lgogdownloader/Manifest
20 +++ b/games-util/lgogdownloader/Manifest
21 @@ -1,2 +1 @@
22 -DIST lgogdownloader-3.4.tar.gz 86362 BLAKE2B a6f0f7b69fc3707c5788f8c25b0669887fde2f44c585f069cbada40791283e37f01d6adcc216712bb6f283a4a46dc8ebecb4861000b7db58d45be777f5b55a56 SHA512 852a335e21c199e9fc49a1cf07fd218d487cb70ebf4ed2a2c81e46477df7629999bc5c8c33f18fdc754804c459f088c8af9624815eacb054516a060d55ce4583
23 DIST lgogdownloader-3.5.tar.gz 87061 BLAKE2B bde2a8f2c229c9bf62fe83650e81c950806a6c6b9e4f591f08931082f59a961f39c16b5c18c8787edd46555e257354e71e0f1d009de1881f4d25257b28725996 SHA512 e3ce9d4932f9cda362b1472bd5eb605b01d1e9214b79e2d88fa4c2f02b0d54082df68b2f197d714e71a72d57be746dbf0afed68b3316888fdfa6e02c31611ee0
24
25 diff --git a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
26 deleted file mode 100644
27 index bcd778da72f..00000000000
28 --- a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit cmake-utils
37 -
38 -DESCRIPTION="Unofficial GOG.com downloader for Linux"
39 -HOMEPAGE="https://sites.google.com/site/gogdownloader/"
40 -SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz"
41 -LICENSE="WTFPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
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"