public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/i2c-tools: i2c-tools-3.0.0.ebuild i2c-tools-3.0.1.ebuild ChangeLog
@ 2008-04-07  2:15 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-04-07  2:15 UTC (permalink / raw
  To: gentoo-commits

vapier      08/04/07 02:15:17

  Modified:             i2c-tools-3.0.0.ebuild i2c-tools-3.0.1.ebuild
                        ChangeLog
  Log:
  Make sure to block lm_sensors #216276.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.2                  sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild?r1=1.1&r2=1.2

Index: i2c-tools-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- i2c-tools-3.0.0.ebuild	23 Jan 2008 15:59:45 -0000	1.1
+++ i2c-tools-3.0.0.ebuild	7 Apr 2008 02:15:17 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v 1.1 2008/01/23 15:59:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v 1.2 2008/04/07 02:15:17 vapier Exp $
 
 inherit toolchain-funcs
 
@@ -13,7 +13,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND="sys-apps/lm_sensors"
 
 src_compile() {
 	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" || die



1.2                  sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild?r1=1.1&r2=1.2

Index: i2c-tools-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- i2c-tools-3.0.1.ebuild	7 Apr 2008 02:13:55 -0000	1.1
+++ i2c-tools-3.0.1.ebuild	7 Apr 2008 02:15:17 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v 1.1 2008/04/07 02:13:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v 1.2 2008/04/07 02:15:17 vapier Exp $
 
 inherit toolchain-funcs
 
@@ -13,7 +13,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND="sys-apps/lm_sensors"
 
 src_compile() {
 	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" || die



1.4                  sys-apps/i2c-tools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	7 Apr 2008 02:13:55 -0000	1.3
+++ ChangeLog	7 Apr 2008 02:15:17 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/i2c-tools
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/ChangeLog,v 1.3 2008/04/07 02:13:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/ChangeLog,v 1.4 2008/04/07 02:15:17 vapier Exp $
+
+  07 Apr 2008; Mike Frysinger <vapier@gentoo.org> i2c-tools-3.0.0.ebuild,
+  i2c-tools-3.0.1.ebuild:
+  Make sure to block lm_sensors #216276.
 
 *i2c-tools-3.0.1 (07 Apr 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-apps/i2c-tools: i2c-tools-3.0.0.ebuild i2c-tools-3.0.1.ebuild ChangeLog
@ 2008-04-07  2:17 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-04-07  2:17 UTC (permalink / raw
  To: gentoo-commits

vapier      08/04/07 02:17:28

  Modified:             i2c-tools-3.0.0.ebuild i2c-tools-3.0.1.ebuild
                        ChangeLog
  Log:
  update the block to <lm_sensors-3
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.3                  sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild?r1=1.2&r2=1.3

Index: i2c-tools-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- i2c-tools-3.0.0.ebuild	7 Apr 2008 02:15:17 -0000	1.2
+++ i2c-tools-3.0.0.ebuild	7 Apr 2008 02:17:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v 1.2 2008/04/07 02:15:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v 1.3 2008/04/07 02:17:27 vapier Exp $
 
 inherit toolchain-funcs
 
@@ -13,7 +13,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="sys-apps/lm_sensors"
+DEPEND="<sys-apps/lm_sensors-3"
 
 src_compile() {
 	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" || die



1.3                  sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild?r1=1.2&r2=1.3

Index: i2c-tools-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- i2c-tools-3.0.1.ebuild	7 Apr 2008 02:15:17 -0000	1.2
+++ i2c-tools-3.0.1.ebuild	7 Apr 2008 02:17:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v 1.2 2008/04/07 02:15:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v 1.3 2008/04/07 02:17:27 vapier Exp $
 
 inherit toolchain-funcs
 
@@ -13,7 +13,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="sys-apps/lm_sensors"
+DEPEND="<sys-apps/lm_sensors-3"
 
 src_compile() {
 	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" || die



1.5                  sys-apps/i2c-tools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	7 Apr 2008 02:15:17 -0000	1.4
+++ ChangeLog	7 Apr 2008 02:17:27 -0000	1.5
@@ -1,10 +1,10 @@
 # ChangeLog for sys-apps/i2c-tools
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/ChangeLog,v 1.4 2008/04/07 02:15:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/ChangeLog,v 1.5 2008/04/07 02:17:27 vapier Exp $
 
   07 Apr 2008; Mike Frysinger <vapier@gentoo.org> i2c-tools-3.0.0.ebuild,
   i2c-tools-3.0.1.ebuild:
-  Make sure to block lm_sensors #216276.
+  Make sure to block lm_sensors versions older than 3.0 #216276.
 
 *i2c-tools-3.0.1 (07 Apr 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-apps/i2c-tools: i2c-tools-3.0.0.ebuild i2c-tools-3.0.1.ebuild ChangeLog
@ 2008-04-10  4:38 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-04-10  4:38 UTC (permalink / raw
  To: gentoo-commits

vapier      08/04/10 04:38:14

  Modified:             i2c-tools-3.0.0.ebuild i2c-tools-3.0.1.ebuild
                        ChangeLog
  Log:
  Dont install any files into /usr/include as they are part of the linux-headers package #216276 by Markus Meier.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.5                  sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild?r1=1.4&r2=1.5

Index: i2c-tools-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- i2c-tools-3.0.0.ebuild	7 Apr 2008 21:32:17 -0000	1.4
+++ i2c-tools-3.0.0.ebuild	10 Apr 2008 04:38:13 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v 1.4 2008/04/07 21:32:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v 1.5 2008/04/10 04:38:13 vapier Exp $
 
 inherit toolchain-funcs
 
@@ -21,6 +21,7 @@
 
 src_install() {
 	emake install prefix="${D}"/usr || die
+	rm -rf "${D}"/usr/include # part of linux-headers
 	dodoc CHANGES README
 	local d
 	for d in eeprom eepromer py-smbus ; do



1.5                  sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild?r1=1.4&r2=1.5

Index: i2c-tools-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- i2c-tools-3.0.1.ebuild	7 Apr 2008 21:32:17 -0000	1.4
+++ i2c-tools-3.0.1.ebuild	10 Apr 2008 04:38:13 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v 1.4 2008/04/07 21:32:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v 1.5 2008/04/10 04:38:13 vapier Exp $
 
 inherit toolchain-funcs
 
@@ -21,6 +21,7 @@
 
 src_install() {
 	emake install prefix="${D}"/usr || die
+	rm -rf "${D}"/usr/include # part of linux-headers
 	dodoc CHANGES README
 	local d
 	for d in eeprom eepromer py-smbus ; do



1.6                  sys-apps/i2c-tools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/i2c-tools/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	7 Apr 2008 02:17:27 -0000	1.5
+++ ChangeLog	10 Apr 2008 04:38:13 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/i2c-tools
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/ChangeLog,v 1.5 2008/04/07 02:17:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/ChangeLog,v 1.6 2008/04/10 04:38:13 vapier Exp $
+
+  10 Apr 2008; Mike Frysinger <vapier@gentoo.org> i2c-tools-3.0.0.ebuild,
+  i2c-tools-3.0.1.ebuild:
+  Dont install any files into /usr/include as they are part of the
+  linux-headers package #216276 by Markus Meier.
 
   07 Apr 2008; Mike Frysinger <vapier@gentoo.org> i2c-tools-3.0.0.ebuild,
   i2c-tools-3.0.1.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-04-10  4:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-07  2:17 [gentoo-commits] gentoo-x86 commit in sys-apps/i2c-tools: i2c-tools-3.0.0.ebuild i2c-tools-3.0.1.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2008-04-10  4:38 Mike Frysinger (vapier)
2008-04-07  2:15 Mike Frysinger (vapier)

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