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 9A3B11392E8 for ; Sat, 24 Jul 2021 15:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFE29E0D96; Sat, 24 Jul 2021 15:58:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 989ACE0D6B for ; Sat, 24 Jul 2021 15:58:09 +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 661D7342D21 for ; Sat, 24 Jul 2021 15:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE908846 for ; Sat, 24 Jul 2021 15:58:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627140695.a555c7d0fe1013e4b18397d8d496280c70f804dd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/properties-cpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild X-VCS-Directories: dev-libs/properties-cpp/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a555c7d0fe1013e4b18397d8d496280c70f804dd X-VCS-Branch: master Date: Sat, 24 Jul 2021 15:58: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: c7a543d8-77ad-4c1d-8970-473b1a32f2bd X-Archives-Hash: b42b35efdf1e1195b896c4a585a977d0 commit: a555c7d0fe1013e4b18397d8d496280c70f804dd Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jul 24 15:31:35 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 24 15:31:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a555c7d0 dev-libs/properties-cpp: QA fixes - bump EAPI - cmake-utils --> cmake - add missing test restrict - remove whitespace - sort keywords Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> ...ties-cpp-0.0.2.ebuild => properties-cpp-0.0.2-r1.ebuild} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild b/dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild similarity index 83% rename from dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild rename to dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild index 2ebf2319c..ce77b9352 100644 --- a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild +++ b/dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 URELEASE="groovy" -inherit cmake-utils +inherit cmake # Handle version strings here so as not to use 'ubuntu-versionator' eclass # MY_PV="${PV:0:5}" @@ -17,13 +17,14 @@ SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.ori LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="doc test" -RESTRICT="mirror" +RESTRICT="!test? ( test ) mirror" DEPEND="dev-libs/boost doc? ( app-doc/doxygen ) - test? ( >=dev-cpp/gtest-1.8.1 )" + test? ( >=dev-cpp/gtest-1.8.1 ) +" S="${WORKDIR}/${MY_P}" MAKEOPTS="${MAKEOPTS} -j1" @@ -31,5 +32,5 @@ MAKEOPTS="${MAKEOPTS} -j1" src_prepare() { use !doc && truncate -s0 doc/CMakeLists.txt use !test && truncate -s0 tests/CMakeLists.txt - cmake-utils_src_prepare + cmake_src_prepare } 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 E66011392E8 for ; Sat, 24 Jul 2021 15:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BF50E0ADA; Sat, 24 Jul 2021 15:31:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 21154E0ADA for ; Sat, 24 Jul 2021 15:31:47 +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 0A9A4342CB9 for ; Sat, 24 Jul 2021 15:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61A567A3 for ; Sat, 24 Jul 2021 15:31:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627140695.a555c7d0fe1013e4b18397d8d496280c70f804dd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/properties-cpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild X-VCS-Directories: dev-libs/properties-cpp/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a555c7d0fe1013e4b18397d8d496280c70f804dd X-VCS-Branch: dev Date: Sat, 24 Jul 2021 15:31:44 +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: 940d442f-dea5-4e5d-aeac-d5d83492cd7f X-Archives-Hash: bc64634412fca9d99fcd23aac79af4f8 Message-ID: <20210724153144.NvNFXTsoiQfAfk18KYadtOogPEfBen7BzBU6xEzMcq8@z> commit: a555c7d0fe1013e4b18397d8d496280c70f804dd Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jul 24 15:31:35 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 24 15:31:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a555c7d0 dev-libs/properties-cpp: QA fixes - bump EAPI - cmake-utils --> cmake - add missing test restrict - remove whitespace - sort keywords Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> ...ties-cpp-0.0.2.ebuild => properties-cpp-0.0.2-r1.ebuild} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild b/dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild similarity index 83% rename from dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild rename to dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild index 2ebf2319c..ce77b9352 100644 --- a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild +++ b/dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 URELEASE="groovy" -inherit cmake-utils +inherit cmake # Handle version strings here so as not to use 'ubuntu-versionator' eclass # MY_PV="${PV:0:5}" @@ -17,13 +17,14 @@ SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.ori LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="doc test" -RESTRICT="mirror" +RESTRICT="!test? ( test ) mirror" DEPEND="dev-libs/boost doc? ( app-doc/doxygen ) - test? ( >=dev-cpp/gtest-1.8.1 )" + test? ( >=dev-cpp/gtest-1.8.1 ) +" S="${WORKDIR}/${MY_P}" MAKEOPTS="${MAKEOPTS} -j1" @@ -31,5 +32,5 @@ MAKEOPTS="${MAKEOPTS} -j1" src_prepare() { use !doc && truncate -s0 doc/CMakeLists.txt use !test && truncate -s0 tests/CMakeLists.txt - cmake-utils_src_prepare + cmake_src_prepare }