Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lastfm-desktop: ChangeLog lastfm-desktop-2.1.36.ebuild
Date: Thu, 27 Mar 2014 07:16:04
Message-Id: 20140327071601.6F42F20051@flycatcher.gentoo.org
1 jlec 14/03/27 07:16:01
2
3 Modified: ChangeLog lastfm-desktop-2.1.36.ebuild
4 Log:
5 media-sound/lastfm-desktop: Backport patch for missing cast, #494190
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.4 media-sound/lastfm-desktop/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lastfm-desktop/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lastfm-desktop/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lastfm-desktop/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 16 Dec 2013 12:23:35 -0000 1.3
23 +++ ChangeLog 27 Mar 2014 07:16:01 -0000 1.4
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-sound/lastfm-desktop
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/ChangeLog,v 1.3 2013/12/16 12:23:35 jlec Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/ChangeLog,v 1.4 2014/03/27 07:16:01 jlec Exp $
30 +
31 + 27 Mar 2014; Justin Lecher <jlec@g.o> lastfm-desktop-2.1.36.ebuild,
32 + +files/lastfm-desktop-2.1.36-missing-cast.patch:
33 + Backport patch for missing cast, #494190
34
35 16 Dec 2013; Justin Lecher <jlec@g.o> lastfm-desktop-2.1.36.ebuild:
36 Add missing USE dep
37
38
39
40 1.3 media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild?r1=1.2&r2=1.3
45
46 Index: lastfm-desktop-2.1.36.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- lastfm-desktop-2.1.36.ebuild 16 Dec 2013 12:23:35 -0000 1.2
53 +++ lastfm-desktop-2.1.36.ebuild 27 Mar 2014 07:16:01 -0000 1.3
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild,v 1.2 2013/12/16 12:23:35 jlec Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild,v 1.3 2014/03/27 07:16:01 jlec Exp $
60
61 EAPI=5
62
63 @@ -27,6 +27,8 @@
64 || ( dev-qt/qtphonon:4 kde-base/phonon-kde:4 )"
65 DEPEND="${RDEPEND}"
66
67 +PATCHES=( "${FILESDIR}"/${P}-missing-cast.patch )
68 +
69 src_configure() {
70 eqmake4 Last.fm.pro PREFIX="${EPREFIX}"/usr
71 }