Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texstudio: texstudio-2.8.8.ebuild texstudio-2.8.6.ebuild ChangeLog
Date: Wed, 31 Dec 2014 12:49:19
Message-Id: 20141231124916.79874E912@oystercatcher.gentoo.org
1 kensington 14/12/31 12:49:16
2
3 Modified: texstudio-2.8.8.ebuild texstudio-2.8.6.ebuild
4 ChangeLog
5 Log:
6 Enforce USE dependency for media-libs/phonon.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
9
10 Revision Changes Path
11 1.2 app-office/texstudio/texstudio-2.8.8.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.8.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.8.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.8.ebuild?r1=1.1&r2=1.2
16
17 Index: texstudio-2.8.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.8.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- texstudio-2.8.8.ebuild 8 Dec 2014 15:01:50 -0000 1.1
24 +++ texstudio-2.8.8.ebuild 31 Dec 2014 12:49:16 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.8.ebuild,v 1.1 2014/12/08 15:01:50 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.8.ebuild,v 1.2 2014/12/31 12:49:16 kensington Exp $
30
31 EAPI=5
32
33 @@ -28,7 +28,7 @@
34 dev-qt/qtsingleapplication
35 >=dev-qt/qtsvg-4.6.1:4
36 >=dev-qt/qttest-4.6.1:4
37 - video? ( media-libs/phonon )"
38 + video? ( media-libs/phonon[qt4] )"
39 RDEPEND="${COMMON_DEPEND}
40 virtual/latex-base
41 app-text/psutils
42
43
44
45 1.2 app-office/texstudio/texstudio-2.8.6.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild?r1=1.1&r2=1.2
50
51 Index: texstudio-2.8.6.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- texstudio-2.8.6.ebuild 3 Nov 2014 10:43:24 -0000 1.1
58 +++ texstudio-2.8.6.ebuild 31 Dec 2014 12:49:16 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild,v 1.1 2014/11/03 10:43:24 jlec Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild,v 1.2 2014/12/31 12:49:16 kensington Exp $
64
65 EAPI=5
66
67 @@ -28,7 +28,7 @@
68 dev-qt/qtsingleapplication
69 >=dev-qt/qtsvg-4.6.1:4
70 >=dev-qt/qttest-4.6.1:4
71 - video? ( media-libs/phonon )"
72 + video? ( media-libs/phonon[qt4] )"
73 RDEPEND="${COMMON_DEPEND}
74 virtual/latex-base
75 app-text/psutils
76
77
78
79 1.34 app-office/texstudio/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?rev=1.34&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?rev=1.34&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?r1=1.33&r2=1.34
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v
88 retrieving revision 1.33
89 retrieving revision 1.34
90 diff -u -r1.33 -r1.34
91 --- ChangeLog 26 Dec 2014 13:47:21 -0000 1.33
92 +++ ChangeLog 31 Dec 2014 12:49:16 -0000 1.34
93 @@ -1,6 +1,10 @@
94 # ChangeLog for app-office/texstudio
95 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.33 2014/12/26 13:47:21 jlec Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.34 2014/12/31 12:49:16 kensington Exp $
98 +
99 + 31 Dec 2014; Michael Palimaka <kensington@g.o> texstudio-2.8.6.ebuild,
100 + texstudio-2.8.8.ebuild:
101 + Enforce USE dependency for media-libs/phonon.
102
103 26 Dec 2014; Justin Lecher <jlec@g.o> -texstudio-2.6.0.ebuild,
104 -texstudio-2.8.2.ebuild, -texstudio-2.8.4.ebuild: