commit:     a73d133d9c00e1950756d6f4959c6f02c50d7c2f
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 19:08:51 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 19:09:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73d133d

dev-libs/boost-numpy: drop obsolete snapshot ebuild

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                      |  1 -
 .../boost-numpy/boost-numpy-0_pre20131206.ebuild   | 34 ----------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-libs/boost-numpy/Manifest b/dev-libs/boost-numpy/Manifest
deleted file mode 100644
index 48dadf8..0000000
--- a/dev-libs/boost-numpy/Manifest
+++ /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
index 3a493ba..0000000
--- a/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild
+++ /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
-}

Reply via email to