diff options
author | David Seifert <soap@gentoo.org> | 2019-12-22 13:41:13 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-22 13:41:13 +0100 |
commit | a563140dedcaa1a001b275b9ecbef78856325533 (patch) | |
tree | 9787bebde9fda559d9bdb61bdf776efbf57c3e91 | |
parent | dev-vcs/rcsi: Port to EAPI 7 (diff) | |
download | gentoo-a563140dedcaa1a001b275b9ecbef78856325533.tar.gz gentoo-a563140dedcaa1a001b275b9ecbef78856325533.tar.bz2 gentoo-a563140dedcaa1a001b275b9ecbef78856325533.zip |
dev-libs/boost-numpy: Remove last-rited package
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-libs/boost-numpy/boost-numpy-9999.ebuild | 48 | ||||
-rw-r--r-- | dev-libs/boost-numpy/metadata.xml | 12 | ||||
-rw-r--r-- | profiles/package.mask | 6 |
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-libs/boost-numpy/boost-numpy-9999.ebuild b/dev-libs/boost-numpy/boost-numpy-9999.ebuild deleted file mode 100644 index d7c8b5b6a0d6..000000000000 --- a/dev-libs/boost-numpy/boost-numpy-9999.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) - -inherit cmake-utils python-single-r1 - -DESCRIPTION="Boost.Python interface for NumPy" -HOMEPAGE="https://github.com/ndarray/Boost.NumPy" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ndarray/Boost.NumPy.git" -else - SRC_URI="https://dev.gentoo.org/~heroxbd/${P}.tar.xz" -fi - -LICENSE="Boost-1.0" -SLOT=0 -KEYWORDS="" - -IUSE="doc examples" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - dev-python/numpy[${PYTHON_USEDEP}] - <dev-libs/boost-1.70[python,${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -src_prepare() { - # Make sure that new Python ABI names are searched too - sed -i \ - -e 's/PythonLibsNew/PythonLibs/' \ - -e 's/python3/python/' \ - CMakeLists.txt || die - - cmake-utils_src_prepare -} - -src_install() { - cmake-utils_src_install - - use doc && dodoc -r libs/numpy/doc/* - use examples && dodoc -r libs/numpy/example -} diff --git a/dev-libs/boost-numpy/metadata.xml b/dev-libs/boost-numpy/metadata.xml deleted file mode 100644 index fd7a29272578..000000000000 --- a/dev-libs/boost-numpy/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>heroxbd@gentoo.org</email> - <name>Benda Xu</name> - </maintainer> - <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> - <upstream> - <remote-id type="github">ndarray/Boost.NumPy</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 275a936d3316..5ca004527f5f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -290,12 +290,6 @@ dev-util/kelbt dev-util/idutils # David Seifert <soap@gentoo.org> (2019-12-10) -# Never keyworded, only worked with specific versions of boost that are -# gone, integrated into boost as dev-libs/boost[python,numpy] nowadays. -# Removal in 7 days. -dev-libs/boost-numpy - -# David Seifert <soap@gentoo.org> (2019-12-10) # Abandoned upstream, broken ncurses linking, last release 8 years ago. # Bug #677742, #696228. Removal in 30 days. media-sound/vitunes |