tupone 15/01/05 10:48:35 Modified: ChangeLog komi-1.04.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.7 games-arcade/komi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/komi/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/komi/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/komi/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/komi/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 25 Aug 2010 16:24:44 -0000 1.6 +++ ChangeLog 5 Jan 2015 10:48:35 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/komi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/komi/ChangeLog,v 1.6 2010/08/25 16:24:44 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/komi/ChangeLog,v 1.7 2015/01/05 10:48:35 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <[email protected]> komi-1.04.ebuild, + +files/komi-1.04-install.patch: + EAPI 5 25 Aug 2010; Michael Sterrett <[email protected]> komi-1.04.ebuild: EAPI=2; respect LDFLAGS (bug #334457) 1.7 games-arcade/komi/komi-1.04.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/komi/komi-1.04.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/komi/komi-1.04.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/komi/komi-1.04.ebuild?r1=1.6&r2=1.7 Index: komi-1.04.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/komi/komi-1.04.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- komi-1.04.ebuild 25 Aug 2010 16:24:44 -0000 1.6 +++ komi-1.04.ebuild 5 Jan 2015 10:48:35 -0000 1.7 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/komi/komi-1.04.ebuild,v 1.6 2010/08/25 16:24:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/komi/komi-1.04.ebuild,v 1.7 2015/01/05 10:48:35 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="Komi the Space Frog - simple SDL game of collection" @@ -16,9 +16,12 @@ DEPEND="media-libs/libsdl[video] media-libs/sdl-mixer" +RDEPEND="${DEPEND}" +DOCS=( CHANGELOG.txt README.txt TROUBLESHOOTING.txt ) src_prepare() { - epatch "${FILESDIR}"/${PV}-DESTDIR.patch + epatch "${FILESDIR}"/${PV}-DESTDIR.patch \ + "${FILESDIR}"/${P}-install.patch sed -i \ -e "/^BINPATH/s:=.*:=${GAMES_BINDIR}/:" \ -e "/^DATAPATH/s:=.*:=${GAMES_DATADIR}/${PN}/:" \ @@ -29,14 +32,13 @@ } src_compile() { - emake ECFLAGS="${CFLAGS}" || die "emake failed" + emake ECFLAGS="${CFLAGS}" } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default newicon komidata/sprites_komi.bmp ${PN}.bmp make_desktop_entry komi Komi /usr/share/pixmaps/${PN}.bmp doman komi.6 - dodoc CHANGELOG.txt README.txt TROUBLESHOOTING.txt prepgamesdirs }
