diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-07 23:13:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-08 09:51:00 +0100 |
commit | 52787891d6c710231cef5c19e8dae95636060ee0 (patch) | |
tree | 874176f190893d34ae34609140886e678abaadc3 /dev-util/mdds | |
parent | app-text/libetonyek: 0.1.7 version bump (diff) | |
download | gentoo-52787891d6c710231cef5c19e8dae95636060ee0.tar.gz gentoo-52787891d6c710231cef5c19e8dae95636060ee0.tar.bz2 gentoo-52787891d6c710231cef5c19e8dae95636060ee0.zip |
dev-util/mdds: 1.3.0 version bump
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-util/mdds')
-rw-r--r-- | dev-util/mdds/Manifest | 1 | ||||
-rw-r--r-- | dev-util/mdds/mdds-1.3.0.ebuild | 49 | ||||
-rw-r--r-- | dev-util/mdds/mdds-9999.ebuild | 4 |
3 files changed, 52 insertions, 2 deletions
diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest index 4fdbfae649d1..0a647f59a2bb 100644 --- a/dev-util/mdds/Manifest +++ b/dev-util/mdds/Manifest @@ -1,2 +1,3 @@ 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.0.tar.bz2 287367 SHA256 00aa92a28af9f1168a8e5c38e46f311abb65ef5b113ef56078ff104b94211460 SHA512 9d2c3a69686ce3101fbdeeeb2d1e54ee62bbb26db9e67517d22d5dd13bcb2c3797c813195f81f7f970fe0be4509f55338b69730596f387f364ecbfee0bedf427 WHIRLPOOL 0019a406e81af9a2b7c0eb7a0361eb5c95eed77a4bf701eb834cf515328d5385d20603396d122405061e4dafb7e225a6140819dd21929cef778f96d6f2728e01 diff --git a/dev-util/mdds/mdds-1.3.0.ebuild b/dev-util/mdds/mdds-1.3.0.ebuild new file mode 100644 index 000000000000..5fc4896612b0 --- /dev/null +++ b/dev-util/mdds/mdds-1.3.0.ebuild @@ -0,0 +1,49 @@ +# 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" + +inherit autotools 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/1.2" +IUSE="doc valgrind" + +[[ ${PV} == 9999 ]] || \ +KEYWORDS="" +# KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="dev-libs/boost:=" +DEPEND="${RDEPEND} + doc? ( + app-doc/doxygen + dev-python/sphinx + ) +" + +PATCHES=( "${FILESDIR}/${PN}-1.2.3-buildsystem.patch" ) + +src_prepare(){ + default + eautoreconf +} + +src_configure() { + econf \ + $(use_enable doc docs) \ + $(use_enable valgrind memory_tests) +} + +src_compile() { :; } + +src_test() { + tc-export CXX + default +} diff --git a/dev-util/mdds/mdds-9999.ebuild b/dev-util/mdds/mdds-9999.ebuild index e87dc4be509d..4f81092bb113 100644 --- a/dev-util/mdds/mdds-9999.ebuild +++ b/dev-util/mdds/mdds-9999.ebuild @@ -10,14 +10,14 @@ inherit autotools 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" +[[ ${PV} == 9999 ]] || SRC_URI="https://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" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="dev-libs/boost:=" DEPEND="${RDEPEND} |