Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/into: into-0.1.3.ebuild into-0.2.2.ebuild into-0.2.1.ebuild ChangeLog
Date: Wed, 24 Jun 2015 08:39:33
Message-Id: 20150624083920.A0D5DA54@oystercatcher.gentoo.org
1 idella4 15/06/24 08:39:20
2
3 Modified: into-0.1.3.ebuild into-0.2.2.ebuild
4 into-0.2.1.ebuild ChangeLog
5 Log:
6 add blocker to media-libs/urt to prevent file collisions, fixes bug #552448
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.4 dev-python/into/into-0.1.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/into-0.1.3.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/into-0.1.3.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/into-0.1.3.ebuild?r1=1.3&r2=1.4
16
17 Index: into-0.1.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/into/into-0.1.3.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- into-0.1.3.ebuild 8 Mar 2015 23:50:49 -0000 1.3
24 +++ into-0.1.3.ebuild 24 Jun 2015 08:39:20 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.1.3.ebuild,v 1.3 2015/03/08 23:50:49 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.1.3.ebuild,v 1.4 2015/06/24 08:39:20 idella4 Exp $
30
31 EAPI=5
32
33 @@ -16,5 +16,4 @@
34 SLOT="0"
35 KEYWORDS="amd64 x86"
36
37 -RDEPEND=""
38 -DEPEND="${RDEPEND}"
39 +DEPEND="!media-libs/urt" # Bug #552448
40
41
42
43 1.2 dev-python/into/into-0.2.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/into-0.2.2.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/into-0.2.2.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/into-0.2.2.ebuild?r1=1.1&r2=1.2
48
49 Index: into-0.2.2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.2.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- into-0.2.2.ebuild 18 Jun 2015 02:22:34 -0000 1.1
56 +++ into-0.2.2.ebuild 24 Jun 2015 08:39:20 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2015 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.2.ebuild,v 1.1 2015/06/18 02:22:34 patrick Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.2.ebuild,v 1.2 2015/06/24 08:39:20 idella4 Exp $
62
63 EAPI=5
64
65 @@ -21,5 +21,6 @@
66 >=dev-python/pandas-0.15[${PYTHON_USEDEP}]
67 dev-python/toolz[${PYTHON_USEDEP}]
68 dev-python/multipledispatch[${PYTHON_USEDEP}]
69 - dev-python/networkx[${PYTHON_USEDEP}]"
70 + dev-python/networkx[${PYTHON_USEDEP}]
71 + !media-libs/urt" # Bug #552448
72 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
73
74
75
76 1.2 dev-python/into/into-0.2.1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/into-0.2.1.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/into-0.2.1.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/into-0.2.1.ebuild?r1=1.1&r2=1.2
81
82 Index: into-0.2.1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.1.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- into-0.2.1.ebuild 1 Mar 2015 14:24:41 -0000 1.1
89 +++ into-0.2.1.ebuild 24 Jun 2015 08:39:20 -0000 1.2
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2015 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.1.ebuild,v 1.1 2015/03/01 14:24:41 idella4 Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.1.ebuild,v 1.2 2015/06/24 08:39:20 idella4 Exp $
95
96 EAPI=5
97
98 @@ -21,5 +21,6 @@
99 >=dev-python/pandas-0.15[${PYTHON_USEDEP}]
100 dev-python/toolz[${PYTHON_USEDEP}]
101 dev-python/multipledispatch[${PYTHON_USEDEP}]
102 - dev-python/networkx[${PYTHON_USEDEP}]"
103 + dev-python/networkx[${PYTHON_USEDEP}]
104 + !media-libs/urt" # Bug #552448
105 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
106
107
108
109 1.7 dev-python/into/ChangeLog
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/ChangeLog?rev=1.7&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/ChangeLog?rev=1.7&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/into/ChangeLog?r1=1.6&r2=1.7
114
115 Index: ChangeLog
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/dev-python/into/ChangeLog,v
118 retrieving revision 1.6
119 retrieving revision 1.7
120 diff -u -r1.6 -r1.7
121 --- ChangeLog 18 Jun 2015 02:22:34 -0000 1.6
122 +++ ChangeLog 24 Jun 2015 08:39:20 -0000 1.7
123 @@ -1,6 +1,10 @@
124 # ChangeLog for dev-python/into
125 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
126 -# $Header: /var/cvsroot/gentoo-x86/dev-python/into/ChangeLog,v 1.6 2015/06/18 02:22:34 patrick Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/dev-python/into/ChangeLog,v 1.7 2015/06/24 08:39:20 idella4 Exp $
128 +
129 + 24 Jun 2015; Ian Delaney <idella4@g.o> into-0.1.3.ebuild,
130 + into-0.2.1.ebuild, into-0.2.2.ebuild:
131 + add blocker to media-libs/urt to prevent file collisions, fixes bug #552448
132
133 *into-0.2.2 (18 Jun 2015)