mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-util/mdds: Drop old
Package-Manager: portage-2.2.28
This commit is contained in:
committed by
Andreas K. Hüttel
parent
5e503dc1bc
commit
dff324f864
@@ -1,3 +1,2 @@
|
||||
DIST mdds-1.2.0.tar.bz2 284962 SHA256 f44fd0635de94c7d490f9a65f74b5e55860d7bdd507951428294f9690fda45b6 SHA512 433787dcb406cdce9025f32b93d8a9bec6cacf84292d05aaa32df0cb06926cf1b804a19a42c133e152e64688b4f0bff0b20818ca6571de6a5cdee0d2d0055bdd WHIRLPOOL 9767a5165b63fbf971d050cb3f0dafa2e6f286b4561274a14872fe19824705bf3e4b173e3bc404f064b94dad9db0bbe8275dfba083ea6c8e1cb4a11ba0d1b69e
|
||||
DIST mdds-1.2.2.tar.bz2 286185 SHA256 141e730b39110434b02cd844c5ad3442103f7c35f7e9a4d6a9f8af813594cc9d SHA512 552cb1b65c03cd18eb679c95821e47c1151e1b3015043de4b3a7bc14d27734772fa4d80fd90ab48998d0bc75385a3d29c4dd7ce826cf84b012685573c623bf01 WHIRLPOOL f0b24a886ad6b275267603b73a95c3b83ce14808f90daa0e680babec966a52de19349ac0991d76b9279818897f783d1768ece74f5f1be1157fa8bff94e5e8a5a
|
||||
DIST mdds_0.12.1.tar.bz2 153265 SHA256 23565e9d7810a6ac30478833813db847f80e927b414a7be07b7cc03ed3aae83d SHA512 852f58e1f3c18aef78646c2bd6b34dc544fc06cba7ef6bda2a44fd5e681bf47bbf7389505061ddd81797b0bdf343e55f060397a1ccc582c73990bc74d36575a6 WHIRLPOOL d4f144e59806310c6a719600b88b4a0d9816d94dd48298458f459bc696b97ab4e82152ac7e4d9dcb3e8aa66a5fd67377c82c6bb161bf93135e0c6b73d01fb02e
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git"
|
||||
[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
|
||||
|
||||
inherit eutils toolchain-funcs ${GITECLASS}
|
||||
|
||||
DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm"
|
||||
HOMEPAGE="https://gitlab.com/mdds/mdds"
|
||||
[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/${PN}/src/${P}.tar.bz2"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="1/${PV%.*}"
|
||||
IUSE="doc valgrind"
|
||||
|
||||
[[ ${PV} == 9999 ]] || \
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
RDEPEND="dev-libs/boost:="
|
||||
DEPEND="${RDEPEND}
|
||||
doc? (
|
||||
app-doc/doxygen
|
||||
dev-python/sphinx
|
||||
)
|
||||
"
|
||||
|
||||
DOCS=() # buildsystem installs docs
|
||||
|
||||
src_prepare(){
|
||||
eapply_user
|
||||
[[ ${PV} == 9999 ]] && eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable doc docs) \
|
||||
$(use_enable valgrind memory_tests)
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_test() {
|
||||
tc-export CXX
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user