summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-05-11 23:43:34 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-05-11 23:43:34 +0000
commita3bfc824ff29457f88f16a37d8c8422ebc74501c (patch)
treebdba713401de2fdf5f1cfeb994c3d983432372d5 /x11-libs/wxGTK
parentinitial import (diff)
downloadgentoo-2-a3bfc824ff29457f88f16a37d8c8422ebc74501c.tar.gz
gentoo-2-a3bfc824ff29457f88f16a37d8c8422ebc74501c.tar.bz2
gentoo-2-a3bfc824ff29457f88f16a37d8c8422ebc74501c.zip
Removed check for -gtk2 unicode combo since its valid for wxbase. Thanks Herbie <herbs@gentoo.org>
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r--x11-libs/wxGTK/ChangeLog6
-rw-r--r--x11-libs/wxGTK/Manifest10
-rw-r--r--x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild5
3 files changed, 11 insertions, 10 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index 4c62ddee2461..9fb1a9d37d33 100644
--- a/x11-libs/wxGTK/ChangeLog
+++ b/x11-libs/wxGTK/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/wxGTK
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.78 2005/05/11 21:35:43 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.79 2005/05/11 23:43:34 pythonhead Exp $
+
+ 11 May 2005; Rob Cakebread <pythonhead@gentoo.org> wxGTK-2.6.0-r1.ebuild:
+ Removed check for -gtk2 unicode combo since wxbase will work with that.
+ Thanks Herbie Hopkins <herbs@gentoo.org>
11 May 2005; Rob Cakebread <pythonhead@gentoo.org> wxGTK-2.4.2-r3.ebuild:
Removed gtk USE flag.
diff --git a/x11-libs/wxGTK/Manifest b/x11-libs/wxGTK/Manifest
index 53ca5a255130..be69b5ffbc99 100644
--- a/x11-libs/wxGTK/Manifest
+++ b/x11-libs/wxGTK/Manifest
@@ -4,8 +4,8 @@ Hash: SHA1
MD5 4fca175f747a090fd2b7b8ce22fbc06d metadata.xml 162
MD5 62be82618a657fca19a51e0825e5e4e9 wxGTK-2.4.2-r2.ebuild 4249
MD5 327b485926a7a98b484865432e6dde61 wxGTK-2.4.2-r3.ebuild 4743
-MD5 c518ea5ef9bcdba99eaba7c4d4285608 wxGTK-2.6.0-r1.ebuild 2373
-MD5 415ce38723eb9a80fb2f083e5147baf3 ChangeLog 13296
+MD5 373f5412ef70ecbf4f1aad2fde99a808 wxGTK-2.6.0-r1.ebuild 2267
+MD5 f3a3ef6763a700394401669b7a46ffa5 ChangeLog 13490
MD5 b8d2d1196e6c7f31335748286b926533 wxGTK-2.5.3.ebuild 4812
MD5 5087298be841a84071ea67830f5d6a2b files/digest-wxGTK-2.4.2-r2 65
MD5 5087298be841a84071ea67830f5d6a2b files/digest-wxGTK-2.4.2-r3 65
@@ -20,7 +20,7 @@ MD5 d3163f84f4f7dbabab06613667542f9b files/digest-wxGTK-2.5.3 65
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCgnrAHOCQyz1WCXYRAlHZAKCj/nyOpfbrPFS+XkfbkqQia4n8qwCfZpeB
-m+vkMHbCZC71rhOfIEjjf+A=
-=YeSK
+iD8DBQFCgpiVHOCQyz1WCXYRAp12AJ9EahExgCEY5LxEPxvfee3VDx/sLACgogwX
+jcAIG0+7JrrL/NiFGMspv98=
+=6uGo
-----END PGP SIGNATURE-----
diff --git a/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild
index 9b25a1338e2d..e1390ca7229a 100644
--- a/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild,v 1.1 2005/05/11 19:35:37 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild,v 1.2 2005/05/11 23:43:34 pythonhead Exp $
inherit wxlib gnuconfig
@@ -30,9 +30,6 @@ S=${WORKDIR}/wxWidgets-${PV}
pkg_setup() {
einfo "To install only wxbase (non-gui libs) use -gtk2 -wxgtk1"
- if use unicode; then
- ! use gtk2 && die "You must put gtk2 in your USE if you need unicode support"
- fi
}
src_compile() {