Gentoo Archives: gentoo-commits

From: "Benda XU (heroxbd)" <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost-numpy: metadata.xml boost-numpy-9999.ebuild boost-numpy-0_pre20131206.ebuild ChangeLog
Date: Fri, 06 Dec 2013 13:06:20
Message-Id: 20131206130615.C66522004B@flycatcher.gentoo.org
1 heroxbd 13/12/06 13:06:15
2
3 Added: metadata.xml boost-numpy-9999.ebuild
4 boost-numpy-0_pre20131206.ebuild ChangeLog
5 Log:
6 initial inclusion
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.1 dev-libs/boost-numpy/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <maintainer>
22 <email>heroxbd@g.o</email>
23 <name>Benda Xu</name>
24 <description>an extension for Boost.Python that adds NumPy support</description>
25 </maintainer>
26 <longdescription>It is intended as a replacement for the old numeric support in Boost.Python proper, which is now out-of-date and does not support C/C++ pointer access to the data.</longdescription>
27 </pkgmetadata>
28
29
30
31 1.1 dev-libs/boost-numpy/boost-numpy-9999.ebuild
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild?rev=1.1&content-type=text/plain
35
36 Index: boost-numpy-9999.ebuild
37 ===================================================================
38 # Copyright 1999-2013 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild,v 1.1 2013/12/06 13:06:15 heroxbd Exp $
41
42 EAPI=5
43
44 inherit cmake-multilib
45
46 DESCRIPTION="Boost.Python interface for NumPy"
47 HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
48 if [ ${PV} == 9999 ]; then
49 inherit git-2
50 EGIT_REPO_URI="git://github.com/ndarray/Boost.NumPy.git \
51 https://github.com/ndarray/Boost.NumPy.git"
52 else
53 SRC_URI="http://dev.gentoo.org/~heroxbd/${P}.tar.xz"
54 fi
55
56 LICENSE="Boost-1.0"
57 SLOT=0
58 IUSE="doc examples"
59 KEYWORDS=""
60
61 CDEPEND="dev-python/numpy
62 dev-libs/boost"
63 DEPEND="${CDEPEND}"
64 RDEPEND="${CDEPEND}"
65
66 src_install() {
67 cmake-multilib_src_install
68
69 use doc && dodoc -r libs/numpy/doc/*
70 use examples && dodoc -r libs/numpy/example
71 }
72
73
74
75 1.1 dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild?rev=1.1&content-type=text/plain
79
80 Index: boost-numpy-0_pre20131206.ebuild
81 ===================================================================
82 # Copyright 1999-2013 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $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 $
85
86 EAPI=5
87
88 inherit cmake-multilib
89
90 DESCRIPTION="Boost.Python interface for NumPy"
91 HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
92 if [ ${PV} == 9999 ]; then
93 inherit git-2
94 EGIT_REPO_URI="git://github.com/ndarray/Boost.NumPy.git \
95 https://github.com/ndarray/Boost.NumPy.git"
96 else
97 SRC_URI="http://dev.gentoo.org/~heroxbd/${P}.tar.xz"
98 fi
99
100 LICENSE="Boost-1.0"
101 SLOT=0
102 IUSE="doc examples"
103 KEYWORDS="~amd64"
104
105 CDEPEND="dev-python/numpy
106 dev-libs/boost"
107 DEPEND="${CDEPEND}"
108 RDEPEND="${CDEPEND}"
109
110 src_install() {
111 cmake-multilib_src_install
112
113 use doc && dodoc -r libs/numpy/doc/*
114 use examples && dodoc -r libs/numpy/example
115 }
116
117
118
119 1.1 dev-libs/boost-numpy/ChangeLog
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/ChangeLog?rev=1.1&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/ChangeLog?rev=1.1&content-type=text/plain
123
124 Index: ChangeLog
125 ===================================================================
126 # ChangeLog for dev-libs/boost-numpy
127 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
128 # $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/ChangeLog,v 1.1 2013/12/06 13:06:15 heroxbd Exp $
129
130 *boost-numpy-0_pre20131206 (06 Dec 2013)
131 *boost-numpy-9999 (06 Dec 2013)
132
133 06 Dec 2013; Benda Xu <heroxbd@g.o> +boost-numpy-0_pre20131206.ebuild,
134 +boost-numpy-9999.ebuild, +metadata.xml:
135 initial inclusion