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:59
Message-Id: 1515086271.cd7207b95587edf84511a13104ddf544af2b2fa5.leio@gentoo
1 commit: cd7207b95587edf84511a13104ddf544af2b2fa5
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 02:15:30 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 17:17:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7207b9
7
8 x11-libs/wxGTK: Fix versionating variables for current case of no subrelease number
9
10 This is a bug of my own doing, not from kuzetsa, as I edited the commit myself
11 to bump to 3.0.3 instead of 3.0.3.1, latter of which has a subrelease number
12 and all was well then.
13
14 Package-Manager: Portage-2.3.19, Repoman-2.3.6
15
16 x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 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 e7b417b265a..6066afd3bb4 100644
21 --- a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
22 +++ b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
23 @@ -13,8 +13,8 @@ SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidge
24 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
25 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit"
26
27 -WXSUBVERSION=${PV}-gtk3 # 3.0.2.0-gtk3
28 -WXVERSION=${WXSUBVERSION%.*} # 3.0.2
29 +WXSUBVERSION=${PV}.0-gtk3 # 3.0.3.0-gtk3
30 +WXVERSION=${WXSUBVERSION%.*} # 3.0.3
31 WXRELEASE=${WXVERSION%.*}-gtk3 # 3.0-gtk3
32 WXRELEASE_NODOT=${WXRELEASE//./} # 30-gtk3