From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3C08138330 for ; Thu, 4 Jan 2018 17:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0C17E0960; Thu, 4 Jan 2018 17:18:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DF7BE0960 for ; Thu, 4 Jan 2018 17:18:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C629335C37 for ; Thu, 4 Jan 2018 17:18:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F091A3 for ; Thu, 4 Jan 2018 17:18:55 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1515086271.cd7207b95587edf84511a13104ddf544af2b2fa5.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild X-VCS-Directories: x11-libs/wxGTK/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: cd7207b95587edf84511a13104ddf544af2b2fa5 X-VCS-Branch: master Date: Thu, 4 Jan 2018 17:18:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 82634cad-2f13-4447-a4df-4825a9d781e0 X-Archives-Hash: 554da618af578977c6e1662c723fe0c3 commit: cd7207b95587edf84511a13104ddf544af2b2fa5 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Jan 4 02:15:30 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Jan 4 17:17:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7207b9 x11-libs/wxGTK: Fix versionating variables for current case of no subrelease number This is a bug of my own doing, not from kuzetsa, as I edited the commit myself to bump to 3.0.3 instead of 3.0.3.1, latter of which has a subrelease number and all was well then. Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild index e7b417b265a..6066afd3bb4 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild @@ -13,8 +13,8 @@ SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidge KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit" -WXSUBVERSION=${PV}-gtk3 # 3.0.2.0-gtk3 -WXVERSION=${WXSUBVERSION%.*} # 3.0.2 +WXSUBVERSION=${PV}.0-gtk3 # 3.0.3.0-gtk3 +WXVERSION=${WXSUBVERSION%.*} # 3.0.3 WXRELEASE=${WXVERSION%.*}-gtk3 # 3.0-gtk3 WXRELEASE_NODOT=${WXRELEASE//./} # 30-gtk3