dev-util/mdds: Drop old

Package-Manager: Portage-2.3.14, Repoman-2.3.6
This commit is contained in:
Andreas Sturmlechner
2017-11-20 00:25:29 +01:00
parent 3bdab38c3b
commit 6f1df3a441
2 changed files with 0 additions and 45 deletions

View File

@@ -1,3 +1,2 @@
DIST mdds-1.2.2.tar.bz2 286185 SHA256 141e730b39110434b02cd844c5ad3442103f7c35f7e9a4d6a9f8af813594cc9d SHA512 552cb1b65c03cd18eb679c95821e47c1151e1b3015043de4b3a7bc14d27734772fa4d80fd90ab48998d0bc75385a3d29c4dd7ce826cf84b012685573c623bf01 WHIRLPOOL f0b24a886ad6b275267603b73a95c3b83ce14808f90daa0e680babec966a52de19349ac0991d76b9279818897f783d1768ece74f5f1be1157fa8bff94e5e8a5a
DIST mdds-1.2.3.tar.bz2 287079 SHA256 402fec18256f95b89517d54d85f00bce1faa6e517cb3d7c98a720fddd063354f SHA512 e5935fd99a53df124532cfc8e46349b2ef9ca79f5f184ca2da941c9a77e66ee40e11478e520bf9cb62e1bcea4b69deab5088265e1b89fda04417130aab227c3d WHIRLPOOL 88e154f3e1141d09736a8a9d5b4adf3612cea95a82773f59053d8e83f7fec3a0c292f5453df92627f31ac7e12b2f702dc281c959e7f219de91f2a1acc15cc7b4
DIST mdds-1.3.1.tar.bz2 287612 SHA256 dcb8cd2425567a5a5ec164afea475bce57784bca3e352ad4cbdd3d1a7e08e5a1 SHA512 c7ed422c8e0bfb00debd43a12638efc6706d25f9aee0b7cfc15dc711693c4d555e262ae47ff00797c9601c12c0a7eced0f753b263b5f61623470f842814970a8 WHIRLPOOL 3ac7d8b74ee05e68816c4437f7bc25bd306a07cf6f570340c8ce96ff3ec7c232fa3403aa27af49af835f0dd760c4c68cd1c3a5cd27611282ec8ce96260a6bb20

View File

@@ -1,44 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git"
[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
inherit toolchain-funcs ${GITECLASS}
DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm"
HOMEPAGE="https://gitlab.com/mdds/mdds"
[[ ${PV} == 9999 ]] || SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2"
LICENSE="MIT"
SLOT="1/${PV%.*}"
IUSE="valgrind"
[[ ${PV} == 9999 ]] || \
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
RDEPEND="dev-libs/boost:="
DEPEND="${RDEPEND}"
DOCS=() # buildsystem installs docs
src_prepare(){
default
[[ ${PV} == 9999 ]] && eautoreconf
}
src_configure() {
# docs require dev-python/breathe etc., bug #602026
econf \
--disable-docs \
$(use_enable valgrind memory_tests)
}
src_compile() { :; }
src_test() {
tc-export CXX
default
}