diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-02-22 12:40:28 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-02-22 12:40:28 +0000 |
commit | 4ade88853b44c69fae3dd1b8aa5141fe111253a7 (patch) | |
tree | 4e2b604ad044b9fc4c6c7c29318fef4e0e2f018a /dev-games/crystalspace | |
parent | Make sure that all docs get installed in /usr/share/doc/, wrt bug #298598 (diff) | |
download | gentoo-2-4ade88853b44c69fae3dd1b8aa5141fe111253a7.tar.gz gentoo-2-4ade88853b44c69fae3dd1b8aa5141fe111253a7.tar.bz2 gentoo-2-4ade88853b44c69fae3dd1b8aa5141fe111253a7.zip |
wxwindows deprecated in favour of wxwidgets. Bug #306289
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 8 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.0.1.ebuild | 12 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.2.1.ebuild | 12 |
3 files changed, 18 insertions, 14 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index e053e6f9292e..5aba7c2802e5 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/crystalspace -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.38 2009/07/10 21:14:49 mr_bones_ Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.39 2010/02/22 12:40:28 tupone Exp $ + + 22 Feb 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.0.1.ebuild, + crystalspace-1.2.1.ebuild: + wxwindows deprecated in favour of wxwidgets. Bug #306289 by Doktor Notor *crystalspace-1.2.1 (10 Jul 2009) diff --git a/dev-games/crystalspace/crystalspace-1.0.1.ebuild b/dev-games/crystalspace/crystalspace-1.0.1.ebuild index f08d3b62c381..cf3365e1b226 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 +# Copyright 1999-2010 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.9 2008/07/08 16:30:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.10 2010/02/22 12:40:28 tupone Exp $ inherit flag-o-matic java-pkg-opt-2 multilib wxwidgets @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-amd64 x86" IUSE="3ds alsa cal3d cegui cg doc java javascript jpeg mng ode perl png python -sdl truetype vorbis wxwindows" +sdl truetype vorbis wxwidgets" RDEPEND="virtual/opengl virtual/glu @@ -29,7 +29,7 @@ RDEPEND="virtual/opengl alsa? ( media-libs/alsa-lib ) mng? ( media-libs/libmng ) png? ( media-libs/libpng ) - wxwindows? ( x11-libs/pango + wxwidgets? ( x11-libs/pango =x11-libs/wxGTK-2.6* ) javascript? ( dev-lang/spidermonkey ) cegui? ( >=dev-games/cegui-0.5.0 ) @@ -57,7 +57,7 @@ src_unpack() { } src_compile() { - if useq wxwindows; then + if useq wxwidgets; then WX_GTK_VER=2.6 need-wxwidgets gtk2 fi @@ -86,7 +86,7 @@ src_compile() { $(use_with truetype freetype2) \ $(use_with cal3d) \ $(use_with sdl) \ - $(use_with wxwindows wx) \ + $(use_with wxwidgets wx) \ $(use_with cegui CEGUI) \ $(use_with cg Cg) \ $(use_with javascript js) \ diff --git a/dev-games/crystalspace/crystalspace-1.2.1.ebuild b/dev-games/crystalspace/crystalspace-1.2.1.ebuild index db1915ae5213..833602b5f327 100644 --- a/dev-games/crystalspace/crystalspace-1.2.1.ebuild +++ b/dev-games/crystalspace/crystalspace-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.1.ebuild,v 1.1 2009/07/10 21:14:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.1.ebuild,v 1.2 2010/02/22 12:40:28 tupone Exp $ EAPI=2 inherit flag-o-matic multilib wxwidgets @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="3ds alsa cal3d cegui cg doc javascript jpeg mng ode png python -sdl truetype vorbis wxwindows" +sdl truetype vorbis wxwidgets" RDEPEND="virtual/opengl virtual/glu @@ -29,7 +29,7 @@ RDEPEND="virtual/opengl alsa? ( media-libs/alsa-lib ) mng? ( media-libs/libmng ) png? ( media-libs/libpng ) - wxwindows? ( x11-libs/pango + wxwidgets? ( x11-libs/pango =x11-libs/wxGTK-2.6* ) javascript? ( dev-lang/spidermonkey ) cegui? ( >=dev-games/cegui-0.5.0 ) @@ -54,7 +54,7 @@ src_prepare() { } src_configure() { - if useq wxwindows; then + if useq wxwidgets; then WX_GTK_VER=2.6 need-wxwidgets gtk2 fi @@ -83,7 +83,7 @@ src_configure() { $(use_with truetype freetype2) \ $(use_with cal3d) \ $(use_with sdl) \ - $(use_with wxwindows wx) \ + $(use_with wxwidgets wx) \ $(use_with cegui CEGUI) \ $(use_with cg Cg) \ $(use_with javascript js) \ |