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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34CAB158086 for ; Sun, 14 Nov 2021 05:25:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 423E2E09EC; Sun, 14 Nov 2021 05:25:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58A87E09EC for ; Sun, 14 Nov 2021 05:25:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1776333BED4 for ; Sun, 14 Nov 2021 05:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D18FE1A2 for ; Sun, 14 Nov 2021 05:25:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636867471.a35a8d18a245de438825c68aeeab5b44375e8abe.sam@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-2.0.0.ebuild dev-util/mdds/mdds-9999.ebuild X-VCS-Directories: dev-util/mdds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a35a8d18a245de438825c68aeeab5b44375e8abe X-VCS-Branch: master Date: Sun, 14 Nov 2021 05:25: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 50f592fc-32f2-4531-aed6-7c39af3fd1b4 X-Archives-Hash: 06ca2136e681d1f33394abaaf76c860c commit: a35a8d18a245de438825c68aeeab5b44375e8abe Author: James Beddek posteo de> AuthorDate: Sun Oct 31 02:36:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 14 05:24:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35a8d18 dev-util/mdds: add 2.0.0 Signed-off-by: James Beddek posteo.de> Signed-off-by: Sam James gentoo.org> dev-util/mdds/Manifest | 1 + dev-util/mdds/{mdds-9999.ebuild => mdds-2.0.0.ebuild} | 11 ++++++----- dev-util/mdds/mdds-9999.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest index bbcf1672121a..bd6171d8e4f7 100644 --- a/dev-util/mdds/Manifest +++ b/dev-util/mdds/Manifest @@ -1 +1,2 @@ DIST mdds-1.7.0.tar.xz 313220 BLAKE2B 02ab09ad1338223da2911c05fc8d67c9d0d5414d1dcedac066dc95a2b0853f3801347c9791a5fc5700d666933be78efc52f735453769f9f2123ce06eca1fa67f SHA512 ac2bfe5186d499a79f4379c1dc7cc869bbbd9a59d4943399409dd4dd1ef7e3567a993deda5d5a06ad67dbd94b0a534439805837f2f405c5aca0aeb197178291a +DIST mdds-2.0.0.tar.xz 409984 BLAKE2B 39c8e6946f53d0cb51d1ce9b47c036eae78b0c276e50718f1837836caab3ffa341d8df3908ca332dec3549eb9541a50c1870b17f70b29c46162ff8a721cb10b2 SHA512 bc6b7629d69cb8a685c611e371c998579eea66ac006cfe3d7a39d216714767093832cc0978d1bfb73912c7f200921a44c477dadd311cd6e28586af55ae678f14 diff --git a/dev-util/mdds/mdds-9999.ebuild b/dev-util/mdds/mdds-2.0.0.ebuild similarity index 80% copy from dev-util/mdds/mdds-9999.ebuild copy to dev-util/mdds/mdds-2.0.0.ebuild index 37a5d8728339..58f1c940cdf9 100644 --- a/dev-util/mdds/mdds-9999.ebuild +++ b/dev-util/mdds/mdds-2.0.0.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -if [[ ${PV} == *9999 ]]; then +if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git" inherit git-r3 else SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + # Unkeyworded while libreoffice has no release making use of this slot + # KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi inherit autotools toolchain-funcs @@ -16,7 +17,7 @@ DESCRIPTION="Collection of multi-dimensional data structure and indexing algorit HOMEPAGE="https://gitlab.com/mdds/mdds" LICENSE="MIT" -SLOT="1/${PV%.*}" # Check API version on version bumps! +SLOT="1/2.0" # Check API version on version bumps! IUSE="doc openmp valgrind test" RESTRICT="!test? ( test )" diff --git a/dev-util/mdds/mdds-9999.ebuild b/dev-util/mdds/mdds-9999.ebuild index 37a5d8728339..dc57a4506ee2 100644 --- a/dev-util/mdds/mdds-9999.ebuild +++ b/dev-util/mdds/mdds-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -if [[ ${PV} == *9999 ]]; then +if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git" inherit git-r3 else