summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-04 12:25:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-04 12:25:31 +0000
commit05e9039c36dc7742846b6e5e3c361bee300dc132 (patch)
tree9abb40aff032fdb504e9aa5f1cb7c64895c3dac4 /x11-libs/wxGTK
parentsys-apps/squashfs-tools dependancy moved to sys-fs/squashfs-tools (diff)
downloadhistorical-05e9039c36dc7742846b6e5e3c361bee300dc132.tar.gz
historical-05e9039c36dc7742846b6e5e3c361bee300dc132.tar.bz2
historical-05e9039c36dc7742846b6e5e3c361bee300dc132.zip
arm KEYWORDS
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r--x11-libs/wxGTK/Manifest26
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.2.ebuild11
2 files changed, 23 insertions, 14 deletions
diff --git a/x11-libs/wxGTK/Manifest b/x11-libs/wxGTK/Manifest
index 3fd1bc8e243c..476cfb436ad0 100644
--- a/x11-libs/wxGTK/Manifest
+++ b/x11-libs/wxGTK/Manifest
@@ -1,13 +1,23 @@
-MD5 afe72440233a5bc5cde0cac862de0aff wxGTK-2.4.1-r1.ebuild 2737
-MD5 68a63dce6d0f4ccbea559a8ac02bdf0a wxGTK-2.4.0.ebuild 2738
-MD5 3e7a96f5fde8f3be9997f61970bc3c54 wxGTK-2.4.2.ebuild 2528
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 421a66d708eb98f9817cdc063b64d906 ChangeLog 8392
MD5 4fca175f747a090fd2b7b8ce22fbc06d metadata.xml 162
+MD5 68a63dce6d0f4ccbea559a8ac02bdf0a wxGTK-2.4.0.ebuild 2738
+MD5 afe72440233a5bc5cde0cac862de0aff wxGTK-2.4.1-r1.ebuild 2737
+MD5 2022d0390493fb58c08b12f502545232 wxGTK-2.4.2.ebuild 2496
+MD5 16ea0622454512339b2c613af61a9aa4 files/digest-wxGTK-2.4.0 65
+MD5 86ee1d94ec752953d445a824f643fef5 files/digest-wxGTK-2.4.1-r1 65
+MD5 5087298be841a84071ea67830f5d6a2b files/digest-wxGTK-2.4.2 65
MD5 574b30817d120dcaf7e94832c64b003a files/wxGTK-2.4.1-contrib.patch 572
-MD5 798d3d05c7adb28f00834aa4ea1f304b files/wxGTK-2.4.2-contrib_animate.patch 442
-MD5 6c8af85a3bfec0c477a778258368de56 files/wxGTK-2.4.2-cleanup.patch 18162
MD5 522f6b3a771ea33a1af7ede9c795ab4c files/wxGTK-2.4.1-wxpython1.patch 1102
-MD5 86ee1d94ec752953d445a824f643fef5 files/digest-wxGTK-2.4.1-r1 65
MD5 1e85c1c970da32626580dfef7228b314 files/wxGTK-2.4.1-wxpython2.patch 8459
-MD5 16ea0622454512339b2c613af61a9aa4 files/digest-wxGTK-2.4.0 65
-MD5 5087298be841a84071ea67830f5d6a2b files/digest-wxGTK-2.4.2 65
+MD5 6c8af85a3bfec0c477a778258368de56 files/wxGTK-2.4.2-cleanup.patch 18162
+MD5 798d3d05c7adb28f00834aa4ea1f304b files/wxGTK-2.4.2-contrib_animate.patch 442
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.8 (GNU/Linux)
+
+iD8DBQFAwGpUHTu7gpaalycRAh2aAJ9gGsQQp+KJ+rWTwEXVXhwczw/oYACfR32v
+f8023+dsBiI10r7YoBZXuAY=
+=17tB
+-----END PGP SIGNATURE-----
diff --git a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
index d03312b26b46..95cad091cc42 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.11 2004/04/26 14:43:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.12 2004/06/04 12:25:31 vapier Exp $
inherit eutils
DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
-SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
HOMEPAGE="http://www.wxwindows.org/"
+SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
LICENSE="wxWinLL-3"
SLOT="0"
-KEYWORDS="~x86 ppc ~sparc alpha amd64 ia64"
+KEYWORDS="~x86 ppc ~sparc alpha arm amd64 ia64"
IUSE="odbc opengl gtk2 unicode debug"
RDEPEND="virtual/x11
@@ -22,7 +22,6 @@ RDEPEND="virtual/x11
opengl? ( virtual/opengl )
gtk2? ( >=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 )
!gtk2? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )"
-
DEPEND="${RDEPEND}
gtk2? ( dev-util/pkgconfig )"
@@ -61,9 +60,9 @@ src_compile() {
use gtk2 && myconf="${myconf} --enable-gtk2"
# only allow unicode if using gtk2
- [ -n "`use gtk2`" -a -n "`use unicode`" ] && myconf="${myconf} --enable-unicode"
+ use gtk2 && use unicode && myconf="${myconf} --enable-unicode"
# only enable odbc if unicode is not enabled.
- [ -n "`use gtk2`" -a -n "`use unicode`" ] || myconf="${myconf} `use_with odbc`"
+ ! use gtk2 && ! use unicode && myconf="${myconf} `use_with odbc`"
econf ${myconf} || die "econf failed"
emake || die "make failed"