Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/joystick: joystick-1.4.8.ebuild ChangeLog
Date: Thu, 05 Feb 2015 09:59:15
Message-Id: 20150205095911.CA68511197@oystercatcher.gentoo.org
1 mr_bones_ 15/02/05 09:59:11
2
3 Modified: ChangeLog
4 Added: joystick-1.4.8.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.26 games-util/joystick/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 16 Jul 2014 01:19:15 -0000 1.25
24 +++ ChangeLog 5 Feb 2015 09:59:11 -0000 1.26
25 @@ -1,6 +1,12 @@
26 # ChangeLog for games-util/joystick
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.25 2014/07/16 01:19:15 mr_bones_ Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.26 2015/02/05 09:59:11 mr_bones_ Exp $
31 +
32 +*joystick-1.4.8 (05 Feb 2015)
33 +
34 + 05 Feb 2015; Michael Sterrett <mr_bones_@g.o>
35 + +files/joystick-1.4.8-build.patch, +joystick-1.4.8.ebuild:
36 + version bump
37
38 *joystick-1.4.7 (16 Jul 2014)
39
40
41
42
43 1.1 games-util/joystick/joystick-1.4.8.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/joystick-1.4.8.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/joystick-1.4.8.ebuild?rev=1.1&content-type=text/plain
47
48 Index: joystick-1.4.8.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.8.ebuild,v 1.1 2015/02/05 09:59:11 mr_bones_ Exp $
53
54 EAPI=5
55 inherit eutils toolchain-funcs
56
57 MY_P="linuxconsoletools-${PV}"
58 DESCRIPTION="joystick testing utilities"
59 HOMEPAGE="http://sourceforge.net/projects/linuxconsole/ http://atrey.karlin.mff.cuni.cz/~vojtech/input/"
60 SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~arm ~ppc ~x86"
65 IUSE="sdl"
66
67 DEPEND="sdl? ( media-libs/libsdl:0[video] )
68 !<x11-libs/tslib-1.0-r2"
69 RDEPEND="${DEPEND}"
70
71 S=${WORKDIR}/${MY_P}
72
73 src_prepare() {
74 epatch "${FILESDIR}"/${P}-build.patch
75 export PREFIX=/usr
76 tc-export CC PKG_CONFIG
77 export USE_SDL=$(usex sdl)
78 }