Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/last-exit: last-exit-6-r1.ebuild
Date: Fri, 05 Jun 2009 11:00:43
Message-Id: E1MCXA8-00065A-TG@stork.gentoo.org
1 ssuominen 09/06/05 11:00:40
2
3 Modified: last-exit-6-r1.ebuild
4 Log:
5 Fix repoman warnings, remove useless USE debug which was inherited from gnome2 eclass
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 media-sound/last-exit/last-exit-6-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/last-exit/last-exit-6-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/last-exit/last-exit-6-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/last-exit/last-exit-6-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: last-exit-6-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-6-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- last-exit-6-r1.ebuild 12 May 2009 07:33:30 -0000 1.4
22 +++ last-exit-6-r1.ebuild 5 Jun 2009 11:00:40 -0000 1.5
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-6-r1.ebuild,v 1.4 2009/05/12 07:33:30 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-6-r1.ebuild,v 1.5 2009/06/05 11:00:40 ssuominen Exp $
28
29 EAPI=2
30 -
31 +GCONF_DEBUG=no
32 inherit mono gnome2 eutils autotools
33
34 DESCRIPTION="Gnome/GTK+ alternative to the last.fm player"
35 @@ -16,7 +16,7 @@
36 IUSE=""
37
38 RDEPEND=">=gnome-base/gconf-2
39 - >=x11-libs/gtk+-2.6
40 + >=x11-libs/gtk+-2.6:2
41 >=media-libs/gstreamer-0.10
42 >=media-libs/gst-plugins-base-0.10
43 >=media-plugins/gst-plugins-mad-0.10
44 @@ -39,8 +39,8 @@
45 G2CONF="${G2CONF} --disable-schemas-install"
46 }
47
48 -src_unpack() {
49 - gnome2_src_unpack
50 +src_prepare() {
51 + gnome2_src_prepare
52 epatch "${FILESDIR}"/${PN}-notify-sharp.patch \
53 "${FILESDIR}"/${P}-es.patch
54 eautoreconf