diff options
author | 2003-09-09 23:44:21 +0000 | |
---|---|---|
committer | 2003-09-09 23:44:21 +0000 | |
commit | 9fc2a1f6d920e5d45fe7bd8f618c8a4396062636 (patch) | |
tree | 1bd2e1654052bdec8e3ad38b2296bf232a65191c /games-fps/quake2-data | |
parent | moved packages from app-emulation to games-emulation (diff) | |
download | historical-9fc2a1f6d920e5d45fe7bd8f618c8a4396062636.tar.gz historical-9fc2a1f6d920e5d45fe7bd8f618c8a4396062636.tar.bz2 historical-9fc2a1f6d920e5d45fe7bd8f618c8a4396062636.zip |
app-games -> games-fps
Diffstat (limited to 'games-fps/quake2-data')
-rw-r--r-- | games-fps/quake2-data/Manifest | 4 | ||||
-rw-r--r-- | games-fps/quake2-data/quake2-data-3.20.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/quake2-data/Manifest b/games-fps/quake2-data/Manifest index 88c970cfe7c4..34ef064405a0 100644 --- a/games-fps/quake2-data/Manifest +++ b/games-fps/quake2-data/Manifest @@ -1,3 +1,3 @@ -MD5 fa664478fddb8c7aa9f30aff3e180d41 ChangeLog 484 -MD5 d0b5231783cf0549a387d676ce236d66 quake2-data-3.20.ebuild 2211 +MD5 1fc6d7e6568d862dd90c7e32292b3af6 ChangeLog 484 +MD5 a927f30203856e5d262ec29f9295bda5 quake2-data-3.20.ebuild 2211 MD5 ac38ac21c5b1dd48241c3d7da6065bd7 files/digest-quake2-data-3.20 71 diff --git a/games-fps/quake2-data/quake2-data-3.20.ebuild b/games-fps/quake2-data/quake2-data-3.20.ebuild index cb7e95d07ef9..f3d366cee8fe 100644 --- a/games-fps/quake2-data/quake2-data-3.20.ebuild +++ b/games-fps/quake2-data/quake2-data-3.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-data/quake2-data-3.20.ebuild,v 1.1 2003/09/09 18:10:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-data/quake2-data-3.20.ebuild,v 1.2 2003/09/09 23:44:19 msterret Exp $ inherit games @@ -56,7 +56,7 @@ src_install() { doins ctf/*.{cfg,ico,pak} || die "couldnt grab ctf" # install symlinks for all the packages that may utilize this ebuild - if has_version app-games/quake2-relnev ; then + if has_version games-fps/quake2-relnev ; then einfo "Creating symlinks for quake2-relnev" for qdir in "" -qmax ; do basedir=${GAMES_LIBDIR}/quake2-relnev${qdir}/baseq2 |