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: Sun, 14 Oct 2018 07:35:22
Message-Id: 1539502504.fc1c018760c8b6d1aa64bcccc9e360d3c570fe08.chewi@gentoo
1 commit: fc1c018760c8b6d1aa64bcccc9e360d3c570fe08
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 07:33:16 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 07:35:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1c0187
7
8 games-util/lgogdownloader: Drop debug USE flag
9
10 It doesn't actually do anything. I can't remember why I enabled it by
11 default. There are some debug messages in the code but the eclass only
12 unsets the DEBUG macro, it never sets it.
13
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15 Package-Manager: Portage-2.3.51, Repoman-2.3.11
16
17 games-util/lgogdownloader/lgogdownloader-3.4.ebuild | 3 +--
18 games-util/lgogdownloader/lgogdownloader-9999.ebuild | 3 +--
19 2 files changed, 2 insertions(+), 4 deletions(-)
20
21 diff --git a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
22 index 213bca2a942..bcd778da72f 100644
23 --- a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
24 +++ b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -11,7 +11,6 @@ SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz"
32 LICENSE="WTFPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 -IUSE="+debug"
36
37 RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
38 dev-cpp/htmlcxx:0=
39
40 diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
41 index 478ab0eee16..a04e8bc6c49 100644
42 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
43 +++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -10,7 +10,6 @@ HOMEPAGE="https://sites.google.com/site/gogdownloader/"
51 EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
52 LICENSE="WTFPL-2"
53 SLOT="0"
54 -IUSE="+debug"
55
56 RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
57 dev-cpp/htmlcxx:0=