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 1CC0A138303 for ; Sun, 6 Jan 2013 09:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0266E0281; Sun, 6 Jan 2013 09:58:21 +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 6BA2DE0281 for ; Sun, 6 Jan 2013 09:58:21 +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 8863B335E2C for ; Sun, 6 Jan 2013 09:58:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 18D4B2171D; Sun, 6 Jan 2013 09:58:19 +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-video/totem: totem-3.6.3-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: totem-3.6.3-r1.ebuild ChangeLog X-VCS-Directories: media-video/totem X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130106095819.18D4B2171D@flycatcher.gentoo.org> Date: Sun, 6 Jan 2013 09:58:19 +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: 9787a7cb-cfd2-4edf-8157-c924b0375b1c X-Archives-Hash: e5f416c2ebe2a42c6ba575b12bd3b74a ago 13/01/06 09:58:19 Modified: totem-3.6.3-r1.ebuild ChangeLog Log: Add ~sparc, wrt bug #449220 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit) Revision Changes Path 1.7 media-video/totem/totem-3.6.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild?r1=1.6&r2=1.7 Index: totem-3.6.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- totem-3.6.3-r1.ebuild 1 Jan 2013 14:45:12 -0000 1.6 +++ totem-3.6.3-r1.ebuild 6 Jan 2013 09:58:18 -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-video/totem/totem-3.6.3-r1.ebuild,v 1.6 2013/01/01 14:45:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild,v 1.7 2013/01/06 09:58:18 ago Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -16,7 +16,7 @@ LICENSE="GPL-2+ LGPL-2+" SLOT="0" IUSE="flash grilo +introspection lirc nautilus nsplugin +python test zeitgeist" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" # see bug #359379 REQUIRED_USE="flash? ( nsplugin ) 1.353 media-video/totem/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.353&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.353&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?r1=1.352&r2=1.353 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v retrieving revision 1.352 retrieving revision 1.353 diff -u -r1.352 -r1.353 --- ChangeLog 1 Jan 2013 14:45:12 -0000 1.352 +++ ChangeLog 6 Jan 2013 09:58:18 -0000 1.353 @@ -1,6 +1,9 @@ # ChangeLog for media-video/totem # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.352 2013/01/01 14:45:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.353 2013/01/06 09:58:18 ago Exp $ + + 06 Jan 2013; Agostino Sarubbo totem-3.6.3-r1.ebuild: + Add ~sparc, wrt bug #449220 01 Jan 2013; Agostino Sarubbo totem-3.6.3-r1.ebuild: Add ~alpha, wrt bug #449220