summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-libs/wxGTK/ChangeLog5
-rw-r--r--x11-libs/wxGTK/Manifest4
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild12
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index 0c524b72b640..f51fe10da131 100644
--- a/x11-libs/wxGTK/ChangeLog
+++ b/x11-libs/wxGTK/ChangeLog
@@ -1,6 +1,9 @@
# 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.56 2004/07/22 17:57:05 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.57 2004/07/22 18:00:18 pythonhead Exp $
+
+ 22 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> wxGTK-2.4.1-r1.ebuild:
+ Changed name from wxwindows to wxwidgets bug# 45061
22 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> wxGTK-2.4.0.ebuild:
Changed all wxwindows to wxwidgets bug# 45061
diff --git a/x11-libs/wxGTK/Manifest b/x11-libs/wxGTK/Manifest
index bc0d768a0826..db04a1fba0a5 100644
--- a/x11-libs/wxGTK/Manifest
+++ b/x11-libs/wxGTK/Manifest
@@ -1,7 +1,7 @@
-MD5 4264bde87703969e203fc15bc7802991 ChangeLog 9369
+MD5 ae48b6d1e38860b43a061aab40268aa3 ChangeLog 9500
MD5 4fca175f747a090fd2b7b8ce22fbc06d metadata.xml 162
MD5 1a1ed8b07f48fc326a6dbacb0577c328 wxGTK-2.4.0.ebuild 2713
-MD5 ccc15becc6a3225ece92779b66bff850 wxGTK-2.4.1-r1.ebuild 2704
+MD5 81d886df5e1a87c440cc639bca15d6dc wxGTK-2.4.1-r1.ebuild 2703
MD5 7879a119d8c21c139e1c4a8ee163f475 wxGTK-2.4.2.ebuild 2488
MD5 5b20eb7ec0a449a1cd9004ed6f669122 wxGTK-2.5.1.ebuild 2095
MD5 0dda084266a20fc11c782d6880cab8c5 wxGTK-2.4.2-r1.ebuild 2657
diff --git a/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild
index c269682ed8d2..bfeb76bb764b 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild
@@ -1,12 +1,12 @@
# 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.1-r1.ebuild,v 1.12 2004/06/24 22:08:44 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild,v 1.13 2004/07/22 18:00:18 pythonhead Exp $
inherit eutils
-DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
+DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit."
SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
-HOMEPAGE="http://www.wxwindows.org/"
+HOMEPAGE="http://www.wxwidgets.org/"
LICENSE="wxWinLL-3"
SLOT="0"
@@ -43,7 +43,7 @@ src_compile() {
--enable-png --with-libjpeg"
#Note: pcx image support enabled by default if found.
- #Also, all wxWindows gui features are enabled by default. If you
+ #Also, all wxWidgets gui features are enabled by default. If you
#want to build a smaller library you can disable features by adding
#the appropriate flags to myconf (see INSTALL.txt).
@@ -76,10 +76,10 @@ src_compile() {
myconf="${myconf} --with-gtk"
# here we disable unicode support even thought gtk2 supports it
- # because too many apps just don't follow the wxWindows guidelines
+ # because too many apps just don't follow the wxWidgets guidelines
# for unicode support.
#
- # http://www.wxwindows.org/manuals/2.4.0/wx458.htm#unicode
+ # http://www.wxwigets.org/manuals/2.4.0/wx458.htm#unicode
#
# ref #20116 - liquidx@gentoo.org (07 May 2003)