Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/dolphin: dolphin-4.10.2.ebuild dolphin-4.10.3.ebuild ChangeLog
Date: Fri, 31 May 2013 14:58:16
Message-Id: 20130531145809.B90442171D@flycatcher.gentoo.org
1 kensington 13/05/31 14:58:09
2
3 Modified: dolphin-4.10.2.ebuild dolphin-4.10.3.ebuild
4 ChangeLog
5 Log:
6 Add USE dependency default in preparation for the removal of the semantic-desktop USE flag.
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
9
10 Revision Changes Path
11 1.6 kde-base/dolphin/dolphin-4.10.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/dolphin-4.10.2.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/dolphin-4.10.2.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/dolphin-4.10.2.ebuild?r1=1.5&r2=1.6
16
17 Index: dolphin-4.10.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.10.2.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- dolphin-4.10.2.ebuild 5 May 2013 10:14:42 -0000 1.5
24 +++ dolphin-4.10.2.ebuild 31 May 2013 14:58:09 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.10.2.ebuild,v 1.5 2013/05/05 10:14:42 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.10.2.ebuild,v 1.6 2013/05/31 14:58:09 kensington Exp $
30
31 EAPI=5
32
33 @@ -14,7 +14,7 @@
34
35 DEPEND="
36 $(add_kdebase_dep kactivities)
37 - $(add_kdebase_dep kdelibs 'semantic-desktop?')
38 + $(add_kdebase_dep kdelibs 'semantic-desktop(+)?')
39 $(add_kdebase_dep libkonq)
40 semantic-desktop? (
41 >=dev-libs/shared-desktop-ontologies-0.10.0
42
43
44
45 1.2 kde-base/dolphin/dolphin-4.10.3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/dolphin-4.10.3.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/dolphin-4.10.3.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/dolphin-4.10.3.ebuild?r1=1.1&r2=1.2
50
51 Index: dolphin-4.10.3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.10.3.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- dolphin-4.10.3.ebuild 6 May 2013 20:18:11 -0000 1.1
58 +++ dolphin-4.10.3.ebuild 31 May 2013 14:58:09 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.10.3.ebuild,v 1.1 2013/05/06 20:18:11 johu Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.10.3.ebuild,v 1.2 2013/05/31 14:58:09 kensington Exp $
64
65 EAPI=5
66
67 @@ -14,7 +14,7 @@
68
69 DEPEND="
70 $(add_kdebase_dep kactivities)
71 - $(add_kdebase_dep kdelibs 'semantic-desktop?')
72 + $(add_kdebase_dep kdelibs 'semantic-desktop(+)?')
73 $(add_kdebase_dep libkonq)
74 semantic-desktop? (
75 >=dev-libs/shared-desktop-ontologies-0.10.0
76
77
78
79 1.184 kde-base/dolphin/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/ChangeLog?rev=1.184&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/ChangeLog?rev=1.184&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/ChangeLog?r1=1.183&r2=1.184
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v
88 retrieving revision 1.183
89 retrieving revision 1.184
90 diff -u -r1.183 -r1.184
91 --- ChangeLog 6 May 2013 20:18:11 -0000 1.183
92 +++ ChangeLog 31 May 2013 14:58:09 -0000 1.184
93 @@ -1,6 +1,11 @@
94 # ChangeLog for kde-base/dolphin
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.183 2013/05/06 20:18:11 johu Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.184 2013/05/31 14:58:09 kensington Exp $
98 +
99 + 31 May 2013; Michael Palimaka <kensington@g.o> dolphin-4.10.2.ebuild,
100 + dolphin-4.10.3.ebuild:
101 + Add USE dependency default in preparation for the removal of the semantic-
102 + desktop USE flag.
103
104 *dolphin-4.10.3 (06 May 2013)