mr_bones_    15/05/16 06:04:45

  Modified:             ChangeLog
  Added:                joystick-1.4.8-r1.ebuild
  Log:
  look in both places for old and new udev package locations of udevadm (bug 
#543200)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.32                 games-util/joystick/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   2 Apr 2015 20:49:49 -0000       1.31
+++ ChangeLog   16 May 2015 06:04:45 -0000      1.32
@@ -1,6 +1,13 @@
 # ChangeLog for games-util/joystick
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.31 
2015/04/02 20:49:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.32 
2015/05/16 06:04:45 mr_bones_ Exp $
+
+*joystick-1.4.8-r1 (16 May 2015)
+
+  16 May 2015; Michael Sterrett <mr_bon...@gentoo.org>
+  +files/joystick-1.4.8-udev.patch, +joystick-1.4.8-r1.ebuild:
+  look in both places for old and new udev package locations of udevadm (bug
+  #543200)
 
   02 Apr 2015; Michael Sterrett <mr_bon...@gentoo.org>
   -files/joystick-1.4.4-build.patch, -joystick-1.4.4.ebuild:



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

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

Index: joystick-1.4.8-r1.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-r1.ebuild,v 1.1 
2015/05/16 06:04:45 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 udev"

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

S=${WORKDIR}/${MY_P}

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

src_install() {
        default
        if use !udev ; then
                rm -f "${D}"/usr/bin/jscal-{re,}store || die
        fi
}




Reply via email to