diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2016-06-01 22:08:51 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2016-06-01 22:09:10 +0300 |
commit | a73d133d9c00e1950756d6f4959c6f02c50d7c2f (patch) | |
tree | 359ce40eb65745f2596fafd42b0d4e1d893f90b2 /dev-libs/boost-numpy | |
parent | net-misc/iputils: update traceroute blocker after package move #584362 (diff) | |
download | gentoo-a73d133d9c00e1950756d6f4959c6f02c50d7c2f.tar.gz gentoo-a73d133d9c00e1950756d6f4959c6f02c50d7c2f.tar.bz2 gentoo-a73d133d9c00e1950756d6f4959c6f02c50d7c2f.zip |
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
Diffstat (limited to 'dev-libs/boost-numpy')
-rw-r--r-- | dev-libs/boost-numpy/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/boost-numpy/Manifest b/dev-libs/boost-numpy/Manifest deleted file mode 100644 index 48dadf84720a..000000000000 --- 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 3a493baac3c5..000000000000 --- 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 -} |