mr_bones_ 15/03/14 22:34:25 Modified: etswitch-0.1.14.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.9 games-util/etswitch/etswitch-0.1.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?r1=1.8&r2=1.9 Index: etswitch-0.1.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- etswitch-0.1.14.ebuild 26 Nov 2009 19:48:34 -0000 1.8 +++ etswitch-0.1.14.ebuild 14 Mar 2015 22:34:25 -0000 1.9 @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.8 2009/11/26 19:48:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.9 2015/03/14 22:34:25 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="*nix minimizer for a few games" @@ -24,14 +24,17 @@ x11-proto/recordproto x11-proto/xf86vidmodeproto" -PATCHES=( "${FILESDIR}"/${P}-desktop-entry.patch "${FILESDIR}"/${P}-glibc.patch ) +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-desktop-entry.patch \ + "${FILESDIR}"/${P}-glibc.patch +} src_configure() { egamesconf --datadir=/usr/share } src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO + default prepgamesdirs } 1.6 games-util/etswitch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 26 Nov 2009 19:48:34 -0000 1.5 +++ ChangeLog 14 Mar 2015 22:34:25 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for games-util/etswitch -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.5 2009/11/26 19:48:34 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.6 2015/03/14 22:34:25 mr_bones_ Exp $ + + 14 Mar 2015; Michael Sterrett <[email protected]> etswitch-0.1.14.ebuild: + EAPI=5 26 Nov 2009; Markus Meier <[email protected]> etswitch-0.1.14.ebuild: amd64/x86 stable, bug #294523 @@ -21,4 +24,3 @@ 04 Feb 2008; Samuli Suominen <[email protected]> +files/etswitch-0.1.14-desktop-entry.patch, +etswitch-0.1.14.ebuild: Initial commit for bug 133879, ebuild by Kenneth Prugh. -
