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 9AB551381F3 for ; Sat, 1 Dec 2012 22:41:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BAD9E0660; Sat, 1 Dec 2012 22:40:27 +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 9EC41E0655 for ; Sat, 1 Dec 2012 22:40:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B534333D982 for ; Sat, 1 Dec 2012 22:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5302CE5446 for ; Sat, 1 Dec 2012 22:40:24 +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: <1354399269.b9e675df731b8706045647b534f30a24aad2fa10.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-plugins/gst-plugins-flac/ X-VCS-Repository: proj/gnome X-VCS-Files: media-plugins/gst-plugins-flac/gst-plugins-flac-0.10.31.ebuild X-VCS-Directories: media-plugins/gst-plugins-flac/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: b9e675df731b8706045647b534f30a24aad2fa10 X-VCS-Branch: master Date: Sat, 1 Dec 2012 22:40:24 +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: d4cd58c0-e61e-4818-a743-c720c396da50 X-Archives-Hash: c325eb72389e870d83002d02de00ac97 commit: b9e675df731b8706045647b534f30a24aad2fa10 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Dec 1 22:01:09 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Dec 1 22:01:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b9e675df media-plugins/gst-plugins-flac: copy from gentoo-x86 --- .../gst-plugins-flac-0.10.31.ebuild | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/media-plugins/gst-plugins-flac/gst-plugins-flac-0.10.31.ebuild b/media-plugins/gst-plugins-flac/gst-plugins-flac-0.10.31.ebuild new file mode 100644 index 0000000..cbf7e11 --- /dev/null +++ b/media-plugins/gst-plugins-flac/gst-plugins-flac-0.10.31.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit gst-plugins-good + +DESCRIPTION="GStreamer encoder/decoder/tagger for FLAC" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/flac-1.1.4" +DEPEND="${RDEPEND}"