Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ario: ario-1.3.ebuild ChangeLog
Date: Wed, 04 Nov 2009 21:24:27
Message-Id: E1N5nL6-0003hg-F0@stork.gentoo.org
1 angelos 09/11/04 21:24:24
2
3 Modified: ario-1.3.ebuild ChangeLog
4 Log:
5 Strip warning flags from Makefiles (bug #291391)
6 (Portage version: 2.1.7.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/ario/ario-1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.3.ebuild?r1=1.1&r2=1.2
14
15 Index: ario-1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ario-1.3.ebuild 30 Oct 2009 18:27:05 -0000 1.1
22 +++ ario-1.3.ebuild 4 Nov 2009 21:24:23 -0000 1.2
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/ario/ario-1.3.ebuild,v 1.1 2009/10/30 18:27:05 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.3.ebuild,v 1.2 2009/11/04 21:24:23 angelos Exp $
28
29 EAPI=1
30 -inherit gnome2-utils
31 +inherit autotools eutils gnome2-utils
32
33 DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
34 HOMEPAGE="http://ario-player.sourceforge.net"
35 @@ -30,6 +30,14 @@
36 dev-util/intltool
37 dev-util/pkgconfig"
38
39 +src_unpack() {
40 + unpack ${A}
41 + cd "${S}"
42 +
43 + epatch "${FILESDIR}/${P}-unsupported-warnings.patch"
44 + eautoreconf
45 +}
46 +
47 src_compile() {
48 econf \
49 $(use_enable audioscrobbler) \
50
51
52
53 1.11 media-sound/ario/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?rev=1.11&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?rev=1.11&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?r1=1.10&r2=1.11
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
62 retrieving revision 1.10
63 retrieving revision 1.11
64 diff -u -r1.10 -r1.11
65 --- ChangeLog 30 Oct 2009 18:27:05 -0000 1.10
66 +++ ChangeLog 4 Nov 2009 21:24:23 -0000 1.11
67 @@ -1,6 +1,10 @@
68 # ChangeLog for media-sound/ario
69 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.10 2009/10/30 18:27:05 angelos Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.11 2009/11/04 21:24:23 angelos Exp $
72 +
73 + 04 Nov 2009; Christoph Mende <angelos@g.o> ario-1.3.ebuild,
74 + +files/ario-1.3-unsupported-warnings.patch:
75 + Strip warning flags from Makefiles (bug #291391)
76
77 *ario-1.3 (30 Oct 2009)