diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-13 01:30:25 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-13 01:30:25 +0000 |
commit | a87790d6d2eb32b3ddd2b29fc3c8903768b9f5a8 (patch) | |
tree | 35c54e85836096db8ba23e280e51558cfe0fbe59 /games-fps/quake2-icculus | |
parent | Change which to type -P for QA. (diff) | |
download | gentoo-2-a87790d6d2eb32b3ddd2b29fc3c8903768b9f5a8.tar.gz gentoo-2-a87790d6d2eb32b3ddd2b29fc3c8903768b9f5a8.tar.bz2 gentoo-2-a87790d6d2eb32b3ddd2b29fc3c8903768b9f5a8.zip |
Change which to type -P for QA.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-fps/quake2-icculus')
-rw-r--r-- | games-fps/quake2-icculus/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | 4 | ||||
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-fps/quake2-icculus/ChangeLog b/games-fps/quake2-icculus/ChangeLog index 159fa1115c7f..3309928cf42f 100644 --- a/games-fps/quake2-icculus/ChangeLog +++ b/games-fps/quake2-icculus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake2-icculus # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.26 2007/02/22 00:01:50 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.27 2007/03/13 01:30:25 wolf31o2 Exp $ + + 13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> + quake2-icculus-0.16.1.ebuild, quake2-icculus-0.16.1-r1.ebuild: + Change which to type -P for QA. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild index 8bba40af396f..479f06230b40 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.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/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.4 2007/01/09 23:34:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.5 2007/03/13 01:30:25 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -69,7 +69,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-gentoo-paths.patch # Now we deal with the silly rogue / xatrix addons ... this is ugly :/ - ln -s $(which echo) "${T}"/more + ln -s $(type -P echo) "${T}"/more for g in rogue xatrix ; do use ${g} || continue mkdir -p "${S}"/src/${g} diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild index 436a35445adf..6d0959eafb03 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.17 2006/12/05 17:22:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.18 2007/03/13 01:30:25 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -48,7 +48,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-gentoo-paths.patch # Now we deal with the silly rogue / xatrix addons ... this is ugly :/ - ln -s $(which echo) "${T}"/more + ln -s $(type -P echo) "${T}"/more for g in rogue xatrix ; do use ${g} || continue mkdir -p "${S}"/src/${g} |