diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-30 17:30:00 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-30 17:30:00 +0000 |
commit | f6fddc6c0a8b25023990b2f8b84358189b3da72e (patch) | |
tree | 452fe723ca1e640fe1498516abfeda75eda9bc83 /games-fps | |
parent | KDE stablization for ppc64 bug 207634 (diff) | |
download | gentoo-2-f6fddc6c0a8b25023990b2f8b84358189b3da72e.tar.gz gentoo-2-f6fddc6c0a8b25023990b2f8b84358189b3da72e.tar.bz2 gentoo-2-f6fddc6c0a8b25023990b2f8b84358189b3da72e.zip |
Depend on virtual/opengl and not media-libs/mesa
(Portage version: 2.1.4)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/industri/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/industri/industri-1.01.ebuild | 15 |
2 files changed, 12 insertions, 10 deletions
diff --git a/games-fps/industri/ChangeLog b/games-fps/industri/ChangeLog index cdce4cf29978..77168a1a02b0 100644 --- a/games-fps/industri/ChangeLog +++ b/games-fps/industri/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/industri -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/ChangeLog,v 1.9 2007/07/02 17:28:03 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/ChangeLog,v 1.10 2008/01/30 17:30:00 nyhm Exp $ + + 30 Jan 2008; Tristan Heaven <nyhm@gentoo.org> industri-1.01.ebuild: + Depend on virtual/opengl and not media-libs/mesa 02 Jul 2007; Tristan Heaven <nyhm@gentoo.org> +files/industri-1.01-exec-stack.patch, industri-1.01.ebuild: diff --git a/games-fps/industri/industri-1.01.ebuild b/games-fps/industri/industri-1.01.ebuild index 83201d84e508..1b3d4da0ddc9 100644 --- a/games-fps/industri/industri-1.01.ebuild +++ b/games-fps/industri/industri-1.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.14 2007/07/02 17:28:03 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.15 2008/01/30 17:30:00 nyhm Exp $ inherit eutils toolchain-funcs games @@ -15,7 +15,6 @@ KEYWORDS="x86" IUSE="cdinstall" RDEPEND="virtual/opengl - media-libs/mesa x11-libs/libXxf86dga x11-libs/libXext x11-libs/libX11 @@ -64,12 +63,12 @@ src_install() { newgamesbin linux/release*/bin/industri.run industri || die dogamesbin "${FILESDIR}"/industri.pretty || die insinto /usr/share/icons - doins industri.ico quake.ico + doins industri.ico quake.ico || die dodoc linux/README - cd "${WORKDIR}"/industri - dodoc *.txt && rm *.txt - insinto "${GAMES_DATADIR}"/quake1/industri - doins * + cd "${WORKDIR}"/${PN} + dodoc *.txt + insinto "${GAMES_DATADIR}"/quake1/${PN} + doins *.pak *.cfg || die prepgamesdirs } |