diff options
author | 2006-12-11 23:54:43 +0000 | |
---|---|---|
committer | 2006-12-11 23:54:43 +0000 | |
commit | 3db292ca512fd11652410e8f440d98bdffff24fe (patch) | |
tree | e2a1ad5a42e3e8e5d27d25539b942b79356deddc /games-roguelike/scourge | |
parent | Stable on ppc; bug #154244. (diff) | |
download | gentoo-2-3db292ca512fd11652410e8f440d98bdffff24fe.tar.gz gentoo-2-3db292ca512fd11652410e8f440d98bdffff24fe.tar.bz2 gentoo-2-3db292ca512fd11652410e8f440d98bdffff24fe.zip |
editor flag was better
(Portage version: 2.1.2_rc3-r1)
Diffstat (limited to 'games-roguelike/scourge')
-rw-r--r-- | games-roguelike/scourge/ChangeLog | 5 | ||||
-rw-r--r-- | games-roguelike/scourge/scourge-0.16.ebuild | 16 |
2 files changed, 9 insertions, 12 deletions
diff --git a/games-roguelike/scourge/ChangeLog b/games-roguelike/scourge/ChangeLog index 68b65b628333..194d98b86b22 100644 --- a/games-roguelike/scourge/ChangeLog +++ b/games-roguelike/scourge/ChangeLog @@ -1,9 +1,6 @@ # ChangeLog for games-roguelike/scourge # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.22 2006/12/11 23:42:25 nyhm Exp $ - - 11 Dec 2006; Tristan Heaven <nyhm@gentoo.org> scourge-0.16.ebuild: - Rename editor USE flag to wxwindows +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.23 2006/12/11 23:54:43 nyhm Exp $ *scourge-0.16 (13 Nov 2006) diff --git a/games-roguelike/scourge/scourge-0.16.ebuild b/games-roguelike/scourge/scourge-0.16.ebuild index 20b4a7107114..e31181d39bdc 100644 --- a/games-roguelike/scourge/scourge-0.16.ebuild +++ b/games-roguelike/scourge/scourge-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.16.ebuild,v 1.2 2006/12/11 23:42:25 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.16.ebuild,v 1.3 2006/12/11 23:54:43 nyhm Exp $ inherit eutils wxwidgets games @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.src.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="wxwindows" +IUSE="editor" DEPEND="x11-libs/libXmu x11-libs/libXi @@ -22,19 +22,19 @@ DEPEND="x11-libs/libXmu >=media-libs/libsdl-1.2 media-libs/sdl-net media-libs/sdl-mixer - wxwindows? ( >=x11-libs/wxGTK-2.6 )" + editor? ( >=x11-libs/wxGTK-2.6 )" S=${WORKDIR}/${PN} pkg_setup() { games_pkg_setup - use wxwindows && WX_GTK_VER="2.6" need-wxwidgets unicode + use editor && WX_GTK_VER="2.6" need-wxwidgets unicode } src_unpack() { unpack ${A} cd "${S}" - if use wxwindows ; then + if use editor ; then sed -i \ -e "/WXWIDGET_CFLAGS/s:wx-config:${WX_CONFIG}:" \ -e "/WXWIDGET_LIBS/s:wx-config:${WX_CONFIG}:" \ @@ -45,15 +45,15 @@ src_unpack() { src_compile() { egamesconf \ --with-data-dir="${GAMES_DATADIR}/${PN}" \ - $(use_enable wxwindows editor) \ + $(use_enable editor) \ || die emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" - use wxwindows && mv "${D}/${GAMES_BINDIR}"/{tools,${PN}-tools} - insinto "${GAMES_DATADIR}"/${PN} + use editor && mv "${D}/${GAMES_BINDIR}"/{tools,${PN}-tools} + insinto "${GAMES_DATADIR}/${PN}" doins -r ../scourge_data/* || die "doins failed" doicon assets/scourge.png make_desktop_entry scourge S.C.O.U.R.G.E. |