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 860401381F3 for ; Sat, 1 Dec 2012 22:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1806DE068F; Sat, 1 Dec 2012 22:40:29 +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 64D11E0676 for ; Sat, 1 Dec 2012 22:40:28 +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 801EF33D9A0 for ; Sat, 1 Dec 2012 22:40:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 94BE9E5451 for ; Sat, 1 Dec 2012 22:40:25 +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: <1354401613.ecd9e7d36a0671e1f794ebf092b45cb75fe3151b.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-plugins/gst-plugins-shout2/ X-VCS-Repository: proj/gnome X-VCS-Files: media-plugins/gst-plugins-shout2/gst-plugins-shout2-0.10.31.ebuild X-VCS-Directories: media-plugins/gst-plugins-shout2/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: ecd9e7d36a0671e1f794ebf092b45cb75fe3151b X-VCS-Branch: master Date: Sat, 1 Dec 2012 22:40:25 +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: 77a390bd-d8a3-420f-9301-00cb1c054cca X-Archives-Hash: fcc5abb6de3436ae94e494ac5add9841 commit: ecd9e7d36a0671e1f794ebf092b45cb75fe3151b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Dec 1 22:21:58 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Dec 1 22:40:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ecd9e7d3 media-plugins/gst-plugins-shout2: copy from gentoo-x86 --- .../gst-plugins-shout2-0.10.31.ebuild | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-0.10.31.ebuild b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-0.10.31.ebuild new file mode 100644 index 0000000..7561ab1 --- /dev/null +++ b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-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 plugin to send data to an icecast server" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=media-libs/libshout-2" +DEPEND="${RDEPEND}"