diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-01-30 22:41:43 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-01-30 22:41:43 +0000 |
commit | 477b437272f4477bc1075d02a773b7ee2ec64494 (patch) | |
tree | fa171762051750c184ae0638d3754e40a39f3c24 | |
parent | Move branding USE-flag to mozbranding, bug 157335 (diff) | |
download | gentoo-2-477b437272f4477bc1075d02a773b7ee2ec64494.tar.gz gentoo-2-477b437272f4477bc1075d02a773b7ee2ec64494.tar.bz2 gentoo-2-477b437272f4477bc1075d02a773b7ee2ec64494.zip |
New snapshot
(Portage version: 2.1.2-r5)
-rw-r--r-- | games-fps/avp/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/avp/avp-20070130.ebuild | 42 | ||||
-rw-r--r-- | games-fps/avp/files/digest-avp-20070130 | 3 |
3 files changed, 52 insertions, 2 deletions
diff --git a/games-fps/avp/ChangeLog b/games-fps/avp/ChangeLog index afb32c434391..4487cc3e52ad 100644 --- a/games-fps/avp/ChangeLog +++ b/games-fps/avp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/avp -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/ChangeLog,v 1.7 2006/10/13 17:02:16 wolf31o2 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/ChangeLog,v 1.8 2007/01/30 22:41:43 nyhm Exp $ + +*avp-20070130 (30 Jan 2007) + + 30 Jan 2007; Tristan Heaven <nyhm@gentoo.org> +avp-20070130.ebuild: + New snapshot 13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> +files/avp-20031110-cleanup.patch, +files/avp-20031110-gentoo.patch: diff --git a/games-fps/avp/avp-20070130.ebuild b/games-fps/avp/avp-20070130.ebuild new file mode 100644 index 000000000000..ae21a5963cad --- /dev/null +++ b/games-fps/avp/avp-20070130.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/avp-20070130.ebuild,v 1.1 2007/01/30 22:41:43 nyhm Exp $ + +inherit games + +DESCRIPTION="Linux port of Aliens vs Predator" +HOMEPAGE="http://www.icculus.org/avp/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="AvP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="media-libs/openal + media-libs/libsdl" + +S=${WORKDIR}/${PN} + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e "/^CFLAGS/s/-g.*/${CFLAGS}/" \ + -e "/^LDLIBS/s/$/${LDFLAGS}/" \ + Makefile \ + || die "sed failed" +} + +src_install() { + newgamesbin AvP.bin AvP || die "newgamesbin failed" + dodoc README TODO + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + elog "please follow the instructions in" + elog "/usr/share/doc/${PF}/README.gz" + elog "to install the rest of the game" +} diff --git a/games-fps/avp/files/digest-avp-20070130 b/games-fps/avp/files/digest-avp-20070130 new file mode 100644 index 000000000000..0bb966c7c7dd --- /dev/null +++ b/games-fps/avp/files/digest-avp-20070130 @@ -0,0 +1,3 @@ +MD5 a1bfcae5e46ae8439960ac6ddbe18c37 avp-20070130.tar.bz2 1523270 +RMD160 3ad032b2489ccddf1bd4ae60a602eefe9da121a1 avp-20070130.tar.bz2 1523270 +SHA256 f857040fc591ff7e8983be4e0d1ca44ea290e6b954ba9a234a6664ff01b4be58 avp-20070130.tar.bz2 1523270 |