diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-01-04 03:46:26 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-01-04 19:17:33 +0200 |
commit | 45584a5531a9fae4f5c2f6e844db1b33d958289d (patch) | |
tree | 905e825cd6af88bd913a323a0f52ca971e2a92b8 /x11-libs/wxGTK | |
parent | x11-libs/wxGTK: bump to v3.0.3, using gstreamer slot 1.0 (diff) | |
download | gentoo-45584a5531a9fae4f5c2f6e844db1b33d958289d.tar.gz gentoo-45584a5531a9fae4f5c2f6e844db1b33d958289d.tar.bz2 gentoo-45584a5531a9fae4f5c2f6e844db1b33d958289d.zip |
x11-libs/wxGTK: Remove redundant comment
We don't use wxPython tarballs anymore, as wxPython is focusing on their
Phoenix project (wxPython4) and not releasing these neat tarballs anymore.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild | 5 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.3.ebuild | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild index 3ae77564c40f..2034d74a1304 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -7,9 +7,6 @@ inherit autotools multilib-minimal DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" HOMEPAGE="https://wxwidgets.org/" - -# we use the wxPython tarballs because they include the full wxGTK sources and -# docs, and are released more frequently than wxGTK. SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}.tar.bz2 doc? ( https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}-docs-html.tar.bz2 )" diff --git a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild index 620fd0bcfacd..d428facde8ef 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,9 +7,6 @@ inherit eutils multilib-minimal DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" HOMEPAGE="https://wxwidgets.org/" - -# we use the wxPython tarballs because they include the full wxGTK sources and -# docs, and are released more frequently than wxGTK. SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}.tar.bz2 doc? ( https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}-docs-html.tar.bz2 )" |