summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-07-03 12:44:36 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-07-03 12:44:36 +0000
commit9524153d68cffb155a0e11cf32ab003944cb420e (patch)
tree3ccfcd08e10a8cf5faeb50c5e8b6a6052f5edba8 /dev-python/wxpython
parentVersion bump. (diff)
downloadhistorical-9524153d68cffb155a0e11cf32ab003944cb420e.tar.gz
historical-9524153d68cffb155a0e11cf32ab003944cb420e.tar.bz2
historical-9524153d68cffb155a0e11cf32ab003944cb420e.zip
Fix error messages.
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r--dev-python/wxpython/ChangeLog6
-rw-r--r--dev-python/wxpython/Manifest8
-rw-r--r--dev-python/wxpython/wxpython-2.4.0.7.ebuild6
-rw-r--r--dev-python/wxpython/wxpython-2.4.1.2.ebuild6
-rw-r--r--dev-python/wxpython/wxpython-2.4.2.4.ebuild12
5 files changed, 21 insertions, 17 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog
index 9b9f3b3dc1c2..c6f643791c4a 100644
--- a/dev-python/wxpython/ChangeLog
+++ b/dev-python/wxpython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/wxPython
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.1 2004/07/03 11:46:54 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.2 2004/07/03 12:44:36 kloeri Exp $
+
+ 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> wxpython-2.4.0.7.ebuild,
+ wxpython-2.4.1.2.ebuild, wxpython-2.4.2.4.ebuild:
+ Fix error messages.
*wxpython-2.4.2.4 (03 Jul 2004)
diff --git a/dev-python/wxpython/Manifest b/dev-python/wxpython/Manifest
index dc0a8afd5d31..24455dfdd43a 100644
--- a/dev-python/wxpython/Manifest
+++ b/dev-python/wxpython/Manifest
@@ -1,8 +1,8 @@
-MD5 9074fa3c4b870556f9352ac2e0e2c0aa wxpython-2.4.0.7.ebuild 3004
-MD5 7f3079d83ce4e724f6d3b83d64446f73 wxpython-2.4.1.2.ebuild 2368
-MD5 3ea9b5cbf3b52b5dd83283dd5f83bc5e ChangeLog 6536
+MD5 faf811b5120fea7f66bfbeac7af441e6 wxpython-2.4.0.7.ebuild 3004
+MD5 58ed594704b708000ca5b208b6fa6c8c wxpython-2.4.1.2.ebuild 2368
+MD5 550a30f5609d60bd883bc277dd55bcff ChangeLog 6688
MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
-MD5 36118f66d430af3d82e60492ee3e9645 wxpython-2.4.2.4.ebuild 3349
+MD5 6a193be51c2fa0d3d4c5de6071420248 wxpython-2.4.2.4.ebuild 3349
MD5 88f72c81ee2c594876b3bddc9e14bb72 files/digest-wxpython-2.4.0.7 73
MD5 ce3003c042f7c8fe4700193e357ad2ad files/digest-wxpython-2.4.1.2 73
MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4 73
diff --git a/dev-python/wxpython/wxpython-2.4.0.7.ebuild b/dev-python/wxpython/wxpython-2.4.0.7.ebuild
index d64412cb093b..854599658b45 100644
--- a/dev-python/wxpython/wxpython-2.4.0.7.ebuild
+++ b/dev-python/wxpython/wxpython-2.4.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.0.7.ebuild,v 1.1 2004/07/03 11:46:54 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.0.7.ebuild,v 1.2 2004/07/03 12:44:36 kloeri Exp $
IUSE="opengl gtk2"
@@ -35,14 +35,14 @@ pkg_setup() {
if [ ! -f "/usr/bin/wxgtk2u-2.4-config" -a ! -f "/usr/bin/wxgtk2-2.4-config" ]; then
eerror "You need x11-libs/wxGTK compiled with GTK+2 support."
eerror "Either emerge wxGTK with 'gtk2' in your USE flags or"
- eerror "emerge wxPython without 'gtk2' in your USE flags."
+ eerror "emerge wxpython without 'gtk2' in your USE flags."
die "wxGTK needs to be compiled with gtk2"
fi
else
if [ ! -f "/usr/bin/wxgtk-2.4-config" ]; then
eerror "You need x11-libs/wxGTK compiled with GTK+1."
eerror "Either emerge wxGTK without 'gtk2' in your USE flags or"
- eerror "emerge wxPython with 'gtk2' in your USE flags."
+ eerror "emerge wxpython with 'gtk2' in your USE flags."
die "wxGTK needs to be compiled without gtk2"
fi
fi
diff --git a/dev-python/wxpython/wxpython-2.4.1.2.ebuild b/dev-python/wxpython/wxpython-2.4.1.2.ebuild
index 42d353cc060c..e30a0a2f7dd0 100644
--- a/dev-python/wxpython/wxpython-2.4.1.2.ebuild
+++ b/dev-python/wxpython/wxpython-2.4.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.1.2.ebuild,v 1.1 2004/07/03 11:46:54 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.1.2.ebuild,v 1.2 2004/07/03 12:44:36 kloeri Exp $
inherit eutils
@@ -38,14 +38,14 @@ pkg_setup() {
if [ ! -f "/usr/bin/wxgtk2u-2.4-config" -a ! -f "/usr/bin/wxgtk2-2.4-config" ]; then
eerror "You need x11-libs/wxGTK compiled with GTK+2 support."
eerror "Either emerge wxGTK with 'gtk2' in your USE flags or"
- eerror "emerge wxPython without 'gtk2' in your USE flags."
+ eerror "emerge wxpython without 'gtk2' in your USE flags."
die "wxGTK needs to be compiled with gtk2"
fi
else
if [ ! -f "/usr/bin/wxgtk-2.4-config" ]; then
eerror "You need x11-libs/wxGTK compiled with GTK+1."
eerror "Either emerge wxGTK without 'gtk2' in your USE flags or"
- eerror "emerge wxPython with 'gtk2' in your USE flags."
+ eerror "emerge wxpython with 'gtk2' in your USE flags."
die "wxGTK needs to be compiled without gtk2"
fi
fi
diff --git a/dev-python/wxpython/wxpython-2.4.2.4.ebuild b/dev-python/wxpython/wxpython-2.4.2.4.ebuild
index 97d59055dca4..bd6d0a6755b2 100644
--- a/dev-python/wxpython/wxpython-2.4.2.4.ebuild
+++ b/dev-python/wxpython/wxpython-2.4.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4.ebuild,v 1.1 2004/07/03 11:46:54 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4.ebuild,v 1.2 2004/07/03 12:44:36 kloeri Exp $
inherit eutils
@@ -37,31 +37,31 @@ pkg_setup() {
if [ ! -f "/usr/bin/wxgtk2u-2.4-config" -a ! -f "/usr/bin/wxgtk2ud-2.4-config" -a ! -f "/usr/bin/wxgtk2-2.4-config" -a ! -f "/usr/bin/wxgtk2d-2.4-config" ]; then
eerror "You need x11-libs/wxGTK compiled with GTK+2 support."
eerror "Either emerge wxGTK with 'gtk2' in your USE flags or"
- eerror "emerge wxPython without 'gtk2' in your USE flags."
+ eerror "emerge wxpython without 'gtk2' in your USE flags."
die "wxGTK needs to be compiled with gtk2"
fi
else
if [ ! -f "/usr/bin/wxgtk-2.4-config" ]; then
eerror "You need x11-libs/wxGTK compiled with GTK+1."
eerror "Either emerge wxGTK without 'gtk2' in your USE flags or"
- eerror "emerge wxPython with 'gtk2' in your USE flags."
+ eerror "emerge wxpython with 'gtk2' in your USE flags."
die "wxGTK needs to be compiled without gtk2"
fi
fi
- # make sure that wxPython and wxGTK have same unicode setting:
+ # make sure that wxpython and wxGTK have same unicode setting:
if use unicode; then
if [ ! -f "/usr/bin/wxgtk2u-2.4-config" -a ! -f "/usr/bin/wxgtk2ud-2.4-config" ]; then
eerror "You need x11-libs/wxGTK compiled with Unicode support."
eerror "Either emerge wxGTK with 'unicode' in your USE flags or"
- eerror "emerge wxPython without 'unicode' in your USE flags."
+ eerror "emerge wxpython without 'unicode' in your USE flags."
die "wxGTK needs to be compiled with unicode"
fi
else
if [ ! -f "/usr/bin/wxgtk-2.4-config" -a ! -f "/usr/bin/wxgtk2-2.4-config" -a ! -f "/usr/bin/wxgtkd-2.4-config" -a ! -f "/usr/bin/wxgtk2d-2.4-config" ]; then
eerror "You need x11-libs/wxGTK compiled without Unicode."
eerror "Either emerge wxGTK without 'unicode' in your USE flags or"
- eerror "emerge wxPython with 'unicode' in your USE flags."
+ eerror "emerge wxpython with 'unicode' in your USE flags."
die "wxGTK needs to be compiled without unicode"
fi
fi