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 D9B8713877A for ; Wed, 18 Jun 2014 19:32:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABF80E09C1; Wed, 18 Jun 2014 19:32:58 +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 36E39E09C1 for ; Wed, 18 Jun 2014 19:32:58 +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 6A29E340038 for ; Wed, 18 Jun 2014 19:32:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 207F32004E; Wed, 18 Jun 2014 19:32:55 +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-libs/gst-plugins-good: gst-plugins-good-0.10.31-r1.ebuild gst-plugins-good-1.2.4-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gst-plugins-good-0.10.31-r1.ebuild gst-plugins-good-1.2.4-r1.ebuild ChangeLog X-VCS-Directories: media-libs/gst-plugins-good X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140618193255.207F32004E@flycatcher.gentoo.org> Date: Wed, 18 Jun 2014 19:32:55 +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: fe840423-ff18-4a50-999e-31a89862d719 X-Archives-Hash: 30a32d2f3152bcd499a24f61cbccc65e mgorny 14/06/18 19:32:55 Modified: gst-plugins-good-0.10.31-r1.ebuild gst-plugins-good-1.2.4-r1.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.2 media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r1.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-good-0.10.31-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-good-0.10.31-r1.ebuild 10 Jun 2014 18:36:48 -0000 1.1 +++ gst-plugins-good-0.10.31-r1.ebuild 18 Jun 2014 19:32:54 -0000 1.2 @@ -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-libs/gst-plugins-good/gst-plugins-good-0.10.31-r1.ebuild,v 1.1 2014/06/10 18:36:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r1.ebuild,v 1.2 2014/06/18 19:32:54 mgorny Exp $ EAPI="5" @@ -15,12 +15,12 @@ IUSE="+orc" RDEPEND=" - >=dev-libs/glib-2.24:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] >=media-libs/gstreamer-0.10.36:${SLOT}[${MULTILIB_USEDEP}] >=media-libs/gst-plugins-base-0.10.36:${SLOT}[${MULTILIB_USEDEP}] - app-arch/bzip2[${MULTILIB_USEDEP}] - sys-libs/zlib[${MULTILIB_USEDEP}] - orc? ( >=dev-lang/orc-0.4.11[${MULTILIB_USEDEP}] ) + >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] + orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.12 1.2 media-libs/gst-plugins-good/gst-plugins-good-1.2.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.2.4-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.2.4-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.2.4-r1.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-good-1.2.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.2.4-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-good-1.2.4-r1.ebuild 10 Jun 2014 18:36:48 -0000 1.1 +++ gst-plugins-good-1.2.4-r1.ebuild 18 Jun 2014 19:32:54 -0000 1.2 @@ -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-libs/gst-plugins-good/gst-plugins-good-1.2.4-r1.ebuild,v 1.1 2014/06/10 18:36:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.2.4-r1.ebuild,v 1.2 2014/06/18 19:32:54 mgorny Exp $ EAPI="5" @@ -16,11 +16,11 @@ # dtmf plugin moved from bad to good in 1.2 RDEPEND=" - >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] >=media-libs/gst-plugins-base-1.2.3:${SLOT}[${MULTILIB_USEDEP}] >=media-libs/gstreamer-1.2.4:${SLOT}[${MULTILIB_USEDEP}] - app-arch/bzip2[${MULTILIB_USEDEP}] - sys-libs/zlib[${MULTILIB_USEDEP}] + >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) ! + gst-plugins-good-0.10.31-r1.ebuild, gst-plugins-good-1.2.4-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *gst-plugins-good-0.10.31-r1 (10 Jun 2014) *gst-plugins-good-1.2.4-r1 (10 Jun 2014)