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/phonon-vlc: phonon-vlc-9999.ebuild phonon-vlc-0.8.2.ebuild ChangeLog phonon-vlc-0.8.1.ebuild
Date: Fri, 30 Jan 2015 21:41:41
Message-Id: 20150130214138.B33F810B6E@oystercatcher.gentoo.org
1 johu 15/01/30 21:41:38
2
3 Modified: phonon-vlc-9999.ebuild phonon-vlc-0.8.2.ebuild
4 ChangeLog
5 Removed: phonon-vlc-0.8.1.ebuild
6 Log:
7 Shorten pkg setup. Sort functions. Remove old.
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
10
11 Revision Changes Path
12 1.17 media-libs/phonon-vlc/phonon-vlc-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild?rev=1.17&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild?rev=1.17&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild?r1=1.16&r2=1.17
17
18 Index: phonon-vlc-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v
21 retrieving revision 1.16
22 retrieving revision 1.17
23 diff -u -r1.16 -r1.17
24 --- phonon-vlc-9999.ebuild 9 Sep 2014 17:18:15 -0000 1.16
25 +++ phonon-vlc-9999.ebuild 30 Jan 2015 21:41:38 -0000 1.17
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v 1.16 2014/09/09 17:18:15 kensington Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v 1.17 2015/01/30 21:41:38 johu Exp $
32
33 EAPI=5
34
35 @@ -49,13 +49,7 @@
36 DOCS=( AUTHORS )
37
38 pkg_setup() {
39 - MULTIBUILD_VARIANTS=()
40 - if use qt4; then
41 - MULTIBUILD_VARIANTS+=(qt4)
42 - fi
43 - if use qt5; then
44 - MULTIBUILD_VARIANTS+=(qt5)
45 - fi
46 + MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
47 }
48
49 src_configure() {
50 @@ -77,14 +71,14 @@
51 multibuild_foreach_variant cmake-utils_src_compile
52 }
53
54 -src_install() {
55 - multibuild_foreach_variant cmake-utils_src_install
56 -}
57 -
58 src_test() {
59 multibuild_foreach_variant cmake-utils_src_test
60 }
61
62 +src_install() {
63 + multibuild_foreach_variant cmake-utils_src_install
64 +}
65 +
66 pkg_postinst() {
67 elog "For more verbose debug information, export the following variables:"
68 elog "PHONON_DEBUG=1"
69
70
71
72 1.2 media-libs/phonon-vlc/phonon-vlc-0.8.2.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.8.2.ebuild?rev=1.2&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.8.2.ebuild?rev=1.2&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.8.2.ebuild?r1=1.1&r2=1.2
77
78 Index: phonon-vlc-0.8.2.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.8.2.ebuild,v
81 retrieving revision 1.1
82 retrieving revision 1.2
83 diff -u -r1.1 -r1.2
84 --- phonon-vlc-0.8.2.ebuild 11 Dec 2014 12:14:06 -0000 1.1
85 +++ phonon-vlc-0.8.2.ebuild 30 Jan 2015 21:41:38 -0000 1.2
86 @@ -1,6 +1,6 @@
87 -# Copyright 1999-2014 Gentoo Foundation
88 +# Copyright 1999-2015 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.8.2.ebuild,v 1.1 2014/12/11 12:14:06 mrueg Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.8.2.ebuild,v 1.2 2015/01/30 21:41:38 johu Exp $
92
93 EAPI=5
94
95 @@ -49,13 +49,7 @@
96 DOCS=( AUTHORS )
97
98 pkg_setup() {
99 - MULTIBUILD_VARIANTS=()
100 - if use qt4; then
101 - MULTIBUILD_VARIANTS+=(qt4)
102 - fi
103 - if use qt5; then
104 - MULTIBUILD_VARIANTS+=(qt5)
105 - fi
106 + MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
107 }
108
109 src_configure() {
110 @@ -77,14 +71,14 @@
111 multibuild_foreach_variant cmake-utils_src_compile
112 }
113
114 -src_install() {
115 - multibuild_foreach_variant cmake-utils_src_install
116 -}
117 -
118 src_test() {
119 multibuild_foreach_variant cmake-utils_src_test
120 }
121
122 +src_install() {
123 + multibuild_foreach_variant cmake-utils_src_install
124 +}
125 +
126 pkg_postinst() {
127 elog "For more verbose debug information, export the following variables:"
128 elog "PHONON_DEBUG=1"
129
130
131
132 1.54 media-libs/phonon-vlc/ChangeLog
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?rev=1.54&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?rev=1.54&content-type=text/plain
136 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?r1=1.53&r2=1.54
137
138 Index: ChangeLog
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v
141 retrieving revision 1.53
142 retrieving revision 1.54
143 diff -u -r1.53 -r1.54
144 --- ChangeLog 11 Dec 2014 12:14:06 -0000 1.53
145 +++ ChangeLog 30 Jan 2015 21:41:38 -0000 1.54
146 @@ -1,6 +1,10 @@
147 # ChangeLog for media-libs/phonon-vlc
148 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
149 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.53 2014/12/11 12:14:06 mrueg Exp $
150 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
151 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.54 2015/01/30 21:41:38 johu Exp $
152 +
153 + 30 Jan 2015; Johannes Huber <johu@g.o> -phonon-vlc-0.8.1.ebuild,
154 + phonon-vlc-0.8.2.ebuild, phonon-vlc-9999.ebuild:
155 + Shorten pkg setup. Sort functions. Remove old.
156
157 *phonon-vlc-0.8.2 (11 Dec 2014)