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 434E513877A for ; Wed, 18 Jun 2014 20:32:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCAC6E091D; Wed, 18 Jun 2014 20:32:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53C92E091D for ; Wed, 18 Jun 2014 20:32:27 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43E0033FE8F for ; Wed, 18 Jun 2014 20:32:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 0E5CB2004E; Wed, 18 Jun 2014 20:32:24 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/vcdimager: vcdimager-0.7.24.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: vcdimager-0.7.24.ebuild ChangeLog X-VCS-Directories: media-video/vcdimager X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140618203225.0E5CB2004E@flycatcher.gentoo.org> Date: Wed, 18 Jun 2014 20:32:24 +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: 0b40b998-c447-4ce4-915f-c8de487b9ad8 X-Archives-Hash: f2484f0cc57054c47b805b9c744fff1f mgorny 14/06/18 20:32:24 Modified: vcdimager-0.7.24.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.12 media-video/vcdimager/vcdimager-0.7.24.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vcdimager/vcdimager-0.7.24.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vcdimager/vcdimager-0.7.24.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vcdimager/vcdimager-0.7.24.ebuild?r1=1.11&r2=1.12 Index: vcdimager-0.7.24.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.24.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- vcdimager-0.7.24.ebuild 19 Mar 2014 15:18:29 -0000 1.11 +++ vcdimager-0.7.24.ebuild 18 Jun 2014 20:32:24 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.24.ebuild,v 1.11 2014/03/19 15:18:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.24.ebuild,v 1.12 2014/06/18 20:32:24 mgorny Exp $ EAPI=5 inherit eutils multilib-minimal @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="+xml static-libs" -RDEPEND=">=dev-libs/libcdio-0.76[-minimal,${MULTILIB_USEDEP}] +RDEPEND=">=dev-libs/libcdio-0.90-r1[-minimal,${MULTILIB_USEDEP}] dev-libs/popt xml? ( dev-libs/libxml2 )" DEPEND="${RDEPEND} 1.80 media-video/vcdimager/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vcdimager/ChangeLog?rev=1.80&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vcdimager/ChangeLog?rev=1.80&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vcdimager/ChangeLog?r1=1.79&r2=1.80 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/vcdimager/ChangeLog,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- ChangeLog 19 Mar 2014 15:18:29 -0000 1.79 +++ ChangeLog 18 Jun 2014 20:32:24 -0000 1.80 @@ -1,6 +1,10 @@ # ChangeLog for media-video/vcdimager # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/ChangeLog,v 1.79 2014/03/19 15:18:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/ChangeLog,v 1.80 2014/06/18 20:32:24 mgorny Exp $ + + 18 Jun 2014; Michał Górny vcdimager-0.7.24.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 19 Mar 2014; Agostino Sarubbo vcdimager-0.7.24.ebuild: Stable for alpha, wrt bug #495826