summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-17 23:02:17 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-17 23:02:17 +0000
commit91b6a81bc98d04f446064e63b89910112612aa12 (patch)
tree9b781a3158ae4e16daaecec1469351d3425db460 /x11-libs/wxGTK
parentAdded ~sparc keyword. (diff)
downloadhistorical-91b6a81bc98d04f446064e63b89910112612aa12.tar.gz
historical-91b6a81bc98d04f446064e63b89910112612aa12.tar.bz2
historical-91b6a81bc98d04f446064e63b89910112612aa12.zip
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r--x11-libs/wxGTK/ChangeLog6
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild6
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.2.ebuild6
3 files changed, 13 insertions, 5 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index 1de2f9f08932..f97db06f1703 100644
--- a/x11-libs/wxGTK/ChangeLog
+++ b/x11-libs/wxGTK/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/wxGTK
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.46 2004/03/25 06:46:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.47 2004/04/17 23:02:17 aliz Exp $
+
+ 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> wxGTK-2.4.1-r1.ebuild,
+ wxGTK-2.4.2.ebuild:
+ Inherit eutils, fixed IUSE flags.
24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> wxGTK-2.4.0.ebuild,
wxGTK-2.4.1-r1.ebuild:
diff --git a/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild
index 7c5e6140b217..bc262afb2b7f 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1-r1.ebuild,v 1.8 2004/03/25 06:46:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild,v 1.9 2004/04/17 23:02:17 aliz Exp $
+
+inherit eutils
DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
diff --git a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
index ba6d8a60f266..4a91a8025fe2 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
@@ -1,6 +1,8 @@
# 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.9 2004/02/17 21:52:41 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.10 2004/04/17 23:02:17 aliz Exp $
+
+inherit eutils
DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
@@ -9,7 +11,7 @@ HOMEPAGE="http://www.wxwindows.org/"
LICENSE="wxWinLL-3"
SLOT="0"
KEYWORDS="~x86 ppc ~sparc alpha amd64 ia64"
-IUSE="nls odbc opengl gtk2 unicode debug"
+IUSE="odbc opengl gtk2 unicode debug"
RDEPEND="virtual/x11
sys-libs/zlib