Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost-numpy/
Date: Wed, 01 Jun 2016 19:09:25
Message-Id: 1464808150.a73d133d9c00e1950756d6f4959c6f02c50d7c2f.pinkbyte@gentoo
1 commit: a73d133d9c00e1950756d6f4959c6f02c50d7c2f
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 19:08:51 2016 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 19:09:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73d133d
7
8 dev-libs/boost-numpy: drop obsolete snapshot ebuild
9
10 Does not work anymore, more that 3 years old.
11 Upstream did not care to make any release
12
13 Gentoo-Bug: 575760
14
15 Package-Manager: portage-2.3.0_rc1
16
17 dev-libs/boost-numpy/Manifest | 1 -
18 .../boost-numpy/boost-numpy-0_pre20131206.ebuild | 34 ----------------------
19 2 files changed, 35 deletions(-)
20
21 diff --git a/dev-libs/boost-numpy/Manifest b/dev-libs/boost-numpy/Manifest
22 deleted file mode 100644
23 index 48dadf8..0000000
24 --- a/dev-libs/boost-numpy/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST boost-numpy-0_pre20131206.tar.xz 53136 SHA256 113a7f71c2f62d009ba8329f05e07a76061e4f1b2392ff68a62998f7c52d62a0 SHA512 323084f58252d51c3dbbbcd49a427cd4c1adb4a9bcb68efb4c5d1b252d1baa3f66f2b7b24a7ed71c5ae0a7ebbfcf5af8033ad562206bc781f12588fb080a0448 WHIRLPOOL 5f6a8443280b2a0b325f14428ed8b7c0b7a976c2ff58adff3427c72deb8abc44c0988020ab9007f24f72c399a531ca6176f3639fa1d446bc3e137e97bf9667c6
28
29 diff --git a/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild b/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild
30 deleted file mode 100644
31 index 3a493ba..0000000
32 --- a/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild
33 +++ /dev/null
34 @@ -1,34 +0,0 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -
41 -inherit cmake-utils
42 -
43 -DESCRIPTION="Boost.Python interface for NumPy"
44 -HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
45 -if [ ${PV} == 9999 ]; then
46 - inherit git-2
47 - EGIT_REPO_URI="git://github.com/ndarray/Boost.NumPy.git \
48 - https://github.com/ndarray/Boost.NumPy.git"
49 -else
50 - SRC_URI="https://dev.gentoo.org/~heroxbd/${P}.tar.xz"
51 -fi
52 -
53 -LICENSE="Boost-1.0"
54 -SLOT=0
55 -IUSE="doc examples"
56 -KEYWORDS="~amd64"
57 -
58 -CDEPEND="dev-python/numpy
59 - dev-libs/boost[python]"
60 -DEPEND="${CDEPEND}"
61 -RDEPEND="${CDEPEND}"
62 -
63 -src_install() {
64 - cmake-utils_src_install
65 -
66 - use doc && dodoc -r libs/numpy/doc/*
67 - use examples && dodoc -r libs/numpy/example
68 -}