Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/liblastfm: liblastfm-1.0.9.ebuild ChangeLog
Date: Fri, 30 Jan 2015 21:24:57
Message-Id: 20150130212453.861D910B67@oystercatcher.gentoo.org
1 johu 15/01/30 21:24:53
2
3 Modified: liblastfm-1.0.9.ebuild ChangeLog
4 Log:
5 Shorten pkg setup.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
8
9 Revision Changes Path
10 1.4 media-libs/liblastfm/liblastfm-1.0.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild?r1=1.3&r2=1.4
15
16 Index: liblastfm-1.0.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- liblastfm-1.0.9.ebuild 22 Oct 2014 14:00:57 -0000 1.3
23 +++ liblastfm-1.0.9.ebuild 30 Jan 2015 21:24:53 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild,v 1.3 2014/10/22 14:00:57 kensington Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild,v 1.4 2015/01/30 21:24:53 johu Exp $
30
31 EAPI=5
32
33 @@ -49,13 +49,7 @@
34 RESTRICT="test"
35
36 pkg_setup() {
37 - MULTIBUILD_VARIANTS=()
38 - if use qt4; then
39 - MULTIBUILD_VARIANTS+=(qt4)
40 - fi
41 - if use qt5; then
42 - MULTIBUILD_VARIANTS+=(qt5)
43 - fi
44 + MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
45 }
46
47 src_configure() {
48
49
50
51 1.35 media-libs/liblastfm/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.35&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.35&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?r1=1.34&r2=1.35
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v
60 retrieving revision 1.34
61 retrieving revision 1.35
62 diff -u -r1.34 -r1.35
63 --- ChangeLog 22 Oct 2014 14:00:57 -0000 1.34
64 +++ ChangeLog 30 Jan 2015 21:24:53 -0000 1.35
65 @@ -1,6 +1,9 @@
66 # ChangeLog for media-libs/liblastfm
67 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.34 2014/10/22 14:00:57 kensington Exp $
69 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.35 2015/01/30 21:24:53 johu Exp $
71 +
72 + 30 Jan 2015; Johannes Huber <johu@g.o> liblastfm-1.0.9.ebuild:
73 + Shorten pkg setup.
74
75 22 Oct 2014; Michael Palimaka <kensington@g.o> liblastfm-1.0.9.ebuild:
76 Ensure build against at least one Qt version wrt bug #526472.