Gentoo Archives: gentoo-commits

From: "Michal HruAeckA (miska)" <miska@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/osc: ChangeLog osc-0.139.2.ebuild osc-9999.ebuild
Date: Tue, 28 May 2013 08:02:28
Message-Id: 20130528080222.3A5F52171D@flycatcher.gentoo.org
1 miska 13/05/28 08:02:22
2
3 Modified: ChangeLog osc-0.139.2.ebuild osc-9999.ebuild
4 Log:
5 Small fixes regarding use of python-r1 eclass
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D39CB7C5)
8
9 Revision Changes Path
10 1.17 dev-util/osc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 27 May 2013 16:23:57 -0000 1.16
23 +++ ChangeLog 28 May 2013 08:02:22 -0000 1.17
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-util/osc
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.16 2013/05/27 16:23:57 miska Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.17 2013/05/28 08:02:22 miska Exp $
29 +
30 + 28 May 2013; Michal Hrusecky <miska@g.o> osc-0.139.2.ebuild,
31 + osc-9999.ebuild:
32 + Small fixes regarding use of python-r1 eclass
33
34 *osc-0.139.2 (27 May 2013)
35
36
37
38
39 1.2 dev-util/osc/osc-0.139.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild?r1=1.1&r2=1.2
44
45 Index: osc-0.139.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- osc-0.139.2.ebuild 27 May 2013 16:23:57 -0000 1.1
52 +++ osc-0.139.2.ebuild 28 May 2013 08:02:22 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild,v 1.1 2013/05/27 16:23:57 miska Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild,v 1.2 2013/05/28 08:02:22 miska Exp $
58
59 EAPI=5
60
61 @@ -36,12 +36,15 @@
62 dev-python/pyxml[${PYTHON_USEDEP}]
63 app-arch/rpm[python,${PYTHON_USEDEP}]
64 dev-python/m2crypto[${PYTHON_USEDEP}]
65 + ${PYTHON_DEPS}
66 "
67 PDEPEND="${DEPEND}
68 app-admin/sudo
69 dev-util/obs-service-meta
70 "
71
72 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
73 +
74 src_prepare() {
75 epatch "${FILESDIR}"/${P}-out-of-tree-build.patch
76 distutils-r1_src_prepare
77
78
79
80 1.11 dev-util/osc/osc-9999.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?rev=1.11&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?rev=1.11&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?r1=1.10&r2=1.11
85
86 Index: osc-9999.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v
89 retrieving revision 1.10
90 retrieving revision 1.11
91 diff -u -r1.10 -r1.11
92 --- osc-9999.ebuild 27 May 2013 16:23:57 -0000 1.10
93 +++ osc-9999.ebuild 28 May 2013 08:02:22 -0000 1.11
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2013 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.10 2013/05/27 16:23:57 miska Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.11 2013/05/28 08:02:22 miska Exp $
99
100 EAPI=5
101
102 @@ -36,12 +36,15 @@
103 dev-python/pyxml[${PYTHON_USEDEP}]
104 app-arch/rpm[python,${PYTHON_USEDEP}]
105 dev-python/m2crypto[${PYTHON_USEDEP}]
106 + ${PYTHON_DEPS}
107 "
108 PDEPEND="${DEPEND}
109 app-admin/sudo
110 dev-util/obs-service-meta
111 "
112
113 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
114 +
115 src_prepare() {
116 epatch "${FILESDIR}"/${P}-out-of-tree-build.patch
117 distutils-r1_src_prepare