public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: libv4l-0.9.5-r1.ebuild libv4l-1.0.0.ebuild ChangeLog
@ 2014-06-18 19:51 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2014-06-18 19:51 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/18 19:51:15

  Modified:             libv4l-0.9.5-r1.ebuild libv4l-1.0.0.ebuild
                        ChangeLog
  Log:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.9                  media-libs/libv4l/libv4l-0.9.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild?r1=1.8&r2=1.9

Index: libv4l-0.9.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libv4l-0.9.5-r1.ebuild	5 Aug 2013 09:46:43 -0000	1.8
+++ libv4l-0.9.5-r1.ebuild	18 Jun 2014 19:51:15 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild,v 1.8 2013/08/05 09:46:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild,v 1.9 2014/06/18 19:51:15 mgorny Exp $
 
 EAPI=5
 inherit eutils linux-info udev multilib-minimal
@@ -17,7 +17,7 @@
 IUSE=""
 
 # The libraries only link to -ljpeg, therefore multilib depend only for virtual/jpeg.
-RDEPEND=">=virtual/jpeg-0-r1:0=[${MULTILIB_USEDEP}]
+RDEPEND=">=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}]
 	virtual/glu
 	virtual/opengl
 	x11-libs/libX11:=



1.2                  media-libs/libv4l/libv4l-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-1.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-1.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-1.0.0.ebuild?r1=1.1&r2=1.2

Index: libv4l-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libv4l-1.0.0.ebuild	6 Aug 2013 14:45:36 -0000	1.1
+++ libv4l-1.0.0.ebuild	18 Jun 2014 19:51:15 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-1.0.0.ebuild,v 1.1 2013/08/06 14:45:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-1.0.0.ebuild,v 1.2 2014/06/18 19:51:15 mgorny Exp $
 
 EAPI=5
 inherit eutils linux-info udev multilib-minimal
@@ -17,7 +17,7 @@
 IUSE=""
 
 # The libraries only link to -ljpeg, therefore multilib depend only for virtual/jpeg.
-RDEPEND=">=virtual/jpeg-0-r1:0=[${MULTILIB_USEDEP}]
+RDEPEND=">=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}]
 	virtual/glu
 	virtual/opengl
 	x11-libs/libX11:=



1.97                 media-libs/libv4l/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	6 Aug 2013 14:45:36 -0000	1.96
+++ ChangeLog	18 Jun 2014 19:51:15 -0000	1.97
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libv4l
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.96 2013/08/06 14:45:36 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.97 2014/06/18 19:51:15 mgorny Exp $
+
+  18 Jun 2014; Michał Górny <mgorny@gentoo.org> libv4l-0.9.5-r1.ebuild,
+  libv4l-1.0.0.ebuild:
+  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+  #513718.
 
 *libv4l-1.0.0 (06 Aug 2013)
 





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

only message in thread, other threads:[~2014-06-18 19:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 19:51 [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: libv4l-0.9.5-r1.ebuild libv4l-1.0.0.ebuild ChangeLog Michal Gorny (mgorny)

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