Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-plugins/gst-plugins-lame/
Date: Sat, 01 Dec 2012 22:55:46
Message-Id: 1354402046.98773a829202e5722a5427437ce2296734a3a273.eva@gentoo
1 commit: 98773a829202e5722a5427437ce2296734a3a273
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 22:47:26 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 22:47:26 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=98773a82
7
8 media-plugins/gst-plugins-lame: copy from gentoo-x86
9
10 ---
11 .../gst-plugins-lame-0.10.19.ebuild | 13 +++++++++++++
12 1 files changed, 13 insertions(+), 0 deletions(-)
13
14 diff --git a/media-plugins/gst-plugins-lame/gst-plugins-lame-0.10.19.ebuild b/media-plugins/gst-plugins-lame/gst-plugins-lame-0.10.19.ebuild
15 new file mode 100644
16 index 0000000..084d8b8
17 --- /dev/null
18 +++ b/media-plugins/gst-plugins-lame/gst-plugins-lame-0.10.19.ebuild
19 @@ -0,0 +1,13 @@
20 +# Copyright 1999-2012 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="5"
25 +
26 +inherit gst-plugins-ugly
27 +
28 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
29 +IUSE=""
30 +
31 +RDEPEND=">=media-sound/lame-3.95"
32 +DEPEND="${RDEPEND}"