Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-qt: telepathy-qt-0.9.5.ebuild ChangeLog
Date: Fri, 30 Jan 2015 22:24:28
Message-Id: 20150130222422.5430010B76@oystercatcher.gentoo.org
1 johu 15/01/30 22:24:22
2
3 Modified: telepathy-qt-0.9.5.ebuild ChangeLog
4 Log:
5 Shorten pkg setup. Sort functions.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
8
9 Revision Changes Path
10 1.2 net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?r1=1.1&r2=1.2
15
16 Index: telepathy-qt-0.9.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- telepathy-qt-0.9.5.ebuild 15 Sep 2014 16:41:59 -0000 1.1
23 +++ telepathy-qt-0.9.5.ebuild 30 Jan 2015 22:24:22 -0000 1.2
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/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.1 2014/09/15 16:41:59 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.2 2015/01/30 22:24:22 johu Exp $
30
31 EAPI=5
32
33 @@ -52,13 +52,7 @@
34
35 pkg_setup() {
36 python-any-r1_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 @@ -86,10 +80,6 @@
49 multibuild_foreach_variant cmake-utils_src_compile
50 }
51
52 -src_install() {
53 - multibuild_foreach_variant cmake-utils_src_install
54 -}
55 -
56 src_test() {
57 mytest() {
58 pushd "${BUILD_DIR}" > /dev/null
59 @@ -99,3 +89,7 @@
60
61 multibuild_foreach_variant mytest
62 }
63 +
64 +src_install() {
65 + multibuild_foreach_variant cmake-utils_src_install
66 +}
67
68
69
70 1.31 net-libs/telepathy-qt/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.31&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.31&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?r1=1.30&r2=1.31
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v
79 retrieving revision 1.30
80 retrieving revision 1.31
81 diff -u -r1.30 -r1.31
82 --- ChangeLog 15 Sep 2014 16:41:59 -0000 1.30
83 +++ ChangeLog 30 Jan 2015 22:24:22 -0000 1.31
84 @@ -1,6 +1,9 @@
85 # ChangeLog for net-libs/telepathy-qt
86 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.30 2014/09/15 16:41:59 johu Exp $
88 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
89 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.31 2015/01/30 22:24:22 johu Exp $
90 +
91 + 30 Jan 2015; Johannes Huber <johu@g.o> telepathy-qt-0.9.5.ebuild:
92 + Shorten pkg setup. Sort functions.
93
94 *telepathy-qt-0.9.5 (15 Sep 2014)