Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/
Date: Thu, 04 Jan 2018 17:18:58
Message-Id: 1515086253.45584a5531a9fae4f5c2f6e844db1b33d958289d.leio@gentoo
1 commit: 45584a5531a9fae4f5c2f6e844db1b33d958289d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 01:46:26 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 17:17:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45584a55
7
8 x11-libs/wxGTK: Remove redundant comment
9
10 We don't use wxPython tarballs anymore, as wxPython is focusing on their
11 Phoenix project (wxPython4) and not releasing these neat tarballs anymore.
12
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild | 5 +----
16 x11-libs/wxGTK/wxGTK-3.0.3.ebuild | 5 +----
17 2 files changed, 2 insertions(+), 8 deletions(-)
18
19 diff --git a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
20 index 3ae77564c40..2034d74a130 100644
21 --- a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
22 +++ b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="6"
29 @@ -7,9 +7,6 @@ inherit autotools multilib-minimal
30
31 DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit"
32 HOMEPAGE="https://wxwidgets.org/"
33 -
34 -# we use the wxPython tarballs because they include the full wxGTK sources and
35 -# docs, and are released more frequently than wxGTK.
36 SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}.tar.bz2
37 doc? ( https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}-docs-html.tar.bz2 )"
38
39
40 diff --git a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild
41 index 620fd0bcfac..d428facde8e 100644
42 --- a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild
43 +++ b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI="5"
50 @@ -7,9 +7,6 @@ inherit eutils multilib-minimal
51
52 DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit"
53 HOMEPAGE="https://wxwidgets.org/"
54 -
55 -# we use the wxPython tarballs because they include the full wxGTK sources and
56 -# docs, and are released more frequently than wxGTK.
57 SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}.tar.bz2
58 doc? ( https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}-docs-html.tar.bz2 )"