Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/qutim: qutim-0.3.2.ebuild qutim-0.3.1-r1.ebuild ChangeLog
Date: Wed, 31 Dec 2014 13:36:00
Message-Id: 20141231133553.2C37BE91B@oystercatcher.gentoo.org
1 kensington 14/12/31 13:35:53
2
3 Modified: qutim-0.3.2.ebuild qutim-0.3.1-r1.ebuild ChangeLog
4 Log:
5 Enforce USE dependency for media-libs/phonon.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
8
9 Revision Changes Path
10 1.5 net-im/qutim/qutim-0.3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?r1=1.4&r2=1.5
15
16 Index: qutim-0.3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- qutim-0.3.2.ebuild 4 Dec 2014 12:41:26 -0000 1.4
23 +++ qutim-0.3.2.ebuild 31 Dec 2014 13:35:53 -0000 1.5
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/net-im/qutim/qutim-0.3.2.ebuild,v 1.4 2014/12/04 12:41:26 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v 1.5 2014/12/31 13:35:53 kensington Exp $
29
30 EAPI=5
31
32 @@ -68,8 +68,8 @@
33 <net-libs/libotr-4.0.0
34 )
35 phonon? (
36 - kde? ( media-libs/phonon )
37 - !kde? ( || ( >=dev-qt/qtphonon-${QT_PV} media-libs/phonon ) )
38 + kde? ( media-libs/phonon[qt4] )
39 + !kde? ( || ( >=dev-qt/qtphonon-${QT_PV} media-libs/phonon[qt4] ) )
40 )
41 plugman? (
42 dev-libs/libattica
43
44
45
46 1.2 net-im/qutim/qutim-0.3.1-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.1-r1.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.1-r1.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.1-r1.ebuild?r1=1.1&r2=1.2
51
52 Index: qutim-0.3.1-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1-r1.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- qutim-0.3.1-r1.ebuild 6 Nov 2014 11:47:38 -0000 1.1
59 +++ qutim-0.3.1-r1.ebuild 31 Dec 2014 13:35:53 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1-r1.ebuild,v 1.1 2014/11/06 11:47:38 pinkbyte Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1-r1.ebuild,v 1.2 2014/12/31 13:35:53 kensington Exp $
65
66 EAPI=5
67
68 @@ -51,8 +51,8 @@
69 <net-libs/libotr-4.0.0
70 )
71 phonon? (
72 - kde? ( media-libs/phonon )
73 - !kde? ( || ( >=dev-qt/qtphonon-${QT_PV} media-libs/phonon ) )
74 + kde? ( media-libs/phonon[qt4] )
75 + !kde? ( || ( >=dev-qt/qtphonon-${QT_PV} media-libs/phonon[qt4] ) )
76 )
77 purple? ( net-im/pidgin )
78 qml? (
79
80
81
82 1.35 net-im/qutim/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.35&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.35&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?r1=1.34&r2=1.35
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v
91 retrieving revision 1.34
92 retrieving revision 1.35
93 diff -u -r1.34 -r1.35
94 --- ChangeLog 4 Dec 2014 12:41:26 -0000 1.34
95 +++ ChangeLog 31 Dec 2014 13:35:53 -0000 1.35
96 @@ -1,6 +1,10 @@
97 # ChangeLog for net-im/qutim
98 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.34 2014/12/04 12:41:26 mrueg Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.35 2014/12/31 13:35:53 kensington Exp $
101 +
102 + 31 Dec 2014; Michael Palimaka <kensington@g.o> qutim-0.3.1-r1.ebuild,
103 + qutim-0.3.2.ebuild:
104 + Enforce USE dependency for media-libs/phonon.
105
106 04 Dec 2014; Manuel RĂ¼ger <mrueg@g.o> qutim-0.3.2.ebuild:
107 Update dependency on oxygen-icons.