public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-power/bbswitch: bbswitch-0.6.ebuild ChangeLog
@ 2013-04-02 16:43 Richard Farina (zerochaos)
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Farina (zerochaos) @ 2013-04-02 16:43 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/04/02 16:43:27

  Modified:             ChangeLog
  Added:                bbswitch-0.6.ebuild
  Log:
  version bump with pax fixes, commited with permission of mva
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.8                  sys-power/bbswitch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	17 Mar 2013 16:14:25 -0000	1.7
+++ ChangeLog	2 Apr 2013 16:43:27 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for sys-power/bbswitch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v 1.7 2013/03/17 16:14:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v 1.8 2013/04/02 16:43:27 zerochaos Exp $
+
+*bbswitch-0.6 (02 Apr 2013)
+
+  02 Apr 2013; Rick Farina <zerochaos@gentoo.org> +bbswitch-0.6.ebuild:
+  version bump with pax fixes, commited with permission of mva
 
   17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Add proxy-maintainers to metadata.xml



1.1                  sys-power/bbswitch/bbswitch-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/bbswitch-0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/bbswitch-0.6.ebuild?rev=1.1&content-type=text/plain

Index: bbswitch-0.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/bbswitch-0.6.ebuild,v 1.1 2013/04/02 16:43:27 zerochaos Exp $

EAPI=5
inherit eutils linux-mod

DESCRIPTION="Toggle discrete NVIDIA Optimus graphics card"
HOMEPAGE="https://github.com/Bumblebee-Project/bbswitch"
SRC_URI="https://github.com/Bumblebee-Project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND="virtual/linux-sources
	sys-kernel/linux-headers"
RDEPEND=""

MODULE_NAMES="bbswitch(acpi)"

pkg_setup() {
	linux-mod_pkg_setup

	BUILD_TARGETS="default"
	BUILD_PARAMS="KVERSION=${KV_FULL}"
}

src_install() {
	insinto /etc/modprobe.d
	newins "${FILESDIR}"/bbswitch.modprobe bbswitch.conf
	dodoc NEWS

	linux-mod_src_install
}





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

* [gentoo-commits] gentoo-x86 commit in sys-power/bbswitch: bbswitch-0.6.ebuild ChangeLog
@ 2013-04-02 16:53 Richard Farina (zerochaos)
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Farina (zerochaos) @ 2013-04-02 16:53 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/04/02 16:53:16

  Modified:             bbswitch-0.6.ebuild ChangeLog
  Log:
  fixing license per bug #463956
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.2                  sys-power/bbswitch/bbswitch-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/bbswitch-0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/bbswitch-0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/bbswitch-0.6.ebuild?r1=1.1&r2=1.2

Index: bbswitch-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/bbswitch/bbswitch-0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bbswitch-0.6.ebuild	2 Apr 2013 16:43:27 -0000	1.1
+++ bbswitch-0.6.ebuild	2 Apr 2013 16:53:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/bbswitch-0.6.ebuild,v 1.1 2013/04/02 16:43:27 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/bbswitch-0.6.ebuild,v 1.2 2013/04/02 16:53:16 zerochaos Exp $
 
 EAPI=5
 inherit eutils linux-mod
@@ -10,7 +10,7 @@
 SRC_URI="https://github.com/Bumblebee-Project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
-LICENSE="GPL-2"
+LICENSE="GPL-3+"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 



1.9                  sys-power/bbswitch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/bbswitch/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	2 Apr 2013 16:43:27 -0000	1.8
+++ ChangeLog	2 Apr 2013 16:53:16 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for sys-power/bbswitch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v 1.8 2013/04/02 16:43:27 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v 1.9 2013/04/02 16:53:16 zerochaos Exp $
+
+  02 Apr 2013; Rick Farina <zerochaos@gentoo.org> bbswitch-0.6.ebuild:
+  fixing license per bug #463956
 
 *bbswitch-0.6 (02 Apr 2013)
 





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

end of thread, other threads:[~2013-04-02 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 16:43 [gentoo-commits] gentoo-x86 commit in sys-power/bbswitch: bbswitch-0.6.ebuild ChangeLog Richard Farina (zerochaos)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-02 16:53 Richard Farina (zerochaos)

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