From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0F451398F4 for ; Fri, 29 Dec 2017 23:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BED0FE0E77; Fri, 29 Dec 2017 23:06:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0B62E0E77 for ; Fri, 29 Dec 2017 23:06:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19F1B341236 for ; Fri, 29 Dec 2017 23:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60D9CAFCE for ; Fri, 29 Dec 2017 23:06:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1514588696.4f56166a3ac3ac45adb1df590a3b4e3bddd28b3c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/mdds/Manifest dev-util/mdds/mdds-1.2.3.ebuild X-VCS-Directories: dev-util/mdds/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4f56166a3ac3ac45adb1df590a3b4e3bddd28b3c X-VCS-Branch: master Date: Fri, 29 Dec 2017 23:06:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5b4b34ae-c00e-4443-a007-b60fd554c722 X-Archives-Hash: 6bc4eedba12416fd9ca35b77f2928395 commit: 4f56166a3ac3ac45adb1df590a3b4e3bddd28b3c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 29 22:39:32 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 29 23:04:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f56166a dev-util/mdds: Drop 1.2.3 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/mdds/Manifest | 1 - dev-util/mdds/mdds-1.2.3.ebuild | 46 ----------------------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest index 7d73d7d7861..257d6fc3b19 100644 --- a/dev-util/mdds/Manifest +++ b/dev-util/mdds/Manifest @@ -1,2 +1 @@ -DIST mdds-1.2.3.tar.bz2 287079 BLAKE2B 84f0a36dc7af566ba79c86695cc70de9b924de5a221041d3d721a93f40589a0bd19167e66e17d6811e2bcea8fa9ff2423b29b6fe13a9011ecf3de05f1bc99032 SHA512 e5935fd99a53df124532cfc8e46349b2ef9ca79f5f184ca2da941c9a77e66ee40e11478e520bf9cb62e1bcea4b69deab5088265e1b89fda04417130aab227c3d DIST mdds-1.3.1.tar.bz2 287612 BLAKE2B 476f15bea2ab75ba322139834badaf372026a5e0ce67d5487acc61b38321a21dd6b25efacc91dbb0ebdef274338c909b1c7ac0ff6aaedd8dd899458319d94c30 SHA512 c7ed422c8e0bfb00debd43a12638efc6706d25f9aee0b7cfc15dc711693c4d555e262ae47ff00797c9601c12c0a7eced0f753b263b5f61623470f842814970a8 diff --git a/dev-util/mdds/mdds-1.2.3.ebuild b/dev-util/mdds/mdds-1.2.3.ebuild deleted file mode 100644 index 3fdeb8d1c3e..00000000000 --- a/dev-util/mdds/mdds-1.2.3.ebuild +++ /dev/null @@ -1,46 +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" - -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="valgrind" - -[[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-libs/boost:=" -DEPEND="${RDEPEND} - valgrind? ( dev-util/valgrind ) -" - -PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" ) - -src_prepare(){ - default - 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 -}