mr_bones_ 14/10/29 18:40:59 Modified: phalanx-22.ebuild ChangeLog Log: EAPI=5; tidy (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-board/phalanx/phalanx-22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/phalanx-22.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/phalanx-22.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/phalanx-22.ebuild?r1=1.5&r2=1.6 Index: phalanx-22.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/phalanx/phalanx-22.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- phalanx-22.ebuild 5 Dec 2008 18:37:50 -0000 1.5 +++ phalanx-22.ebuild 29 Oct 2014 18:40:59 -0000 1.6 @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/phalanx/phalanx-22.ebuild,v 1.5 2008/12/05 18:37:50 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/phalanx/phalanx-22.ebuild,v 1.6 2014/10/29 18:40:59 mr_bones_ Exp $ +EAPI=5 inherit toolchain-funcs games MY_PN="Phalanx" @@ -30,14 +31,13 @@ DEFINES="${define}" \ CC="$(tc-getCC)" \ CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - || die "emake failed" + LDFLAGS="${LDFLAGS}" } src_install() { - dogamesbin phalanx || die "dogamesbin failed" + dogamesbin phalanx insinto "${GAMES_DATADIR}"/${PN} - doins pbook.phalanx sbook.phalanx learn.phalanx || die "doins failed" + doins pbook.phalanx sbook.phalanx learn.phalanx dodoc HISTORY README prepgamesdirs } 1.6 games-board/phalanx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/phalanx/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 5 Dec 2008 18:37:50 -0000 1.5 +++ ChangeLog 29 Oct 2014 18:40:59 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for games-board/phalanx -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/phalanx/ChangeLog,v 1.5 2008/12/05 18:37:50 nyhm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/phalanx/ChangeLog,v 1.6 2014/10/29 18:40:59 mr_bones_ Exp $ + + 29 Oct 2014; Michael Sterrett <[email protected]> phalanx-22.ebuild: + EAPI=5; tidy 05 Dec 2008; Tristan Heaven <[email protected]> phalanx-22.ebuild: Respect CC and LDFLAGS, bug #244068 @@ -19,4 +22,3 @@ 29 May 2007; Tupone Alfredo <[email protected]> +metadata.xml, +phalanx-22.ebuild: New package. Bug #157264 by Ville Oikarinen -
