mr_bones_    15/02/05 09:59:11

  Modified:             ChangeLog
  Added:                joystick-1.4.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.26                 games-util/joystick/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   16 Jul 2014 01:19:15 -0000      1.25
+++ ChangeLog   5 Feb 2015 09:59:11 -0000       1.26
@@ -1,6 +1,12 @@
 # ChangeLog for games-util/joystick
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.25 
2014/07/16 01:19:15 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.26 
2015/02/05 09:59:11 mr_bones_ Exp $
+
+*joystick-1.4.8 (05 Feb 2015)
+
+  05 Feb 2015; Michael Sterrett <[email protected]>
+  +files/joystick-1.4.8-build.patch, +joystick-1.4.8.ebuild:
+  version bump
 
 *joystick-1.4.7 (16 Jul 2014)
 



1.1                  games-util/joystick/joystick-1.4.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/joystick-1.4.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/joystick-1.4.8.ebuild?rev=1.1&content-type=text/plain

Index: joystick-1.4.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=5
inherit eutils toolchain-funcs

MY_P="linuxconsoletools-${PV}"
DESCRIPTION="joystick testing utilities"
HOMEPAGE="http://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/";
SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="sdl"

DEPEND="sdl? ( media-libs/libsdl:0[video] )
        !<x11-libs/tslib-1.0-r2"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

src_prepare() {
        epatch "${FILESDIR}"/${P}-build.patch
        export PREFIX=/usr
        tc-export CC PKG_CONFIG
        export USE_SDL=$(usex sdl)
}




Reply via email to