Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: media-libs/libgnome-media-profiles/
Date: Wed, 28 Sep 2011 01:36:06
Message-Id: 73956d48017a693a1b7e441185a5f60eb6eee33a.tetromino@gentoo
1 commit: 73956d48017a693a1b7e441185a5f60eb6eee33a
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 28 01:32:24 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Wed Sep 28 01:32:24 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=73956d48
7
8 media-libs/libgnome-media-profiles: in gx86
9
10 ---
11 .../libgnome-media-profiles-3.0.0.ebuild | 40 --------------------
12 1 files changed, 0 insertions(+), 40 deletions(-)
13
14 diff --git a/media-libs/libgnome-media-profiles/libgnome-media-profiles-3.0.0.ebuild b/media-libs/libgnome-media-profiles/libgnome-media-profiles-3.0.0.ebuild
15 deleted file mode 100644
16 index 9b943e0..0000000
17 --- a/media-libs/libgnome-media-profiles/libgnome-media-profiles-3.0.0.ebuild
18 +++ /dev/null
19 @@ -1,40 +0,0 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/libcanberra-0.25.ebuild,v 1.1 2010/06/18 10:11:15 pacho Exp $
23 -
24 -EAPI="3"
25 -GCONF_DEBUG="no"
26 -GNOME2_LA_PUNT="yes"
27 -
28 -inherit gnome2
29 -
30 -DESCRIPTION="GNOME Media Profiles library"
31 -HOMEPAGE="http://git.gnome.org/browse/libgnome-media-profiles"
32 -
33 -LICENSE="LGPL-2"
34 -SLOT="3"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -# FIXME: automagic dep on gladeui-3.0
39 -# these guys are just copy-pasting configure code b/w modules with all the bugs
40 -COMMON_DEPEND="
41 - dev-libs/glib
42 - >=x11-libs/gtk+-2.91.0:3
43 - >=media-libs/gstreamer-0.10.23:0.10
44 - >=media-libs/gst-plugins-base-0.10.23:0.10
45 - gnome-base/gconf:2"
46 -# NOTE: Audio profile stuff moved from gnome-media to here, so we add a blocker
47 -# to avoid collisions
48 -RDEPEND="${COMMON_DEPEND}
49 - !<gnome-extra/gnome-media-2.32.0-r300"
50 -DEPEND="${COMMON_DEPEND}
51 - app-text/gnome-doc-utils
52 - >=dev-util/intltool-0.35.0
53 - >=dev-util/pkgconfig-0.19
54 - sys-devel/gettext"
55 -
56 -pkg_setup() {
57 - DOCS="ChangeLog NEWS README"
58 - G2CONF="${G2CONF} --disable-static"
59 -}