commit:     a563140dedcaa1a001b275b9ecbef78856325533
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 12:41:13 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 12:41:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a563140d

dev-libs/boost-numpy: Remove last-rited package

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/boost-numpy/boost-numpy-9999.ebuild | 48 ----------------------------
 dev-libs/boost-numpy/metadata.xml            | 12 -------
 profiles/package.mask                        |  6 ----
 3 files changed, 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 d7c8b5b6a0d..00000000000
--- 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 fd7a2927257..00000000000
--- 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>[email protected]</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 275a936d331..5ca004527f5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -289,12 +289,6 @@ dev-util/kelbt
 # Removal in 30 days
 dev-util/idutils
 
-# David Seifert <[email protected]> (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 <[email protected]> (2019-12-10)
 # Abandoned upstream, broken ncurses linking, last release 8 years ago.
 # Bug #677742, #696228. Removal in 30 days.

Reply via email to