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/gejengel: gejengel-0.1.4.ebuild ChangeLog
Date: Sat, 05 Feb 2011 11:59:47
Message-Id: 20110205115936.E7A412004E@flycatcher.gentoo.org
1 ssuominen 11/02/05 11:59:36
2
3 Modified: gejengel-0.1.4.ebuild ChangeLog
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-sound/gejengel/gejengel-0.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gejengel/gejengel-0.1.4.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gejengel/gejengel-0.1.4.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gejengel/gejengel-0.1.4.ebuild?r1=1.3&r2=1.4
15
16 Index: gejengel-0.1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/gejengel/gejengel-0.1.4.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gejengel-0.1.4.ebuild 31 Aug 2010 12:56:14 -0000 1.3
23 +++ gejengel-0.1.4.ebuild 5 Feb 2011 11:59:36 -0000 1.4
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gejengel/gejengel-0.1.4.ebuild,v 1.3 2010/08/31 12:56:14 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gejengel/gejengel-0.1.4.ebuild,v 1.4 2011/02/05 11:59:36 ssuominen Exp $
30
31 -EAPI=2
32 -inherit base eutils multilib
33 +EAPI=3
34 +inherit eutils multilib
35
36 DESCRIPTION="Lightweight audio player"
37 HOMEPAGE="http://code.google.com/p/gejengel"
38 @@ -34,6 +34,10 @@
39 dev-libs/libxdg-basedir
40 >=sys-devel/automake-1.11"
41
42 +src_prepare() {
43 + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
44 +}
45 +
46 src_configure() {
47 econf \
48 --disable-dependency-tracking \
49
50
51
52 1.17 media-sound/gejengel/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gejengel/ChangeLog?rev=1.17&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gejengel/ChangeLog?rev=1.17&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gejengel/ChangeLog?r1=1.16&r2=1.17
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-sound/gejengel/ChangeLog,v
61 retrieving revision 1.16
62 retrieving revision 1.17
63 diff -u -r1.16 -r1.17
64 --- ChangeLog 3 Oct 2010 20:11:48 -0000 1.16
65 +++ ChangeLog 5 Feb 2011 11:59:36 -0000 1.17
66 @@ -1,6 +1,10 @@
67 # ChangeLog for media-sound/gejengel
68 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gejengel/ChangeLog,v 1.16 2010/10/03 20:11:48 hwoarang Exp $
70 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gejengel/ChangeLog,v 1.17 2011/02/05 11:59:36 ssuominen Exp $
72 +
73 + 05 Feb 2011; Samuli Suominen <ssuominen@g.o> gejengel-0.1.4.ebuild,
74 + +files/gejengel-0.1.4-libnotify-0.7.patch:
75 + Fix building with x11-libs/libnotify >= 0.7.
76
77 03 Oct 2010; Markos Chandras <hwoarang@g.o>
78 -files/gejengel-0.1.2-plugin.patch, -files/gejengel-0.1.2_64bit_fix.patch,