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 04B5B13821B for ; Tue, 1 Jan 2013 12:28:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 197CEE05F2; Tue, 1 Jan 2013 12:28:17 +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 845A1E05F2 for ; Tue, 1 Jan 2013 12:28:16 +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 70D1333CEF2 for ; Tue, 1 Jan 2013 12:28:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 3C41B2171D; Tue, 1 Jan 2013 12:28:14 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-mplex: gst-plugins-mplex-0.10.23.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gst-plugins-mplex-0.10.23.ebuild ChangeLog X-VCS-Directories: media-plugins/gst-plugins-mplex X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130101122814.3C41B2171D@flycatcher.gentoo.org> Date: Tue, 1 Jan 2013 12:28: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: 3b8b9a40-20e9-4416-b702-9c2f4a2d51a4 X-Archives-Hash: 8efbb3d18fe967ad02143c87d019ea9d ago 13/01/01 12:28:14 Modified: gst-plugins-mplex-0.10.23.ebuild ChangeLog Log: Add ~ia64, wrt bug #449220 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit) Revision Changes Path 1.4 media-plugins/gst-plugins-mplex/gst-plugins-mplex-0.10.23.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-0.10.23.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-0.10.23.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-0.10.23.ebuild?r1=1.3&r2=1.4 Index: gst-plugins-mplex-0.10.23.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-0.10.23.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gst-plugins-mplex-0.10.23.ebuild 31 Dec 2012 15:45:52 -0000 1.3 +++ gst-plugins-mplex-0.10.23.ebuild 1 Jan 2013 12:28:14 -0000 1.4 @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-0.10.23.ebuild,v 1.3 2012/12/31 15:45:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-0.10.23.ebuild,v 1.4 2013/01/01 12:28:14 ago Exp $ EAPI="5" inherit gst-plugins-bad DESCRIPTION="GStreamer plugin for MPEG/DVD/SVCD/VCD video/audio multiplexing" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-video/mjpegtools-2" 1.16 media-plugins/gst-plugins-mplex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 31 Dec 2012 15:50:05 -0000 1.15 +++ ChangeLog 1 Jan 2013 12:28:14 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-mplex -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog,v 1.15 2012/12/31 15:50:05 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog,v 1.16 2013/01/01 12:28:14 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo + gst-plugins-mplex-0.10.23.ebuild: + Add ~ia64, wrt bug #449220 31 Dec 2012; Agostino Sarubbo gst-plugins-mplex-1.0.3.ebuild: Add ~ppc64, wrt bug #449220