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 85518158087 for ; Thu, 13 Jan 2022 16:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCF192BC03A; Thu, 13 Jan 2022 16:02:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B3C712BC03A for ; Thu, 13 Jan 2022 16:02:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A017234309C for ; Thu, 13 Jan 2022 16:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02558288 for ; Thu, 13 Jan 2022 16:02:05 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1642089719.94df59705e28a6c8f6355103d279a42811e44d85.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mmtf-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mmtf-cpp/mmtf-cpp-1.0.0-r1.ebuild dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild X-VCS-Directories: dev-libs/mmtf-cpp/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 94df59705e28a6c8f6355103d279a42811e44d85 X-VCS-Branch: master Date: Thu, 13 Jan 2022 16:02:05 +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: 13d2b0e9-f89d-4883-a38f-4060aa242b33 X-Archives-Hash: c7d5934b991ad4a85d6b334a079d3e29 commit: 94df59705e28a6c8f6355103d279a42811e44d85 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jan 13 16:01:59 2022 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jan 13 16:01:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94df5970 dev-libs/mmtf-cpp: Fix QA Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Shvetsov gentoo.org> .../mmtf-cpp/{mmtf-cpp-1.0.0.ebuild => mmtf-cpp-1.0.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild b/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0-r1.ebuild similarity index 86% rename from dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild rename to dev-libs/mmtf-cpp/mmtf-cpp-1.0.0-r1.ebuild index 0fa3e97566a2..c31d0595eb2f 100644 --- a/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild +++ b/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake-utils +inherit cmake DESCRIPTION="The pure C++ implementation of the MMTF API, decoder and encoder" HOMEPAGE="https://github.com/rcsb/mmtf-cpp"