Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost-numpy: boost-numpy-0_pre20131206.ebuild boost-numpy-9999.ebuild ChangeLog
Date: Thu, 01 May 2014 10:33:48
Message-Id: 20140501103341.BD5012004C@flycatcher.gentoo.org
1 mgorny 14/05/01 10:33:41
2
3 Modified: boost-numpy-0_pre20131206.ebuild
4 boost-numpy-9999.ebuild ChangeLog
5 Log:
6 Kill non-working multilib support since neither boost nor python supports multilib atm.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild?r1=1.1&r2=1.2
16
17 Index: boost-numpy-0_pre20131206.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- boost-numpy-0_pre20131206.ebuild 6 Dec 2013 13:06:15 -0000 1.1
24 +++ boost-numpy-0_pre20131206.ebuild 1 May 2014 10:33:41 -0000 1.2
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild,v 1.1 2013/12/06 13:06:15 heroxbd Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild,v 1.2 2014/05/01 10:33:41 mgorny Exp $
31
32 EAPI=5
33
34 -inherit cmake-multilib
35 +inherit cmake-utils
36
37 DESCRIPTION="Boost.Python interface for NumPy"
38 HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
39 @@ -27,7 +27,7 @@
40 RDEPEND="${CDEPEND}"
41
42 src_install() {
43 - cmake-multilib_src_install
44 + cmake-utils_src_install
45
46 use doc && dodoc -r libs/numpy/doc/*
47 use examples && dodoc -r libs/numpy/example
48
49
50
51 1.2 dev-libs/boost-numpy/boost-numpy-9999.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild?r1=1.1&r2=1.2
56
57 Index: boost-numpy-9999.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- boost-numpy-9999.ebuild 6 Dec 2013 13:06:15 -0000 1.1
64 +++ boost-numpy-9999.ebuild 1 May 2014 10:33:41 -0000 1.2
65 @@ -1,10 +1,10 @@
66 -# Copyright 1999-2013 Gentoo Foundation
67 +# Copyright 1999-2014 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild,v 1.1 2013/12/06 13:06:15 heroxbd Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild,v 1.2 2014/05/01 10:33:41 mgorny Exp $
71
72 EAPI=5
73
74 -inherit cmake-multilib
75 +inherit cmake-utils
76
77 DESCRIPTION="Boost.Python interface for NumPy"
78 HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
79 @@ -27,7 +27,7 @@
80 RDEPEND="${CDEPEND}"
81
82 src_install() {
83 - cmake-multilib_src_install
84 + cmake-utils_src_install
85
86 use doc && dodoc -r libs/numpy/doc/*
87 use examples && dodoc -r libs/numpy/example
88
89
90
91 1.2 dev-libs/boost-numpy/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/ChangeLog?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/ChangeLog?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/ChangeLog?r1=1.1&r2=1.2
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/ChangeLog,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- ChangeLog 6 Dec 2013 13:06:15 -0000 1.1
104 +++ ChangeLog 1 May 2014 10:33:41 -0000 1.2
105 @@ -1,6 +1,11 @@
106 # ChangeLog for dev-libs/boost-numpy
107 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/ChangeLog,v 1.1 2013/12/06 13:06:15 heroxbd Exp $
109 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
110 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/ChangeLog,v 1.2 2014/05/01 10:33:41 mgorny Exp $
111 +
112 + 01 May 2014; Michał Górny <mgorny@g.o>
113 + boost-numpy-0_pre20131206.ebuild, boost-numpy-9999.ebuild:
114 + Kill non-working multilib support since neither boost nor python supports
115 + multilib atm.
116
117 *boost-numpy-0_pre20131206 (06 Dec 2013)
118 *boost-numpy-9999 (06 Dec 2013)