public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Wegener (swegener)" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-util/xboxdrv: ChangeLog xboxdrv-0.8.5-r1.ebuild
Date: Tue, 14 May 2013 19:11:14 +0000 (UTC)	[thread overview]
Message-ID: <20130514191114.99E3A2171D@flycatcher.gentoo.org> (raw)

swegener    13/05/14 19:11:14

  Modified:             ChangeLog
  Added:                xboxdrv-0.8.5-r1.ebuild
  Log:
  Revision bump, add init script to run a system-wide xboxdrv daemon.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)

Revision  Changes    Path
1.30                 games-util/xboxdrv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/xboxdrv/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	30 Apr 2013 22:12:02 -0000	1.29
+++ ChangeLog	14 May 2013 19:11:14 -0000	1.30
@@ -1,6 +1,12 @@
 # ChangeLog for games-util/xboxdrv
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/ChangeLog,v 1.29 2013/04/30 22:12:02 tristan Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/ChangeLog,v 1.30 2013/05/14 19:11:14 swegener Exp $
+
+*xboxdrv-0.8.5-r1 (14 May 2013)
+
+  14 May 2013; Sven Wegener <swegener@gentoo.org> +xboxdrv-0.8.5-r1.ebuild,
+  +files/xboxdrv.confd, +files/xboxdrv.initd:
+  Revision bump, add init script to run a system-wide xboxdrv daemon.
 
 *xboxdrv-0.8.5 (30 Apr 2013)
 



1.1                  games-util/xboxdrv/xboxdrv-0.8.5-r1.ebuild

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

Index: xboxdrv-0.8.5-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/xboxdrv-0.8.5-r1.ebuild,v 1.1 2013/05/14 19:11:14 swegener Exp $

EAPI=5
inherit base linux-info scons-utils toolchain-funcs

MY_P=${PN}-linux-${PV}
DESCRIPTION="Userspace Xbox 360 Controller driver"
HOMEPAGE="http://pingus.seul.org/~grumbel/xboxdrv/"
SRC_URI="http://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-libs/boost
	virtual/udev
	sys-apps/dbus
	dev-libs/glib:2
	virtual/libusb:1
	x11-libs/libX11"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

S=${WORKDIR}/${MY_P}

CONFIG_CHECK="~INPUT_EVDEV ~INPUT_JOYDEV ~INPUT_UINPUT ~!JOYSTICK_XPAD"

src_compile() {
	escons \
		BUILD=custom \
		CXX="$(tc-getCXX)" \
		CXXFLAGS="-Wall ${CXXFLAGS}" \
		LINKFLAGS="${LDFLAGS}"
}

src_install() {
	dobin xboxdrv
	doman doc/xboxdrv.1
	dodoc AUTHORS NEWS PROTOCOL README TODO

	newinitd "${FILESDIR}"/xboxdrv.initd xboxdrv
	newconfd "${FILESDIR}"/xboxdrv.confd xboxdrv
}





             reply	other threads:[~2013-05-14 19:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-14 19:11 Sven Wegener (swegener) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-14 22:08 [gentoo-commits] gentoo-x86 commit in games-util/xboxdrv: ChangeLog xboxdrv-0.8.5-r1.ebuild Tristan Heaven (tristan)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130514191114.99E3A2171D@flycatcher.gentoo.org \
    --to=swegener@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox