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: osc-9999.ebuild osc-0.139.2.ebuild ChangeLog
Date: Wed, 29 May 2013 14:33:53
Message-Id: 20130529143350.13F0F2171D@flycatcher.gentoo.org
1 miska 13/05/29 14:33:50
2
3 Modified: osc-9999.ebuild osc-0.139.2.ebuild ChangeLog
4 Log:
5 Using DISTUTILS_SINGLE_IMPL=1 because of rpm
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.12 dev-util/osc/osc-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?r1=1.11&r2=1.12
15
16 Index: osc-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- osc-9999.ebuild 28 May 2013 08:02:22 -0000 1.11
23 +++ osc-9999.ebuild 29 May 2013 14:33:49 -0000 1.12
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/dev-util/osc/osc-9999.ebuild,v 1.11 2013/05/28 08:02:22 miska Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.12 2013/05/29 14:33:49 miska Exp $
29
30 EAPI=5
31
32 @@ -15,6 +15,7 @@
33 EXTRA_ECLASS="obs-download"
34 fi
35
36 +DISTUTILS_SINGLE_IMPL=1
37 inherit distutils-r1 ${EXTRA_ECLASS}
38 unset EXTRA_ECLASS
39
40
41
42
43 1.3 dev-util/osc/osc-0.139.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild?r1=1.2&r2=1.3
48
49 Index: osc-0.139.2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- osc-0.139.2.ebuild 28 May 2013 08:02:22 -0000 1.2
56 +++ osc-0.139.2.ebuild 29 May 2013 14:33:49 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2013 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild,v 1.2 2013/05/28 08:02:22 miska Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild,v 1.3 2013/05/29 14:33:49 miska Exp $
62
63 EAPI=5
64
65 @@ -15,6 +15,7 @@
66 EXTRA_ECLASS="obs-download"
67 fi
68
69 +DISTUTILS_SINGLE_IMPL=1
70 inherit distutils-r1 ${EXTRA_ECLASS}
71 unset EXTRA_ECLASS
72
73
74
75
76 1.18 dev-util/osc/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?rev=1.18&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?rev=1.18&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?r1=1.17&r2=1.18
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v
85 retrieving revision 1.17
86 retrieving revision 1.18
87 diff -u -r1.17 -r1.18
88 --- ChangeLog 28 May 2013 08:02:22 -0000 1.17
89 +++ ChangeLog 29 May 2013 14:33:49 -0000 1.18
90 @@ -1,6 +1,10 @@
91 # ChangeLog for dev-util/osc
92 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.17 2013/05/28 08:02:22 miska Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.18 2013/05/29 14:33:49 miska Exp $
95 +
96 + 29 May 2013; Michal Hrusecky <miska@g.o> osc-0.139.2.ebuild,
97 + osc-9999.ebuild:
98 + Using DISTUTILS_SINGLE_IMPL=1 because of rpm
99
100 28 May 2013; Michal Hrusecky <miska@g.o> osc-0.139.2.ebuild,
101 osc-9999.ebuild: