From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J2PSa-0000c1-95 for garchives@archives.gentoo.org; Wed, 12 Dec 2007 11:09:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBCB8t7K010765; Wed, 12 Dec 2007 11:08:55 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBCB8sj7010729 for ; Wed, 12 Dec 2007 11:08:55 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 65D37657F3 for ; Wed, 12 Dec 2007 11:08:54 +0000 (UTC) Received: from leio by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J2PSP-0006Ez-6T for gentoo-commits@lists.gentoo.org; Wed, 12 Dec 2007 11:08:53 +0000 From: "Mart Raudsepp (leio)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, leio@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/kicad: kicad-20070115.ebuild ChangeLog kicad-20070525.ebuild kicad-20070702.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: kicad-20070115.ebuild ChangeLog kicad-20070525.ebuild kicad-20070702.ebuild X-VCS-Directories: sci-electronics/kicad X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Mart Raudsepp Date: Wed, 12 Dec 2007 11:08:53 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 08d1aa1d-ee81-4aa7-8ae7-6e6b5f709423 X-Archives-Hash: bd4708b070e98f3327e30121964c3b97 leio 07/12/12 11:08:53 Modified: kicad-20070115.ebuild ChangeLog kicad-20070525.ebuild kicad-20070702.ebuild Log: Modernize the need-wxwidgets handling and fix the non-unicode case for bug 202007 (Portage version: 2.1.4_rc9) Revision Changes Path 1.12 sci-electronics/kicad/kicad-20070115.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild?r1=1.11&r2=1.12 Index: kicad-20070115.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- kicad-20070115.ebuild 12 Dec 2007 09:17:27 -0000 1.11 +++ kicad-20070115.ebuild 12 Dec 2007 11:08:52 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild,v 1.11 2007/12/12 09:17:27 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild,v 1.12 2007/12/12 11:08:52 leio Exp $ inherit wxwidgets @@ -21,11 +21,11 @@ # Tell wxwidgets.eclass which version we need WX_GTK_VER="2.6" - # Check for proper wxGTK USE flags. + # Ask for the correct wxGTK configuration if use unicode; then - need-wxwidgets unicode || die "You need to install wxGTK with unicode support." + need-wxwidgets unicode else - need-wxwidgets X || die "You need to install wxGTK with X support." + need-wxwidgets ansi fi built_with_use "=x11-libs/wxGTK-${WX_GTK_VER}*" opengl || die "You need to install wxGTK with opengl support." } 1.29 sci-electronics/kicad/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 12 Dec 2007 09:17:27 -0000 1.28 +++ ChangeLog 12 Dec 2007 11:08:52 -0000 1.29 @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/kicad # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.28 2007/12/12 09:17:27 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.29 2007/12/12 11:08:52 leio Exp $ + + 12 Dec 2007; Mart Raudsepp kicad-20070115.ebuild, + kicad-20070525.ebuild, kicad-20070702.ebuild: + Modernize the need-wxwidgets handling and fix the non-unicode case for bug + 202007 12 Dec 2007; Denis Dupeyron kicad-20070115.ebuild, kicad-20070525.ebuild, kicad-20070702.ebuild: 1.7 sci-electronics/kicad/kicad-20070525.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild?r1=1.6&r2=1.7 Index: kicad-20070525.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kicad-20070525.ebuild 12 Dec 2007 09:17:27 -0000 1.6 +++ kicad-20070525.ebuild 12 Dec 2007 11:08:52 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild,v 1.6 2007/12/12 09:17:27 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild,v 1.7 2007/12/12 11:08:52 leio Exp $ inherit wxwidgets @@ -21,11 +21,11 @@ # Tell wxwidgets.eclass which version we need WX_GTK_VER="2.6" - # Check for proper wxGTK USE flags. + # Ask for the correct wxGTK configuration if use unicode; then - need-wxwidgets unicode || die "You need to install wxGTK with unicode support." + need-wxwidgets unicode else - need-wxwidgets X || die "You need to install wxGTK with X support." + need-wxwidgets ansi fi built_with_use "=x11-libs/wxGTK-${WX_GTK_VER}*" opengl || die "You need to install wxGTK with opengl support." } 1.4 sci-electronics/kicad/kicad-20070702.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild?r1=1.3&r2=1.4 Index: kicad-20070702.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kicad-20070702.ebuild 12 Dec 2007 09:17:27 -0000 1.3 +++ kicad-20070702.ebuild 12 Dec 2007 11:08:52 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild,v 1.3 2007/12/12 09:17:27 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild,v 1.4 2007/12/12 11:08:52 leio Exp $ inherit eutils wxwidgets @@ -21,11 +21,11 @@ # Tell wxwidgets.eclass which version we need WX_GTK_VER="2.6" - # Check for proper wxGTK USE flags. + # Ask for the correct wxGTK configuration if use unicode; then - need-wxwidgets unicode || die "You need to install wxGTK with unicode support." + need-wxwidgets unicode else - need-wxwidgets X || die "You need to install wxGTK with X support." + need-wxwidgets ansi fi built_with_use "=x11-libs/wxGTK-${WX_GTK_VER}*" opengl || die "You need to install wxGTK with opengl support." } -- gentoo-commits@gentoo.org mailing list