Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/hotot: hotot-0.9.8.14.ebuild hotot-9999.ebuild hotot-0.9.8.14_p20130514.ebuild ChangeLog
Date: Sun, 28 Dec 2014 18:47:18
Message-Id: 20141228184711.B7291E5E0@oystercatcher.gentoo.org
1 floppym 14/12/28 18:47:11
2
3 Modified: hotot-0.9.8.14.ebuild hotot-9999.ebuild
4 hotot-0.9.8.14_p20130514.ebuild ChangeLog
5 Log:
6 Clean up python-single-r1 conversion.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.4 net-misc/hotot/hotot-0.9.8.14.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.14.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.14.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.14.ebuild?r1=1.3&r2=1.4
16
17 Index: hotot-0.9.8.14.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.14.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- hotot-0.9.8.14.ebuild 25 Jun 2013 16:57:03 -0000 1.3
24 +++ hotot-0.9.8.14.ebuild 28 Dec 2014 18:47:11 -0000 1.4
25 @@ -1,11 +1,10 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.14.ebuild,v 1.3 2013/06/25 16:57:03 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.14.ebuild,v 1.4 2014/12/28 18:47:11 floppym Exp $
31
32 EAPI=5
33
34 -PYTHON_DEPEND="gtk? 2"
35 -PYTHON_COMPAT=( python{2_6,2_7} )
36 +PYTHON_COMPAT=( python2_7 )
37
38 inherit cmake-utils python-single-r1 vcs-snapshot
39
40 @@ -18,7 +17,7 @@
41 KEYWORDS="amd64 x86"
42 IUSE="chrome gtk kde qt4"
43
44 -REQUIRED_USE="|| ( chrome gtk qt4 )"
45 +REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
46
47 RDEPEND="${PYTHON_DEPS}
48 dev-python/dbus-python[${PYTHON_USEDEP}]
49
50
51
52 1.9 net-misc/hotot/hotot-9999.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?rev=1.9&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?rev=1.9&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?r1=1.8&r2=1.9
57
58 Index: hotot-9999.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v
61 retrieving revision 1.8
62 retrieving revision 1.9
63 diff -u -r1.8 -r1.9
64 --- hotot-9999.ebuild 12 Jun 2013 20:16:30 -0000 1.8
65 +++ hotot-9999.ebuild 28 Dec 2014 18:47:11 -0000 1.9
66 @@ -1,11 +1,10 @@
67 -# Copyright 1999-2013 Gentoo Foundation
68 +# Copyright 1999-2014 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v 1.8 2013/06/12 20:16:30 xmw Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v 1.9 2014/12/28 18:47:11 floppym Exp $
72
73 EAPI=5
74
75 -PYTHON_DEPEND="gtk? 2"
76 -PYTHON_COMPAT=( python{2_6,2_7} )
77 +PYTHON_COMPAT=( python2_7 )
78
79 inherit cmake-utils git-2 python-single-r1
80
81 @@ -18,11 +17,11 @@
82 KEYWORDS=""
83 IUSE="chrome gtk kde qt4"
84
85 -REQUIRED_USE="|| ( chrome gtk qt4 )"
86 +REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
87
88 RDEPEND="${PYTHON_DEPS}
89 dev-python/dbus-python[${PYTHON_USEDEP}]
90 - gtk? ( dev-python/pywebkitgtk )
91 + gtk? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
92 qt4? ( dev-qt/qtwebkit:4
93 kde? ( kde-base/kdelibs ) )"
94 DEPEND="${RDEPEND}
95
96
97
98 1.2 net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild?rev=1.2&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild?rev=1.2&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild?r1=1.1&r2=1.2
103
104 Index: hotot-0.9.8.14_p20130514.ebuild
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild,v
107 retrieving revision 1.1
108 retrieving revision 1.2
109 diff -u -r1.1 -r1.2
110 --- hotot-0.9.8.14_p20130514.ebuild 12 Jun 2013 20:16:30 -0000 1.1
111 +++ hotot-0.9.8.14_p20130514.ebuild 28 Dec 2014 18:47:11 -0000 1.2
112 @@ -1,11 +1,10 @@
113 -# Copyright 1999-2013 Gentoo Foundation
114 +# Copyright 1999-2014 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild,v 1.1 2013/06/12 20:16:30 xmw Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild,v 1.2 2014/12/28 18:47:11 floppym Exp $
118
119 EAPI=5
120
121 -PYTHON_DEPEND="gtk? 2"
122 -PYTHON_COMPAT=( python{2_6,2_7} )
123 +PYTHON_COMPAT=( python2_7 )
124
125 inherit cmake-utils python-single-r1 vcs-snapshot
126
127 @@ -18,11 +17,11 @@
128 KEYWORDS="~amd64 ~x86"
129 IUSE="chrome gtk kde qt4"
130
131 -REQUIRED_USE="|| ( chrome gtk qt4 )"
132 +REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
133
134 RDEPEND="${PYTHON_DEPS}
135 dev-python/dbus-python[${PYTHON_USEDEP}]
136 - gtk? ( dev-python/pywebkitgtk )
137 + gtk? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
138 qt4? ( dev-qt/qtwebkit:4
139 kde? ( kde-base/kdelibs ) )"
140 DEPEND="${RDEPEND}
141
142
143
144 1.35 net-misc/hotot/ChangeLog
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.35&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.35&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?r1=1.34&r2=1.35
149
150 Index: ChangeLog
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v
153 retrieving revision 1.34
154 retrieving revision 1.35
155 diff -u -r1.34 -r1.35
156 --- ChangeLog 25 Jun 2013 19:42:53 -0000 1.34
157 +++ ChangeLog 28 Dec 2014 18:47:11 -0000 1.35
158 @@ -1,6 +1,10 @@
159 # ChangeLog for net-misc/hotot
160 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
161 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.34 2013/06/25 19:42:53 xmw Exp $
162 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
163 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.35 2014/12/28 18:47:11 floppym Exp $
164 +
165 + 28 Dec 2014; Mike Gilbert <floppym@g.o> hotot-0.9.8.14.ebuild,
166 + hotot-0.9.8.14_p20130514.ebuild, hotot-9999.ebuild:
167 + Clean up python-single-r1 conversion.
168
169 25 Jun 2013; Michael Weber <xmw@g.o> -hotot-0.9.8.11.ebuild:
170 Drop broken API version.