mr_bones_ 14/11/19 03:06:58 Modified: stardork-0.7.ebuild ChangeLog Log: build with ncurses[tinfo] (bug #529738) (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 games-arcade/stardork/stardork-0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/stardork/stardork-0.7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/stardork/stardork-0.7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/stardork/stardork-0.7.ebuild?r1=1.2&r2=1.3 Index: stardork-0.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/stardork/stardork-0.7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- stardork-0.7.ebuild 28 Jan 2012 14:55:58 -0000 1.2 +++ stardork-0.7.ebuild 19 Nov 2014 03:06:58 -0000 1.3 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/stardork-0.7.ebuild,v 1.2 2012/01/28 14:55:58 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/stardork-0.7.ebuild,v 1.3 2014/11/19 03:06:58 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit toolchain-funcs games DESCRIPTION="An ncurses-based space shooter" @@ -14,18 +14,20 @@ KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="" -DEPEND="sys-libs/ncurses" +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND} + virtual/pkgconfig" src_prepare() { rm -f Makefile } src_compile() { - emake CC="$(tc-getCC)" LDLIBS=-lncurses ${PN} || die + emake CC="$(tc-getCC)" LDLIBS="$(pkg-config ncurses --libs)" ${PN} } src_install() { - dogamesbin ${PN} || die + dogamesbin ${PN} dodoc README prepgamesdirs } 1.13 games-arcade/stardork/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/stardork/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/stardork/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/stardork/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 30 Jan 2013 22:48:15 -0000 1.12 +++ ChangeLog 19 Nov 2014 03:06:58 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/stardork -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v 1.12 2013/01/30 22:48:15 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v 1.13 2014/11/19 03:06:58 mr_bones_ Exp $ + + 19 Nov 2014; Michael Sterrett <[email protected]> stardork-0.7.ebuild: + build with ncurses[tinfo] (bug #529738) 30 Jan 2013; Michael Sterrett <[email protected]> -stardork-0.6.ebuild: old
