Portage is a package management system used by Gentoo Linux
# ChangeLog for games-fps/alephone-infinity
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone-infinity/ChangeLog,v 1.4 2008/03/18 02:10:43 nyhm Exp $
18 Mar 2008; Tristan Heaven
Add ~amd64 keyword, bug #206647
05 Jul 2007; Markus Rothe
Added ~ppc64; bug #183570
13 Feb 2007; Tristan Heaven
alephone-infinity-1.ebuild:
Move icon to mirror://gentoo
*alephone-infinity-1 (03 Jun 2006)
03 Jun 2006;
+alephone-infinity-1.ebuild:
Initial import. Ebuild submitted by David Bailey and Ben Urban, bug #82912
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST MarathonInfinity.zip 40305709 RMD160 a77b3d5268941a67f35d5b51dc5c359105ef1044 SHA1 6343c29c24a4ca556e5491ac9402a2e288ec6b41 SHA256 d600991ef329714df036ea4512bc8202ebdb1dcd1532d5432fb496552266d404
DIST alephone-infinity.png 19193 RMD160 67a49026cba562fccd702a079e53e96828c52e18 SHA1 a79747da4b18b5e5e5bf18db6940986ee16c8101 SHA256 cb2e18364347b5e4e256401f2fd9b35b92ed3763375f2f4ea2c190915a7df5c0
EBUILD alephone-infinity-1.ebuild 1103 RMD160 abb7bbc8fd356dd7d970c443bc1e61b778f22ce3 SHA1 0c6a61242a64b99babf8e884afb9698f65cdc1a9 SHA256 6d6e4299e6a4701af49f0469ec7fa7cbe2da93e85077223663aecf8302484127
MISC ChangeLog 775 RMD160 6e39e3881f16be4f01e552bb7db569168a44119d SHA1 aabe3fabd14bdcb2208acf7a3b09d3e5681d75cb SHA256 a3f935b5d513e288d2b668700f662e6e2f338ed58f0e8e16bbc0da678b4670a4
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFH3ySpdz7hIScOURERAtLiAKCI2kgmNvcA+kOw73mN3H+m5teCJgCg3ckF
6XjSibNKfFwAmEJkJCBcgxI=
=D1/2
-----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/alephone-infinity/alephone-infinity-1.ebuild,v 1.5 2008/03/18 02:10:43 nyhm Exp $
inherit eutils games
DESCRIPTION="Aleph One - Marathon Infinity"
HOMEPAGE="http://trilogyrelease.bungie.org/"
SRC_URI="http://trilogyrelease.bungie.org/files/MarathonInfinity.zip
mirror://gentoo/${PN}.png"
LICENSE="bungie-marathon"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
RESTRICT="mirror"
RDEPEND=">=games-fps/alephone-20060506-r1"
DEPEND="app-arch/unzip"
S=${WORKDIR}/Marathon\ Infinity
src_install() {
insinto "${GAMES_DATADIR}"/${PN}
doins -r * || die "doins failed"
doicon "${DISTDIR}"/${PN}.png
make_desktop_entry "alephone.sh infinity" "Aleph One - Marathon Infinity"
# Make sure the extra dirs exist in case the user wants to add some data
keepdir "${GAMES_DATADIR}"/${PN}/{Scripts,"Physics Models",Textures,Themes}
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
elog "To play this scenario, run:"
elog "alephone.sh infinity"
}