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 47E231387FD for ; Sun, 6 Apr 2014 10:45:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74069E09CD; Sun, 6 Apr 2014 10:45:24 +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 05E55E09CD for ; Sun, 6 Apr 2014 10:45:18 +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 C6AD733FAD7 for ; Sun, 6 Apr 2014 10:45:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2184) id 306D72004B; Sun, 6 Apr 2014 10:45:14 +0000 (UTC) From: "Gilles Dartiguelongue (eva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/coherence: coherence-0.6.6.2.ebuild ChangeLog coherence-0.6.6.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: coherence-0.6.6.2.ebuild ChangeLog coherence-0.6.6.1.ebuild X-VCS-Directories: media-video/coherence X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140406104514.306D72004B@flycatcher.gentoo.org> Date: Sun, 6 Apr 2014 10:45:14 +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: 09dedece-3d79-4a62-9d3a-1b2cb618da6b X-Archives-Hash: 380cf3c4298ff6890ba723394c8e6b9b eva 14/04/06 10:45:14 Modified: coherence-0.6.6.2.ebuild ChangeLog coherence-0.6.6.1.ebuild Log: Pin gst-python to 0.10 slot. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806) Revision Changes Path 1.12 media-video/coherence/coherence-0.6.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?r1=1.11&r2=1.12 Index: coherence-0.6.6.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- coherence-0.6.6.2.ebuild 3 Aug 2013 09:45:37 -0000 1.11 +++ coherence-0.6.6.2.ebuild 6 Apr 2014 10:45:13 -0000 1.12 @@ -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-video/coherence/coherence-0.6.6.2.ebuild,v 1.11 2013/08/03 09:45:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.12 2014/04/06 10:45:13 eva Exp $ EAPI=2 PYTHON_DEPEND="2:2.5" @@ -26,7 +26,7 @@ dev-python/twisted-core dev-python/twisted-web dev-python/configobj - dev-python/gst-python + dev-python/gst-python:0.10 dev-python/nevow" RDEPEND="${DEPEND} dev-python/axiom 1.18 media-video/coherence/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 3 Aug 2013 09:45:37 -0000 1.17 +++ ChangeLog 6 Apr 2014 10:45:13 -0000 1.18 @@ -1,6 +1,10 @@ # ChangeLog for media-video/coherence -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.17 2013/08/03 09:45:37 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.18 2014/04/06 10:45:13 eva Exp $ + + 06 Apr 2014; Gilles Dartiguelongue coherence-0.6.6.1.ebuild, + coherence-0.6.6.2.ebuild: + Pin gst-python to 0.10 slot. 03 Aug 2013; Michał Górny coherence-0.6.6.1.ebuild, coherence-0.6.6.2.ebuild: 1.12 media-video/coherence/coherence-0.6.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?r1=1.11&r2=1.12 Index: coherence-0.6.6.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- coherence-0.6.6.1.ebuild 3 Aug 2013 09:45:37 -0000 1.11 +++ coherence-0.6.6.1.ebuild 6 Apr 2014 10:45:13 -0000 1.12 @@ -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-video/coherence/coherence-0.6.6.1.ebuild,v 1.11 2013/08/03 09:45:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.12 2014/04/06 10:45:13 eva Exp $ EAPI=2 PYTHON_DEPEND="2:2.5" @@ -26,7 +26,7 @@ dev-python/twisted-core dev-python/twisted-web dev-python/configobj - dev-python/gst-python + dev-python/gst-python:0.10 dev-python/nevow" RDEPEND="${DEPEND} dev-python/axiom