From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 23D2C1381F3 for ; Wed, 31 Jul 2013 16:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D348BE0A82; Wed, 31 Jul 2013 16:34:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CFF1E0A82 for ; Wed, 31 Jul 2013 16:34:33 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EB7F33EAC5 for ; Wed, 31 Jul 2013 16:34:32 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 186A52171C; Wed, 31 Jul 2013 16:34:31 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: ChangeLog libv4l-0.9.5-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog libv4l-0.9.5-r1.ebuild X-VCS-Directories: media-libs/libv4l X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130731163431.186A52171C@flycatcher.gentoo.org> Date: Wed, 31 Jul 2013 16:34:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1026839f-5cb2-4a95-a04a-6313760e58cf X-Archives-Hash: bfc6b7f5300463313755a060938a4fed aballier 13/07/31 16:34:31 Modified: ChangeLog libv4l-0.9.5-r1.ebuild Log: add emul blocker so that it is stacked for medialibs -r6 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.94 media-libs/libv4l/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.94&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.94&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?r1=1.93&r2=1.94 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- ChangeLog 31 Jul 2013 10:39:40 -0000 1.93 +++ ChangeLog 31 Jul 2013 16:34:30 -0000 1.94 @@ -1,6 +1,9 @@ # 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.93 2013/07/31 10:39:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.94 2013/07/31 16:34:30 aballier Exp $ + + 31 Jul 2013; Alexis Ballier libv4l-0.9.5-r1.ebuild: + add emul blocker so that it is stacked for medialibs -r6 31 Jul 2013; Samuli Suominen libv4l-0.9.5-r1.ebuild: Remove now unnecessary emul- baselibs USE="development" requirement now that 1.7 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.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild?r1=1.6&r2=1.7 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libv4l-0.9.5-r1.ebuild 31 Jul 2013 10:39:40 -0000 1.6 +++ libv4l-0.9.5-r1.ebuild 31 Jul 2013 16:34:30 -0000 1.7 @@ -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/media-libs/libv4l/libv4l-0.9.5-r1.ebuild,v 1.6 2013/07/31 10:39:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild,v 1.7 2013/07/31 16:34:30 aballier Exp $ EAPI=5 inherit eutils linux-info udev multilib-minimal @@ -22,10 +22,9 @@ virtual/opengl x11-libs/libX11:= !media-tv/v4l2-ctl - !