public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/
Date: Wed, 12 Sep 2018 20:56:35 +0000 (UTC)	[thread overview]
Message-ID: <1536785782.5b213e8d8b7ca23118e298b0f5af1f737a26a904.asturm@gentoo> (raw)

commit:     5b213e8d8b7ca23118e298b0f5af1f737a26a904
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 12 18:37:49 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 12 20:56:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b213e8d

dev-util/mdds: 1.4.1 version bump without keywords

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/mdds/Manifest          |  1 +
 dev-util/mdds/mdds-1.4.1.ebuild | 50 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest
index 257d6fc3b19..f5956e59e3a 100644
--- a/dev-util/mdds/Manifest
+++ b/dev-util/mdds/Manifest
@@ -1 +1,2 @@
 DIST mdds-1.3.1.tar.bz2 287612 BLAKE2B 476f15bea2ab75ba322139834badaf372026a5e0ce67d5487acc61b38321a21dd6b25efacc91dbb0ebdef274338c909b1c7ac0ff6aaedd8dd899458319d94c30 SHA512 c7ed422c8e0bfb00debd43a12638efc6706d25f9aee0b7cfc15dc711693c4d555e262ae47ff00797c9601c12c0a7eced0f753b263b5f61623470f842814970a8
+DIST mdds-1.4.1.tar.bz2 317460 BLAKE2B 7d76d56448aeb917a0c2afbf76a7f7ae83b2f03569a458f7de257a3facc22dcc9da66fbe1ce40a2f03e38488933a8a054c007374ed84b8fe1e5bd3f3f67c1a85 SHA512 3ad7cf821cd1a0a4b632c5d11cc3bd7bd6da2b14069e142e087dd81c1dfa817a961edbde1d59021a5bd4859eb252d8c461341070406b952a5b46b00eb7444384

diff --git a/dev-util/mdds/mdds-1.4.1.ebuild b/dev-util/mdds/mdds-1.4.1.ebuild
new file mode 100644
index 00000000000..f825185f165
--- /dev/null
+++ b/dev-util/mdds/mdds-1.4.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 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/${PV%.*}"
+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
+	)
+	valgrind? ( dev-util/valgrind )
+"
+
+PATCHES=( "${FILESDIR}/${P}-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
+}


             reply	other threads:[~2018-09-12 20:56 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-12 20:56 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-20 20:49 [gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/ Andreas Sturmlechner
2024-02-20  5:56 Sam James
2024-02-17  9:55 Arthur Zamarin
2024-02-12 10:31 Sam James
2024-01-27  0:48 Andreas Sturmlechner
2024-01-27  0:48 Andreas Sturmlechner
2023-08-30 23:52 Sam James
2023-05-14 17:11 Sam James
2023-02-25 10:27 Andreas Sturmlechner
2022-08-12 12:26 WANG Xuerui
2022-08-12 12:26 WANG Xuerui
2022-06-14  7:21 Agostino Sarubbo
2022-05-18 11:13 Andreas Sturmlechner
2022-05-15 10:55 Andreas Sturmlechner
2022-05-14 21:30 David Seifert
2022-04-27 21:57 Sam James
2022-04-10 10:46 Sam James
2022-03-12 15:53 Andreas Sturmlechner
2022-02-08 23:53 Andreas K. Hüttel
2021-12-29 13:46 Yixun Lan
2021-11-14  5:25 Sam James
2020-11-23  9:47 Sam James
2020-11-23  4:52 Sam James
2020-11-23  3:58 Sam James
2020-05-31 15:40 Mikle Kolyada
2020-05-28 17:09 Andreas Sturmlechner
2020-05-20 13:35 Mikle Kolyada
2020-05-19 19:36 Mikle Kolyada
2020-04-10 13:48 Andreas Sturmlechner
2020-03-16 21:29 Andreas Sturmlechner
2019-07-31 21:11 Aaron Bauman
2019-06-18 18:24 Thomas Deutschmann
2019-06-09 20:16 Mikle Kolyada
2019-03-12  7:10 Andreas Sturmlechner
2018-11-15 23:12 Andreas Sturmlechner
2018-09-16 22:34 Andreas Sturmlechner
2018-09-16 22:34 Andreas Sturmlechner
2017-12-29 23:06 Andreas Sturmlechner
2017-12-29 18:03 Mikle Kolyada
2017-12-28 19:35 Andreas Sturmlechner
2017-12-26  0:59 Thomas Deutschmann
2017-11-19 23:49 Andreas Sturmlechner
2017-11-14 14:13 Manuel Rüger
2017-11-11 21:17 Andreas Sturmlechner
2017-11-11 21:17 Andreas Sturmlechner
2017-11-10 19:20 Andreas Sturmlechner
2017-11-10 19:20 Andreas Sturmlechner
2017-11-08  8:55 Andreas Sturmlechner
2016-12-17 15:57 Andreas Hüttel
2016-12-03 23:00 Andreas Hüttel
2016-11-29 18:41 Agostino Sarubbo
2016-11-29 18:40 Agostino Sarubbo
2016-09-17 21:32 Andreas Hüttel
2016-09-17 21:32 Andreas Hüttel
2016-06-03 12:50 Lars Wendler
2016-06-03 12:50 Lars Wendler
2016-06-03 12:50 Lars Wendler
2016-02-22 17:07 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1536785782.5b213e8d8b7ca23118e298b0f5af1f737a26a904.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox