public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/spacenavd: spacenavd-0.5-r4.ebuild
@ 2012-11-16 10:29 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-11-16 10:29 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/11/16 10:29:22

  Modified:             spacenavd-0.5-r4.ebuild
  Log:
  Correct the filename too. Sorry about that.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.2                  app-misc/spacenavd/spacenavd-0.5-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild?r1=1.1&r2=1.2

Index: spacenavd-0.5-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spacenavd-0.5-r4.ebuild	16 Nov 2012 10:25:33 -0000	1.1
+++ spacenavd-0.5-r4.ebuild	16 Nov 2012 10:29:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild,v 1.1 2012/11/16 10:25:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild,v 1.2 2012/11/16 10:29:22 ssuominen Exp $
 
 EAPI="4"
 
@@ -37,7 +37,7 @@
 }
 
 src_compile() {
-	emake CC=$(tc-getCC)
+	emake CC="$(tc-getCC)"
 }
 
 src_install() {
@@ -50,8 +50,11 @@
 
 	# Install udev rule but leave activiation to the user
 	# since Xorg may be configured to grab the device already
+	# ^ Above statement doesn't seem to be correct as rules from
+	# udevdir are loaded normally. /etc/udev/rules.d is when you
+	# do changes to the rules. - ssuominen
 	insinto "$(udev_get_udevdir)"
-	newins "${FILESDIR}"/99-space-navigator.rules 99-space-navigator.rules.ignored
+	doins "${FILESDIR}"/99-space-navigator.rules
 
 	# Daemon
 	dobin "${S}/spacenavd"





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/spacenavd: spacenavd-0.5-r4.ebuild
@ 2012-11-16 10:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-11-16 10:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/11/16 10:33:06

  Modified:             spacenavd-0.5-r4.ebuild
  Log:
  Refix the whole thing...
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.3                  app-misc/spacenavd/spacenavd-0.5-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild?r1=1.2&r2=1.3

Index: spacenavd-0.5-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spacenavd-0.5-r4.ebuild	16 Nov 2012 10:29:22 -0000	1.2
+++ spacenavd-0.5-r4.ebuild	16 Nov 2012 10:33:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild,v 1.2 2012/11/16 10:29:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/spacenavd/spacenavd-0.5-r4.ebuild,v 1.3 2012/11/16 10:33:05 ssuominen Exp $
 
 EAPI="4"
 
@@ -50,11 +50,8 @@
 
 	# Install udev rule but leave activiation to the user
 	# since Xorg may be configured to grab the device already
-	# ^ Above statement doesn't seem to be correct as rules from
-	# udevdir are loaded normally. /etc/udev/rules.d is when you
-	# do changes to the rules. - ssuominen
 	insinto "$(udev_get_udevdir)"
-	doins "${FILESDIR}"/99-space-navigator.rules
+	newins "${FILESDIR}"/99-space-navigator.rules 99-space-navigator.rules.ignored
 
 	# Daemon
 	dobin "${S}/spacenavd"
@@ -73,6 +70,10 @@
 		elog "\`spnavd_ctl x11 start\`"
 		elog
 	fi
+	elog
+	elog "If you want to auto-start the daemon when you plug in"
+	elog "a SpaceNavigator device, activate the related udev rule :"
+	elog "\`sudo ln -s $(udev_get_udevdir)/rules.d/99-space-navigator.rules.ignored /etc/udev/rules.d\`"
 	ewarn "You must restart spnavd \`/etc/init.d/spacenavd restart\` to run"
 	ewarn "the new version of the daemon."
 }





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-16 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 10:29 [gentoo-commits] gentoo-x86 commit in app-misc/spacenavd: spacenavd-0.5-r4.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-16 10:33 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox