summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-11-21 00:56:43 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-11-21 00:56:43 +0000
commite84d99da9315be0c7e5f618bfecf569a56982efe (patch)
treeebbf8aa86485714c49f438a98e878a57d94f4705 /dev-games/crystalspace
parentadd bug # to ChangeLog entry (diff)
downloadgentoo-2-e84d99da9315be0c7e5f618bfecf569a56982efe.tar.gz
gentoo-2-e84d99da9315be0c7e5f618bfecf569a56982efe.tar.bz2
gentoo-2-e84d99da9315be0c7e5f618bfecf569a56982efe.zip
With the new wxwidgets eclass /usr/bin/wx-config is guaranteed to exist, so
this workaround is no longer needed. In any case the eclass no longer sets WX_CONFIG_NAME. (Portage version: 2.1.3.19)
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r--dev-games/crystalspace/ChangeLog8
-rw-r--r--dev-games/crystalspace/crystalspace-1.0.1.ebuild5
-rw-r--r--dev-games/crystalspace/crystalspace-1.2.ebuild5
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog
index 19ae3b1537c3..adc65c1a6a1b 100644
--- a/dev-games/crystalspace/ChangeLog
+++ b/dev-games/crystalspace/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-games/crystalspace
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.35 2007/11/13 23:31:34 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.36 2007/11/21 00:56:43 dirtyepic Exp $
+
+ 21 Nov 2007; Ryan Hill <dirtyepic@gentoo.org> crystalspace-1.0.1.ebuild,
+ crystalspace-1.2.ebuild:
+ With the new wxwidgets eclass /usr/bin/wx-config is guaranteed to exist, so
+ this workaround is no longer needed. In any case the eclass no longer sets
+ WX_CONFIG_NAME.
13 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
crystalspace-1.0.1.ebuild:
diff --git a/dev-games/crystalspace/crystalspace-1.0.1.ebuild b/dev-games/crystalspace/crystalspace-1.0.1.ebuild
index 6147de9ab707..8071a043349a 100644
--- a/dev-games/crystalspace/crystalspace-1.0.1.ebuild
+++ b/dev-games/crystalspace/crystalspace-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.6 2007/11/13 23:31:34 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.7 2007/11/21 00:56:43 dirtyepic Exp $
inherit flag-o-matic java-pkg-opt-2 multilib wxwidgets
@@ -60,9 +60,6 @@ src_compile() {
if useq wxwindows; then
WX_GTK_VER=2.6
need-wxwidgets gtk2
- if [[ ! -e /usr/bin/wx-config ]]; then
- sed -i -e "s:wx-config:${WX_CONFIG_NAME}:g" configure
- fi
fi
# -O3 is hanging compilation of python script plugin
diff --git a/dev-games/crystalspace/crystalspace-1.2.ebuild b/dev-games/crystalspace/crystalspace-1.2.ebuild
index 943897373c9e..cd0b9b540dac 100644
--- a/dev-games/crystalspace/crystalspace-1.2.ebuild
+++ b/dev-games/crystalspace/crystalspace-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild,v 1.3 2007/10/30 17:13:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild,v 1.4 2007/11/21 00:56:43 dirtyepic Exp $
inherit flag-o-matic java-pkg-opt-2 multilib wxwidgets
@@ -60,9 +60,6 @@ src_compile() {
if useq wxwindows; then
WX_GTK_VER=2.6
need-wxwidgets gtk2
- if [[ ! -e /usr/bin/wx-config ]]; then
- sed -i -e "s:wx-config:${WX_CONFIG_NAME}:g" configure
- fi
fi
# -O3 is hanging compilation of python script plugin