axs 14/07/03 20:24:21 Modified: ChangeLog Added: avp-20070130-r2.ebuild Log: bumped EAPI to 5; converted deps to gx86-multilib (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.14 games-fps/avp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/avp/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/avp/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/avp/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/avp/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 3 May 2012 03:23:09 -0000 1.13 +++ ChangeLog 3 Jul 2014 20:24:21 -0000 1.14 @@ -1,6 +1,12 @@ # ChangeLog for games-fps/avp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/ChangeLog,v 1.13 2012/05/03 03:23:09 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/ChangeLog,v 1.14 2014/07/03 20:24:21 axs Exp $ + +*avp-20070130-r2 (03 Jul 2014) + + 03 Jul 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +avp-20070130-r2.ebuild: + bumped EAPI to 5; converted deps to gx86-multilib 03 May 2012; Jeff Horelick <[email protected]> avp-20070130-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig 1.1 games-fps/avp/avp-20070130-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/avp/avp-20070130-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/avp/avp-20070130-r2.ebuild?rev=1.1&content-type=text/plain Index: avp-20070130-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-fps/avp/avp-20070130-r2.ebuild,v 1.1 2014/07/03 20:24:21 axs Exp $ EAPI=5 inherit eutils 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="~amd64 ~x86" IUSE="" RDEPEND="|| ( ( media-libs/openal[abi_x86_32(-)] media-libs/libsdl[video,joystick,opengl,abi_x86_32(-)] ) ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] ) )" DEPEND="${RDEPEND} virtual/pkgconfig" S=${WORKDIR}/${PN} src_prepare() { epatch \ "${FILESDIR}"/${P}-gcc42.patch \ "${FILESDIR}"/${P}-glibc2.10.patch sed -i \ -e '/^CC /s:=:?=:' \ -e '/^CXX /s:=:?=:' \ -e "/^CFLAGS/s/-g.*/${CFLAGS}/" \ -e "/^LDLIBS/s/$/${LDFLAGS}/" \ -e "s:openal-config:pkg-config openal:" \ 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}" elog "to install the rest of the game" }
