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/kate: kate-4.10.2.ebuild kate-4.10.3.ebuild ChangeLog
Date: Wed, 29 May 2013 17:37:37
Message-Id: 20130529173729.89A7A2171D@flycatcher.gentoo.org
1 kensington 13/05/29 17:37:29
2
3 Modified: kate-4.10.2.ebuild kate-4.10.3.ebuild ChangeLog
4 Log:
5 Add missing PYTHON_REQUIRED_USE and PYTHON_DEPEND.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
8
9 Revision Changes Path
10 1.6 kde-base/kate/kate-4.10.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild?r1=1.5&r2=1.6
15
16 Index: kate-4.10.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- kate-4.10.2.ebuild 5 May 2013 10:14:24 -0000 1.5
23 +++ kate-4.10.2.ebuild 29 May 2013 17:37:29 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild,v 1.5 2013/05/05 10:14:24 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild,v 1.6 2013/05/29 17:37:29 kensington Exp $
29
30 EAPI=5
31 KDE_HANDBOOK="optional"
32 @@ -13,10 +13,15 @@
33 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
34 IUSE="debug +plasma python"
35
36 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
37 +
38 DEPEND="
39 dev-libs/libxml2
40 dev-libs/libxslt
41 - python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) )
42 + python? (
43 + ${PYTHON_DEPEND}
44 + $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
45 + )
46 "
47 RDEPEND="${DEPEND}
48 $(add_kdebase_dep katepart)
49
50
51
52 1.2 kde-base/kate/kate-4.10.3.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild?r1=1.1&r2=1.2
57
58 Index: kate-4.10.3.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- kate-4.10.3.ebuild 6 May 2013 20:18:29 -0000 1.1
65 +++ kate-4.10.3.ebuild 29 May 2013 17:37:29 -0000 1.2
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2013 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v 1.1 2013/05/06 20:18:29 johu Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v 1.2 2013/05/29 17:37:29 kensington Exp $
71
72 EAPI=5
73 KDE_HANDBOOK="optional"
74 @@ -13,10 +13,15 @@
75 KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
76 IUSE="debug +plasma python"
77
78 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
79 +
80 DEPEND="
81 dev-libs/libxml2
82 dev-libs/libxslt
83 - python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) )
84 + python? (
85 + ${PYTHON_DEPEND}
86 + $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
87 + )
88 "
89 RDEPEND="${DEPEND}
90 $(add_kdebase_dep katepart)
91
92
93
94 1.276 kde-base/kate/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?rev=1.276&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?rev=1.276&content-type=text/plain
98 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?r1=1.275&r2=1.276
99
100 Index: ChangeLog
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
103 retrieving revision 1.275
104 retrieving revision 1.276
105 diff -u -r1.275 -r1.276
106 --- ChangeLog 6 May 2013 20:18:29 -0000 1.275
107 +++ ChangeLog 29 May 2013 17:37:29 -0000 1.276
108 @@ -1,6 +1,10 @@
109 # ChangeLog for kde-base/kate
110 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
111 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.275 2013/05/06 20:18:29 johu Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.276 2013/05/29 17:37:29 kensington Exp $
113 +
114 + 29 May 2013; Michael Palimaka <kensington@g.o> kate-4.10.2.ebuild,
115 + kate-4.10.3.ebuild:
116 + Add missing PYTHON_REQUIRED_USE and PYTHON_DEPEND.
117
118 *kate-4.10.3 (06 May 2013)