dev-libs/boost-numpy: Remove last-rited package
authorDavid Seifert <soap@gentoo.org>
Sun, 22 Dec 2019 12:41:13 +0000 (13:41 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 22 Dec 2019 12:41:13 +0000 (13:41 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
dev-libs/boost-numpy/boost-numpy-9999.ebuild [deleted file]
dev-libs/boost-numpy/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-libs/boost-numpy/boost-numpy-9999.ebuild b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
deleted file mode 100644 (file)
index d7c8b5b..0000000
+++ /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 (file)
index fd7a292..0000000
+++ /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>
index 275a936d33161b7b0886ae3144e110278e2df143..5ca004527f5fbb608e7e62b7e960c262b41d919d 100644 (file)
@@ -289,12 +289,6 @@ dev-util/kelbt
 # Removal in 30 days
 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.