Portage is a package management system used by Gentoo Linux
# ChangeLog for games-fps/quake3-matrix
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/ChangeLog,v 1.4 2008/02/15 01:11:05 wolf31o2 Exp $
15 Feb 2008; Chris Gianelloni
quake3-matrix-2.4_beta-r1.ebuild:
Fix quoting.
*quake3-matrix-2.4_beta-r1 (23 Oct 2006)
23 Oct 2006; Chris Gianelloni
+quake3-matrix-2.4_beta-r1.ebuild:
Added new revision for testing which uses the brand-spankin-new
games-mods.eclass to reduce ebuild code.
27 Jun 2006; Chris Gianelloni
quake3-matrix-2.4_beta.ebuild:
Changed HOMEPAGE and closing bug #136939.
*quake3-matrix-2.4_beta (26 Dec 2004)
26 Dec 2004; Mike Frysinger
Initial import. Ebuild submitted by Chris Abbott #42327.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST matrix24.zip 21191819 RMD160 d0aef4f4a931c73c1dd4094d806c0c05f24192e4 SHA1 a95869186cea096b4e0508f6668d00baa3c6a8b3 SHA256 5c748941c857bdeaa7daa9ffd1ef5aebb6113a4c89709d6132c3a6eb4188abcd
EBUILD quake3-matrix-2.4_beta-r1.ebuild 892 RMD160 3ef31b97c260fbf48e99fe049722392752eb4eeb SHA1 4ff59679241891a8b61eb76837670df0bba0a34c SHA256 e1905beda2446b995970f046688210412e4162f2ffbe77c80897bfaa770dd91f
EBUILD quake3-matrix-2.4_beta.ebuild 624 RMD160 9cdfa412087021411da9a0ea912e7b91ca1837c5 SHA1 1195b9c95fe1f1eb6141f40a0f344c08182d54a0 SHA256 9ea3de0cb469a3f4839b9195f9fd8aac629e57ce39c2fc28fbc0d67ceb8e9808
MISC ChangeLog 853 RMD160 b0838d8c944b245127e3f0f3e7df2dbee4af1125 SHA1 df602c9d587695ceaf5ec57a91adac4ac9076646 SHA256 efe635798895bd7e127befaa70967ed9cdcaef85d70fcadcac9d199407a0e07d
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFHtOarkT4lNIS36YERAquEAJ0WTxZfGCqScf+j57ss1HY8pMQ63wCgn71p
nQTSWEievGsaOxW+kH6M3XY=
=jTUu
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild,v 1.2 2008/02/15 01:11:05 wolf31o2 Exp $
MOD_DESC="Matrix conversion mod"
MOD_NAME="matrix"
MOD_DIR="matrix"
inherit games games-mods
# All other HOMEPAGE have disappeared
HOMEPAGE="http://mods.moddb.com/3388/matrix-quake-3/"
SRC_URI="matrix24.zip"
LICENSE="freedist"
RESTRICT="strip fetch"
KEYWORDS="-* ~amd64 ~ppc ~x86"
RDEPEND="ppc? ( games-fps/${GAME} )
!ppc? (
|| (
games-fps/${GAME}
games-fps/${GAME}-bin ) )"
pkg_nofetch() {
einfo "Download the following files from FilePlanet and put them in"
einfo "${DISTDIR}"
einfo
einfo "http://www.fileplanet.com/download.aspx?f=110838"
}
src_unpack() {
games-mods_src_unpack
mkdir -p "${S}"/matrix
mv *.pk3 *.txt matrix
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/quake3-matrix-2.4_beta.ebuild,v 1.2 2006/06/27 19:27:41 wolf31o2 Exp $
MOD_DESC="Matrix"
MOD_NAME=matrix
inherit games games-q3mod
# All other HOMEPAGE have disappeared
HOMEPAGE="http://mods.moddb.com/3388/matrix-quake-3/"
SRC_URI="matrix24.zip"
LICENSE="Q3AEULA"
RESTRICT="fetch"
pkg_nofetch() {
einfo "Download the following files from FilePlanet and put them in"
einfo "${DISTDIR}"
einfo
einfo "http://www.fileplanet.com/download.aspx?f=110838"
}