mr_bones_ 14/12/16 03:56:09 Modified: sdljoytest-11102003.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 games-misc/sdljoytest/sdljoytest-11102003.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild?r1=1.4&r2=1.5 Index: sdljoytest-11102003.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sdljoytest-11102003.ebuild 29 Nov 2010 05:08:17 -0000 1.4 +++ sdljoytest-11102003.ebuild 16 Dec 2014 03:56:09 -0000 1.5 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild,v 1.4 2010/11/29 05:08:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild,v 1.5 2014/12/16 03:56:09 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit toolchain-funcs DESCRIPTION="SDL app to test joysticks and game controllers" @@ -17,14 +17,13 @@ DEPEND="media-libs/libsdl[joystick,opengl,video] virtual/opengl media-libs/sdl-image" +RDEPEND=${DEPEND} S=${WORKDIR}/SDLJoytest-GL src_prepare() { - make clean || die "cleaning" - sed -i \ - -e 's:/usr/local:/usr:' \ - joytest.h || die "seding data path" + emake clean + sed -i -e 's:/usr/local:/usr:' joytest.h || die sed -i -e 's:SDL/::' *.c || die } @@ -32,13 +31,12 @@ emake \ CC=$(tc-getCC) \ CFLAGS="$(sdl-config --cflags) ${CFLAGS}" \ - LDFLAGS="$(sdl-config --libs) -lGL ${LDFLAGS}" \ - || die + LDFLAGS="$(sdl-config --libs) -lGL ${LDFLAGS}" } src_install() { - dobin SDLJoytest-GL || die "dobin" + dobin SDLJoytest-GL insinto /usr/share/SDLJoytest-GL - doins *.bmp || die "data" + doins *.bmp doman SDLJoytest.1 } 1.6 games-misc/sdljoytest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 29 Nov 2010 05:08:17 -0000 1.5 +++ ChangeLog 16 Dec 2014 03:56:09 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for games-misc/sdljoytest -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/ChangeLog,v 1.5 2010/11/29 05:08:17 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/ChangeLog,v 1.6 2014/12/16 03:56:09 mr_bones_ Exp $ + + 16 Dec 2014; Michael Sterrett <[email protected]> + sdljoytest-11102003.ebuild: + EAPI=5 29 Nov 2010; Michael Sterrett <[email protected]> sdljoytest-11102003.ebuild:
