dev-libs/boost-numpy: drop obsolete snapshot ebuild
authorSergey Popov <pinkbyte@gentoo.org>
Wed, 1 Jun 2016 19:08:51 +0000 (22:08 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Wed, 1 Jun 2016 19:09:10 +0000 (22:09 +0300)
Does not work anymore, more that 3 years old.
Upstream did not care to make any release

Gentoo-Bug: 575760

Package-Manager: portage-2.3.0_rc1

dev-libs/boost-numpy/Manifest [deleted file]
dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild [deleted file]

diff --git a/dev-libs/boost-numpy/Manifest b/dev-libs/boost-numpy/Manifest
deleted file mode 100644 (file)
index 48dadf8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST boost-numpy-0_pre20131206.tar.xz 53136 SHA256 113a7f71c2f62d009ba8329f05e07a76061e4f1b2392ff68a62998f7c52d62a0 SHA512 323084f58252d51c3dbbbcd49a427cd4c1adb4a9bcb68efb4c5d1b252d1baa3f66f2b7b24a7ed71c5ae0a7ebbfcf5af8033ad562206bc781f12588fb080a0448 WHIRLPOOL 5f6a8443280b2a0b325f14428ed8b7c0b7a976c2ff58adff3427c72deb8abc44c0988020ab9007f24f72c399a531ca6176f3639fa1d446bc3e137e97bf9667c6
diff --git a/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild b/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild
deleted file mode 100644 (file)
index 3a493ba..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Boost.Python interface for NumPy"
-HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
-if [ ${PV} == 9999 ]; then
-       inherit git-2
-       EGIT_REPO_URI="git://github.com/ndarray/Boost.NumPy.git \
-               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
-IUSE="doc examples"
-KEYWORDS="~amd64"
-
-CDEPEND="dev-python/numpy
-       dev-libs/boost[python]"
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}"
-
-src_install() {
-       cmake-utils_src_install
-
-       use doc && dodoc -r libs/numpy/doc/*
-       use examples && dodoc -r libs/numpy/example
-}