Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/clementine: clementine-1.2.3.ebuild ChangeLog
Date: Tue, 30 Sep 2014 17:22:55
Message-Id: 20140930172250.13AAC69A0@oystercatcher.gentoo.org
1 maksbotan 14/09/30 17:22:50
2
3 Modified: clementine-1.2.3.ebuild ChangeLog
4 Log:
5 Add upstream patch to fix bug #518312. Thanks to Nikoli.
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
8
9 Revision Changes Path
10 1.3 media-sound/clementine/clementine-1.2.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/clementine-1.2.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/clementine-1.2.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/clementine-1.2.3.ebuild?r1=1.2&r2=1.3
15
16 Index: clementine-1.2.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-1.2.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- clementine-1.2.3.ebuild 24 Jul 2014 11:52:54 -0000 1.2
23 +++ clementine-1.2.3.ebuild 30 Sep 2014 17:22:50 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-1.2.3.ebuild,v 1.2 2014/07/24 11:52:54 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-1.2.3.ebuild,v 1.3 2014/09/30 17:22:50 maksbotan Exp $
29
30 EAPI=5
31
32 @@ -90,6 +90,10 @@
33 [[ ${PV} == *9999* ]] || \
34 S="${WORKDIR}/${P^}"
35
36 +PATCHES=(
37 + "${FILESDIR}"/clementine-1.2.3-namespaces.patch
38 +)
39 +
40 src_prepare() {
41 cmake-utils_src_prepare
42
43
44
45
46 1.95 media-sound/clementine/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/ChangeLog?rev=1.95&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/ChangeLog?rev=1.95&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/ChangeLog?r1=1.94&r2=1.95
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v
55 retrieving revision 1.94
56 retrieving revision 1.95
57 diff -u -r1.94 -r1.95
58 --- ChangeLog 3 Aug 2014 12:18:03 -0000 1.94
59 +++ ChangeLog 30 Sep 2014 17:22:50 -0000 1.95
60 @@ -1,6 +1,10 @@
61 # ChangeLog for media-sound/clementine
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v 1.94 2014/08/03 12:18:03 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v 1.95 2014/09/30 17:22:50 maksbotan Exp $
65 +
66 + 30 Sep 2014; Maxim Koltsov <maksbotan@g.o>
67 + +files/clementine-1.2.3-namespaces.patch, clementine-1.2.3.ebuild:
68 + Add upstream patch to fix bug #518312. Thanks to Nikoli.
69
70 03 Aug 2014; Samuli Suominen <ssuominen@g.o>
71 -clementine-1.0.1-r1.ebuild, -clementine-1.1.1.ebuild,