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/pyx: pyx-0.12.1-r1.ebuild pyx-0.13.ebuild ChangeLog
Date: Wed, 02 Jul 2014 13:48:31
Message-Id: 20140702134827.820752004E@flycatcher.gentoo.org
1 idella4 14/07/02 13:48:27
2
3 Modified: pyx-0.12.1-r1.ebuild pyx-0.13.ebuild ChangeLog
4 Log:
5 add missing rdep texlive-basic, patch by fau, fixes Bug #516004 also by fau
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.8 dev-python/pyx/pyx-0.12.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: pyx-0.12.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- pyx-0.12.1-r1.ebuild 29 Jun 2014 11:26:00 -0000 1.7
23 +++ pyx-0.12.1-r1.ebuild 2 Jul 2014 13:48:27 -0000 1.8
24 @@ -1,6 +1,6 @@
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-python/pyx/pyx-0.12.1-r1.ebuild,v 1.7 2014/06/29 11:26:00 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild,v 1.8 2014/07/02 13:48:27 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 pypy )
32 @@ -18,10 +18,12 @@
33 KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
34 IUSE="doc"
35
36 -RDEPEND="virtual/tex-base"
37 +RDEPEND="virtual/tex-base
38 + dev-texlive/texlive-basic"
39 +
40 DEPEND="${RDEPEND}
41 doc? ( virtual/latex-base
42 - dev-python/sphinx[latex,${PYTHON_USEDEP}] )"
43 + dev-python/sphinx[latex,${PYTHON_USEDEP}] )"
44
45 S="${WORKDIR}/${MY_P}"
46
47
48
49
50 1.3 dev-python/pyx/pyx-0.13.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?rev=1.3&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?rev=1.3&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?r1=1.2&r2=1.3
55
56 Index: pyx-0.13.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v
59 retrieving revision 1.2
60 retrieving revision 1.3
61 diff -u -r1.2 -r1.3
62 --- pyx-0.13.ebuild 29 Jun 2014 11:26:00 -0000 1.2
63 +++ pyx-0.13.ebuild 2 Jul 2014 13:48:27 -0000 1.3
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2014 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v 1.2 2014/06/29 11:26:00 idella4 Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v 1.3 2014/07/02 13:48:27 idella4 Exp $
69
70 EAPI=5
71 PYTHON_COMPAT=( python3_3 )
72 @@ -18,10 +18,12 @@
73 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
74 IUSE="doc"
75
76 -RDEPEND="virtual/tex-base"
77 +RDEPEND="virtual/tex-base
78 + dev-texlive/texlive-basic"
79 +
80 DEPEND="${RDEPEND}
81 doc? ( virtual/latex-base
82 - dev-python/sphinx[latex,${PYTHON_USEDEP}] )"
83 + dev-python/sphinx[latex,${PYTHON_USEDEP}] )"
84
85 S="${WORKDIR}/${MY_P}"
86
87
88
89
90 1.41 dev-python/pyx/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?rev=1.41&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?rev=1.41&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?r1=1.40&r2=1.41
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v
99 retrieving revision 1.40
100 retrieving revision 1.41
101 diff -u -r1.40 -r1.41
102 --- ChangeLog 29 Jun 2014 11:26:01 -0000 1.40
103 +++ ChangeLog 2 Jul 2014 13:48:27 -0000 1.41
104 @@ -1,6 +1,10 @@
105 # ChangeLog for dev-python/pyx
106 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.40 2014/06/29 11:26:01 idella4 Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.41 2014/07/02 13:48:27 idella4 Exp $
109 +
110 + 02 Jul 2014; Ian Delaney <idella4@g.o> pyx-0.12.1-r1.ebuild,
111 + pyx-0.13.ebuild:
112 + add missing rdep texlive-basic, patch by fau, fixes Bug #516004 also by fau
113
114 29 Jun 2014; Ian Delaney <idella4@g.o> pyx-0.12.1-r1.ebuild,
115 pyx-0.13.ebuild: