dirtyepic 07/11/21 00:56:43
Modified: crystalspace-1.2.ebuild crystalspace-1.0.1.ebuild
ChangeLog
Log:
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)
Revision Changes Path
1.4 dev-games/crystalspace/crystalspace-1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild?r1=1.3&r2=1.4
Index: crystalspace-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crystalspace-1.2.ebuild 30 Oct 2007 17:13:04 -0000 1.3
+++ crystalspace-1.2.ebuild 21 Nov 2007 00:56:43 -0000 1.4
@@ -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 @@
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
1.7 dev-games/crystalspace/crystalspace-1.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild?r1=1.6&r2=1.7
Index: crystalspace-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- crystalspace-1.0.1.ebuild 13 Nov 2007 23:31:34 -0000 1.6
+++ crystalspace-1.0.1.ebuild 21 Nov 2007 00:56:43 -0000 1.7
@@ -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 @@
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
1.36 dev-games/crystalspace/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 13 Nov 2007 23:31:34 -0000 1.35
+++ ChangeLog 21 Nov 2007 00:56:43 -0000 1.36
@@ -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@g.o> 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@g.o>
crystalspace-1.0.1.ebuild:
--
gentoo-commits@g.o mailing list
|