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 48C33138CCF for ; Thu, 14 May 2015 22:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80AD9E08C8; Thu, 14 May 2015 22:50:44 +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 16559E08C5 for ; Thu, 14 May 2015 22:50:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 575A2340D0D for ; Thu, 14 May 2015 22:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F11669D4 for ; Thu, 14 May 2015 22:50:39 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1431640135.e8874b6d5a372d356b0cbd32b1ecb8018a73e129.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-video/totem/ X-VCS-Repository: proj/gnome X-VCS-Files: media-video/totem/metadata.xml media-video/totem/totem-9999.ebuild X-VCS-Directories: media-video/totem/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e8874b6d5a372d356b0cbd32b1ecb8018a73e129 X-VCS-Branch: master Date: Thu, 14 May 2015 22:50:39 +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: 81f9fddf-3b30-45ce-a95a-07c877fb8e8e X-Archives-Hash: 313f39167efddf24de5c4f88724b1159 commit: e8874b6d5a372d356b0cbd32b1ecb8018a73e129 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu May 14 21:48:55 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu May 14 21:48:55 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e8874b6d media-video/totem: fix repoman warnings media-video/totem/metadata.xml | 4 ---- media-video/totem/totem-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/media-video/totem/metadata.xml b/media-video/totem/metadata.xml index fa17f24..ef889ba 100644 --- a/media-video/totem/metadata.xml +++ b/media-video/totem/metadata.xml @@ -8,10 +8,6 @@ Totem is movie player for the GNOME desktop. It features a playlist, fullscreen mode, seek and volume controls, as well as a pretty complete keyboard navigation. It comes with added functionality such as a video thumbnailer for Nautilus, Nautilus properties tab and a webcam utility. - Install browser plugin for playing embedded Adobe Flash - videos. Warning: breaks non-video Flash objects on many websites. - Use media-libs/grilo to browse media content - from various sources Enable support for controlling Totem with a remote control using app-misc/lirc Enable the nautilus extension diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/totem-9999.ebuild index 20351bd..1ea340e 100644 --- a/media-video/totem/totem-9999.ebuild +++ b/media-video/totem/totem-9999.ebuild @@ -8,7 +8,7 @@ GNOME2_LA_PUNT="yes" # plugins are dlopened PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads" -inherit autotools eutils gnome2 multilib python-single-r1 +inherit eutils gnome2 multilib python-single-r1 if [[ ${PV} = 9999 ]]; then VALA_MIN_API_VERSION="0.14" inherit gnome2-live vala