summaryrefslogtreecommitdiff
path: root/x11-misc/bumblebee
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-04-18 12:40:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-04-18 12:40:27 +0100
commit4ce012511c6a10c733f33c3b7657356a4ac2d3db (patch)
tree1e801a149bcde19f7ecdb1dfc5f80fd4c75ffc33 /x11-misc/bumblebee
parent1692cd5d58d5b11d06a2ce084b657e6e944564a7 (diff)
use /sbin/openrc-run instead of /sbin/runscript
Diffstat (limited to 'x11-misc/bumblebee')
-rw-r--r--x11-misc/bumblebee/bumblebee-3.2.1-r5.ebuild1
-rw-r--r--x11-misc/bumblebee/files/bbswitch-setup3
-rw-r--r--x11-misc/bumblebee/files/bumblebee.initd3
-rw-r--r--x11-misc/bumblebee/files/bumblebee.nouveau-confd3
-rw-r--r--x11-misc/bumblebee/files/bumblebee.nvidia-confd3
5 files changed, 2 insertions, 11 deletions
diff --git a/x11-misc/bumblebee/bumblebee-3.2.1-r5.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1-r5.ebuild
index 8700ac23..dd182abc 100644
--- a/x11-misc/bumblebee/bumblebee-3.2.1-r5.ebuild
+++ b/x11-misc/bumblebee/bumblebee-3.2.1-r5.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/bumblebee-3.2.1.ebuild,v 1.1 2013/05/26 18:55:23 pacho Exp $
EAPI=5
inherit eutils multilib readme.gentoo systemd user
diff --git a/x11-misc/bumblebee/files/bbswitch-setup b/x11-misc/bumblebee/files/bbswitch-setup
index 6f265ffd..ab00ae03 100644
--- a/x11-misc/bumblebee/files/bbswitch-setup
+++ b/x11-misc/bumblebee/files/bbswitch-setup
@@ -1,7 +1,6 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
start() {
# workaround the fact that udev may have loaded nvidia or nouveau
diff --git a/x11-misc/bumblebee/files/bumblebee.initd b/x11-misc/bumblebee/files/bumblebee.initd
index 0a9fbb79..219f7101 100644
--- a/x11-misc/bumblebee/files/bumblebee.initd
+++ b/x11-misc/bumblebee/files/bumblebee.initd
@@ -1,7 +1,6 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/files/bumblebee.initd,v 1.2 2012/06/04 19:46:24 pacho Exp $
depend() {
need xdm vgl
diff --git a/x11-misc/bumblebee/files/bumblebee.nouveau-confd b/x11-misc/bumblebee/files/bumblebee.nouveau-confd
deleted file mode 100644
index 1c70206d..00000000
--- a/x11-misc/bumblebee/files/bumblebee.nouveau-confd
+++ /dev/null
@@ -1,3 +0,0 @@
-# /etc/conf.d/bumblebee
-
-BUMBLEBEE_EXTRA_OPTS="--use-syslog" \ No newline at end of file
diff --git a/x11-misc/bumblebee/files/bumblebee.nvidia-confd b/x11-misc/bumblebee/files/bumblebee.nvidia-confd
deleted file mode 100644
index 53d2006a..00000000
--- a/x11-misc/bumblebee/files/bumblebee.nvidia-confd
+++ /dev/null
@@ -1,3 +0,0 @@
-# /etc/conf.d/bumblebee
-
-BUMBLEBEE_EXTRA_OPTS="--use-syslog -l /usr/lib/opengl/nvidia/lib:/usr/lib/opengl/nvidia/extensions:/usr/lib64/opengl/nvidia/lib:/usr/lib32/opengl/nvidia/lib:/usr/lib64/opengl/nvidia/extensions:/usr/lib32/opengl/nvidia/extensions" \ No newline at end of file