diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-11-06 17:30:01 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-11-06 17:30:01 +0000 |
commit | 47926c37c05b5a95298bca91bf1241a336d657e1 (patch) | |
tree | 237e3dcc3b2420acf0fb073fbee688501b4240d5 /x11-libs/wxGTK | |
parent | Finally stable on ppc, bug #69825. (Manifest recommit) (diff) | |
download | gentoo-2-47926c37c05b5a95298bca91bf1241a336d657e1.tar.gz gentoo-2-47926c37c05b5a95298bca91bf1241a336d657e1.tar.bz2 gentoo-2-47926c37c05b5a95298bca91bf1241a336d657e1.zip |
Added filter-flags -invisibility-inlines-hidden bug# 68500
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.5.1-r1.ebuild | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index e58ce16eb1aa..04c89fb7b57c 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/wxGTK # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.63 2004/09/09 01:34:08 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.64 2004/11/06 17:30:01 pythonhead Exp $ + +*wxGTK-2.5.1-r1 (06 Nov 2004) + + 06 Nov 2004; Rob Cakebread <pythonhead@gentoo.org> wxGTK-2.4.2-r2.ebuild, + wxGTK-2.4.2-r3.ebuild, wxGTK-2.5.1-r1.ebuild: + Added filter-flags -invisibility-inlines-hidden bug# 68500 08 Sep 2004; Rob Cakebread <pythonhead@gentoo.org> -wxGTK-2.5.1.ebuild: Modified so apps can use wxwidgets eclass diff --git a/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild index 009ba75c183d..2aa4ff0d70c6 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild,v 1.2 2004/08/19 02:16:32 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild,v 1.3 2004/11/06 17:30:01 pythonhead Exp $ -inherit eutils +inherit flag-o-matic eutils DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit." HOMEPAGE="http://www.wxwidgets.org/" @@ -61,7 +61,7 @@ pkg_setup() { src_compile() { local myconf export LANG='C' - + filter-flags -fvisibility-inlines-hidden myconf="${myconf} `use_with opengl`" myconf="${myconf} --with-gtk" myconf="${myconf} `use_enable debug`" diff --git a/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild index a2357dbfbfa9..3fa8fafb4187 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild,v 1.1 2004/09/02 11:15:24 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild,v 1.2 2004/11/06 17:30:01 pythonhead Exp $ -inherit eutils +inherit flag-o-matic eutils DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit." HOMEPAGE="http://www.wxwidgets.org/" @@ -61,7 +61,7 @@ pkg_setup() { src_compile() { local myconf export LANG='C' - + filter-flags -fvisibility-inlines-hidden myconf="${myconf} `use_with opengl`" myconf="${myconf} --with-gtk" myconf="${myconf} `use_enable debug`" diff --git a/x11-libs/wxGTK/wxGTK-2.5.1-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.5.1-r1.ebuild index e294f0d1c634..b89472e00ec1 100644 --- a/x11-libs/wxGTK/wxGTK-2.5.1-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.5.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.5.1-r1.ebuild,v 1.1 2004/09/09 01:34:08 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.5.1-r1.ebuild,v 1.2 2004/11/06 17:30:01 pythonhead Exp $ -inherit eutils +inherit flag-o-matic eutils DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit." HOMEPAGE="http://www.wxwidgets.org/" @@ -52,7 +52,7 @@ pkg_setup() { src_compile() { local myconf export LANG='C' - + filter-flags -fvisibility-inlines-hidden myconf="${myconf} `use_with opengl`" myconf="${myconf} --with-gtk" myconf="${myconf} `use_enable debug`" |