Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/osc: osc-0.143.0.ebuild osc-9999.ebuild ChangeLog
Date: Tue, 25 Feb 2014 12:40:09
Message-Id: 20140225124000.864DD2004C@flycatcher.gentoo.org
1 scarabeus 14/02/25 12:40:00
2
3 Modified: osc-0.143.0.ebuild osc-9999.ebuild ChangeLog
4 Log:
5 we want python[xml] not pyxml.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
8
9 Revision Changes Path
10 1.2 dev-util/osc/osc-0.143.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.143.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.143.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.143.0.ebuild?r1=1.1&r2=1.2
15
16 Index: osc-0.143.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.143.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- osc-0.143.0.ebuild 23 Feb 2014 16:26:00 -0000 1.1
23 +++ osc-0.143.0.ebuild 25 Feb 2014 12:40:00 -0000 1.2
24 @@ -1,12 +1,13 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.143.0.ebuild,v 1.1 2014/02/23 16:26:00 gregkh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.143.0.ebuild,v 1.2 2014/02/25 12:40:00 scarabeus Exp $
29
30 EAPI=5
31
32 EGIT_REPO_URI="git://github.com/openSUSE/osc.git"
33
34 PYTHON_COMPAT=( python{2_6,2_7} )
35 +PYTHON_REQ_USE="xml"
36
37 if [[ "${PV}" == "9999" ]]; then
38 EXTRA_ECLASS="git-2"
39 @@ -34,7 +35,6 @@
40
41 DEPEND="
42 dev-python/urlgrabber[${PYTHON_USEDEP}]
43 - dev-python/pyxml[${PYTHON_USEDEP}]
44 app-arch/rpm[python,${PYTHON_USEDEP}]
45 dev-python/m2crypto[${PYTHON_USEDEP}]
46 ${PYTHON_DEPS}
47
48
49
50 1.14 dev-util/osc/osc-9999.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?rev=1.14&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?rev=1.14&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?r1=1.13&r2=1.14
55
56 Index: osc-9999.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v
59 retrieving revision 1.13
60 retrieving revision 1.14
61 diff -u -r1.13 -r1.14
62 --- osc-9999.ebuild 24 Jul 2013 17:40:50 -0000 1.13
63 +++ osc-9999.ebuild 25 Feb 2014 12:40:00 -0000 1.14
64 @@ -1,12 +1,13 @@
65 -# Copyright 1999-2013 Gentoo Foundation
66 +# Copyright 1999-2014 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.13 2013/07/24 17:40:50 miska Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.14 2014/02/25 12:40:00 scarabeus Exp $
70
71 EAPI=5
72
73 EGIT_REPO_URI="git://github.com/openSUSE/osc.git"
74
75 PYTHON_COMPAT=( python{2_6,2_7} )
76 +PYTHON_REQ_USE="xml"
77
78 if [[ "${PV}" == "9999" ]]; then
79 EXTRA_ECLASS="git-2"
80 @@ -34,7 +35,6 @@
81
82 DEPEND="
83 dev-python/urlgrabber[${PYTHON_USEDEP}]
84 - dev-python/pyxml[${PYTHON_USEDEP}]
85 app-arch/rpm[python,${PYTHON_USEDEP}]
86 dev-python/m2crypto[${PYTHON_USEDEP}]
87 ${PYTHON_DEPS}
88
89
90
91 1.27 dev-util/osc/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?rev=1.27&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?rev=1.27&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?r1=1.26&r2=1.27
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v
100 retrieving revision 1.26
101 retrieving revision 1.27
102 diff -u -r1.26 -r1.27
103 --- ChangeLog 23 Feb 2014 16:26:00 -0000 1.26
104 +++ ChangeLog 25 Feb 2014 12:40:00 -0000 1.27
105 @@ -1,6 +1,10 @@
106 # ChangeLog for dev-util/osc
107 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.26 2014/02/23 16:26:00 gregkh Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.27 2014/02/25 12:40:00 scarabeus Exp $
110 +
111 + 25 Feb 2014; Tomáš Chvátal <scarabeus@g.o> osc-0.143.0.ebuild,
112 + osc-9999.ebuild:
113 + we want python[xml] not pyxml.
114
115 *osc-0.143.0 (23 Feb 2014)