tupone 15/01/01 19:12:58 Modified: koth-0.8.0.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.19 games-action/koth/koth-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/koth-0.8.0.ebuild?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/koth-0.8.0.ebuild?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/koth-0.8.0.ebuild?r1=1.18&r2=1.19 Index: koth-0.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- koth-0.8.0.ebuild 22 Apr 2013 16:07:17 -0000 1.18 +++ koth-0.8.0.ebuild 1 Jan 2015 19:12:58 -0000 1.19 @@ -1,7 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.18 2013/04/22 16:07:17 mr_bones_ Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.19 2015/01/01 19:12:58 tupone Exp $ +EAPI=4 inherit eutils games DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons" @@ -14,10 +14,9 @@ IUSE="" DEPEND="media-libs/libggi" +RDEPEND="${DEPEND}" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { sed -i 's:-g -O2::' configure \ || die "sed configure failed" cd src @@ -28,10 +27,11 @@ || die "sed gfx.c gfx.h failed" } +DOCS="AUTHORS ChangeLog NEWS README doc/*.txt" + src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default insinto "${GAMES_SYSCONFDIR}" - doins src/koth.cfg || die "doins failed" - dodoc AUTHORS ChangeLog NEWS README doc/*.txt + doins src/koth.cfg prepgamesdirs } 1.18 games-action/koth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 22 Apr 2013 16:07:17 -0000 1.17 +++ ChangeLog 1 Jan 2015 19:12:58 -0000 1.18 @@ -1,6 +1,9 @@ # ChangeLog for games-action/koth -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.17 2013/04/22 16:07:17 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.18 2015/01/01 19:12:58 tupone Exp $ + + 01 Jan 2015; Tupone Alfredo <tup...@gentoo.org> koth-0.8.0.ebuild: + EAPI 4 22 Apr 2013; Michael Sterrett <mr_bon...@gentoo.org> koth-0.8.0.ebuild, metadata.xml: