From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/properties-cpp/ Date: Sat, 24 Jul 2021 15:58:05 +0000 (UTC) [thread overview] Message-ID: <1627140695.a555c7d0fe1013e4b18397d8d496280c70f804dd.andrewammerlaan@gentoo> (raw) commit: a555c7d0fe1013e4b18397d8d496280c70f804dd Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Jul 24 15:31:35 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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 }
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/properties-cpp/ Date: Sat, 24 Jul 2021 15:31:44 +0000 (UTC) [thread overview] Message-ID: <1627140695.a555c7d0fe1013e4b18397d8d496280c70f804dd.andrewammerlaan@gentoo> (raw) Message-ID: <20210724153144.NvNFXTsoiQfAfk18KYadtOogPEfBen7BzBU6xEzMcq8@z> (raw) commit: a555c7d0fe1013e4b18397d8d496280c70f804dd Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Jul 24 15:31:35 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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 }
next reply other threads:[~2021-07-24 15:58 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-24 15:58 Andrew Ammerlaan [this message] 2021-07-24 15:31 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/properties-cpp/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2021-07-26 14:05 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2021-07-27 19:57 Andrew Ammerlaan 2021-07-30 9:11 Andrew Ammerlaan 2021-07-30 9:11 Andrew Ammerlaan
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=1627140695.a555c7d0fe1013e4b18397d8d496280c70f804dd.andrewammerlaan@gentoo \ --to=andrewammerlaan@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: linkBe 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