public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/cgminer: cgminer-3.8.4.ebuild ChangeLog cgminer-3.8.3.ebuild
@ 2013-12-07 19:01 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2013-12-07 19:01 UTC (permalink / raw
  To: gentoo-commits

blueness    13/12/07 19:01:36

  Modified:             cgminer-3.8.4.ebuild ChangeLog
  Removed:              cgminer-3.8.3.ebuild
  Log:
  Add udev rule, bug #493234.  Remove older.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  net-misc/cgminer/cgminer-3.8.4.ebuild

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

Index: cgminer-3.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cgminer-3.8.4.ebuild	2 Dec 2013 01:17:33 -0000	1.1
+++ cgminer-3.8.4.ebuild	7 Dec 2013 19:01:36 -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/net-misc/cgminer/cgminer-3.8.4.ebuild,v 1.1 2013/12/02 01:17:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.8.4.ebuild,v 1.2 2013/12/07 19:01:36 blueness Exp $
 
 EAPI=5
 
@@ -14,12 +14,12 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples hardened ncurses
+IUSE="doc examples udev hardened ncurses
 	avalon bflsc bitforce bitfury icarus klondike modminer"
 
 REQUIRED_USE="|| ( avalon bflsc bitforce bitfury icarus klondike modminer )"
 
-DEPEND="net-misc/curl
+RDEPEND="net-misc/curl
 	dev-libs/jansson
 	ncurses? ( sys-libs/ncurses )
 	avalon? ( virtual/libusb:1 )
@@ -28,7 +28,8 @@
 	bitfury? ( virtual/libusb:1 )
 	icarus? ( virtual/libusb:1 )
 	modminer? ( virtual/libusb:1 )"
-RDEPEND="${DEPEND}"
+DEPEND="virtual/pkgconfig
+	${RDEPEND}"
 
 src_prepare() {
 	eautoreconf
@@ -51,6 +52,8 @@
 
 src_install() { # How about using some make install?
 	dobin cgminer
+	insinto /lib/udev/rules.d
+	use udev && doins 01-cgminer.rules
 	if use doc; then
 		dodoc AUTHORS NEWS README API-README
 		use icarus || use bitforce || use modminer && dodoc FPGA-README



1.54                 net-misc/cgminer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	2 Dec 2013 01:17:33 -0000	1.53
+++ ChangeLog	7 Dec 2013 19:01:36 -0000	1.54
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/cgminer
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.53 2013/12/02 01:17:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.54 2013/12/07 19:01:36 blueness Exp $
+
+  07 Dec 2013; Anthony G. Basile <blueness@gentoo.org> -cgminer-3.8.3.ebuild,
+  cgminer-3.8.4.ebuild:
+  Add udev rule, bug #493234.  Remove older.
 
 *cgminer-3.8.4 (02 Dec 2013)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-07 19:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-07 19:01 [gentoo-commits] gentoo-x86 commit in net-misc/cgminer: cgminer-3.8.4.ebuild ChangeLog cgminer-3.8.3.ebuild Anthony G. Basile (blueness)

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