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 676AE1382C5 for ; Thu, 1 Apr 2021 07:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B85C2E0AED; Thu, 1 Apr 2021 07:50:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9BD0FE0AED for ; Thu, 1 Apr 2021 07:50:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1B77D335C38 for ; Thu, 1 Apr 2021 07:50:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EA005CF for ; Thu, 1 Apr 2021 07:50:30 +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: <1617263416.8aca34a8684b4e6be9d6e0121ca48ecf15c7a7a3.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/apidb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/apidb/apidb-5.0.0_alpha19.ebuild app-misc/apidb/apidb-5.0.0_alpha20.ebuild app-misc/apidb/apidb-5.0.0_alpha8.ebuild app-misc/apidb/apidb-5.8.0_beta.ebuild X-VCS-Directories: app-misc/apidb/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8aca34a8684b4e6be9d6e0121ca48ecf15c7a7a3 X-VCS-Branch: dev Date: Thu, 1 Apr 2021 07:50:30 +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: b8d15eee-8d92-4d5c-974c-a68d192c676b X-Archives-Hash: f8f28eb29058c0658e8d8adc504c9485 commit: 8aca34a8684b4e6be9d6e0121ca48ecf15c7a7a3 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 1 07:50:16 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 1 07:50:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8aca34a8 app-misc/apidb: fix MisplacedEclassVar these vars should be set before inheriting cmake Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> app-misc/apidb/apidb-5.0.0_alpha19.ebuild | 6 +++--- app-misc/apidb/apidb-5.0.0_alpha20.ebuild | 6 +++--- app-misc/apidb/apidb-5.0.0_alpha8.ebuild | 6 +++--- app-misc/apidb/apidb-5.8.0_beta.ebuild | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild index 0cced2bc3..cc4036ba4 100644 --- a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild +++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake - CMAKE_MAKEFILE_GENERATOR="emake" CMAKE_BINARY=cmake CMAKE_MAKEFILE_GENERATOR=emake +inherit cmake + MYPV="${PV/_alpha19/-alpha19}" MYPN="${PN}" MYP="${MYPN}-${MYPV}" diff --git a/app-misc/apidb/apidb-5.0.0_alpha20.ebuild b/app-misc/apidb/apidb-5.0.0_alpha20.ebuild index 4267a06c0..b5a66447c 100644 --- a/app-misc/apidb/apidb-5.0.0_alpha20.ebuild +++ b/app-misc/apidb/apidb-5.0.0_alpha20.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake - CMAKE_MAKEFILE_GENERATOR="emake" CMAKE_BINARY=cmake CMAKE_MAKEFILE_GENERATOR=emake +inherit cmake + MYPV="${PV/_alpha20/-alpha20}" MYPN="${PN}" MYP="${MYPN}-${MYPV}" diff --git a/app-misc/apidb/apidb-5.0.0_alpha8.ebuild b/app-misc/apidb/apidb-5.0.0_alpha8.ebuild index 7aa63d033..eb22524ec 100644 --- a/app-misc/apidb/apidb-5.0.0_alpha8.ebuild +++ b/app-misc/apidb/apidb-5.0.0_alpha8.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake - CMAKE_MAKEFILE_GENERATOR="emake" CMAKE_BINARY=cmake CMAKE_MAKEFILE_GENERATOR=emake +inherit cmake + MYPV="${PV/_alpha8/-alpha8}" MYPN="${PN}" MYP="${MYPN}-${MYPV}" diff --git a/app-misc/apidb/apidb-5.8.0_beta.ebuild b/app-misc/apidb/apidb-5.8.0_beta.ebuild index 0f8bca675..a865134d4 100644 --- a/app-misc/apidb/apidb-5.8.0_beta.ebuild +++ b/app-misc/apidb/apidb-5.8.0_beta.ebuild @@ -3,12 +3,12 @@ EAPI=7 -inherit cmake - CMAKE_MAKEFILE_GENERATOR="emake" CMAKE_BINARY=cmake CMAKE_MAKEFILE_GENERATOR=emake +inherit cmake + MYPV="${PV/_beta/-beta}" MYPN="${PN}" MYP="${MYPN}-${MYPV}" 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 EF2411382C5 for ; Thu, 1 Apr 2021 07:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26F28E0AF7; Thu, 1 Apr 2021 07:50:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 101EDE0AF7 for ; Thu, 1 Apr 2021 07:50:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C1103335DB8 for ; Thu, 1 Apr 2021 07:50:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A43AC3 for ; Thu, 1 Apr 2021 07:50:34 +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: <1617263416.8aca34a8684b4e6be9d6e0121ca48ecf15c7a7a3.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/apidb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/apidb/apidb-5.0.0_alpha19.ebuild app-misc/apidb/apidb-5.0.0_alpha20.ebuild app-misc/apidb/apidb-5.0.0_alpha8.ebuild app-misc/apidb/apidb-5.8.0_beta.ebuild X-VCS-Directories: app-misc/apidb/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8aca34a8684b4e6be9d6e0121ca48ecf15c7a7a3 X-VCS-Branch: master Date: Thu, 1 Apr 2021 07:50:34 +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: 6631e0f9-abbd-4428-a1c2-f046ad8640ce X-Archives-Hash: 202e971e15fee5ef21de2217dbf3ee2b Message-ID: <20210401075034.lbV0PYwcVxQ1hdjeVh4Pl3Q0pKnDndDrmSKAoBYCbm8@z> commit: 8aca34a8684b4e6be9d6e0121ca48ecf15c7a7a3 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 1 07:50:16 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 1 07:50:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8aca34a8 app-misc/apidb: fix MisplacedEclassVar these vars should be set before inheriting cmake Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> app-misc/apidb/apidb-5.0.0_alpha19.ebuild | 6 +++--- app-misc/apidb/apidb-5.0.0_alpha20.ebuild | 6 +++--- app-misc/apidb/apidb-5.0.0_alpha8.ebuild | 6 +++--- app-misc/apidb/apidb-5.8.0_beta.ebuild | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild index 0cced2bc3..cc4036ba4 100644 --- a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild +++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake - CMAKE_MAKEFILE_GENERATOR="emake" CMAKE_BINARY=cmake CMAKE_MAKEFILE_GENERATOR=emake +inherit cmake + MYPV="${PV/_alpha19/-alpha19}" MYPN="${PN}" MYP="${MYPN}-${MYPV}" diff --git a/app-misc/apidb/apidb-5.0.0_alpha20.ebuild b/app-misc/apidb/apidb-5.0.0_alpha20.ebuild index 4267a06c0..b5a66447c 100644 --- a/app-misc/apidb/apidb-5.0.0_alpha20.ebuild +++ b/app-misc/apidb/apidb-5.0.0_alpha20.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake - CMAKE_MAKEFILE_GENERATOR="emake" CMAKE_BINARY=cmake CMAKE_MAKEFILE_GENERATOR=emake +inherit cmake + MYPV="${PV/_alpha20/-alpha20}" MYPN="${PN}" MYP="${MYPN}-${MYPV}" diff --git a/app-misc/apidb/apidb-5.0.0_alpha8.ebuild b/app-misc/apidb/apidb-5.0.0_alpha8.ebuild index 7aa63d033..eb22524ec 100644 --- a/app-misc/apidb/apidb-5.0.0_alpha8.ebuild +++ b/app-misc/apidb/apidb-5.0.0_alpha8.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake - CMAKE_MAKEFILE_GENERATOR="emake" CMAKE_BINARY=cmake CMAKE_MAKEFILE_GENERATOR=emake +inherit cmake + MYPV="${PV/_alpha8/-alpha8}" MYPN="${PN}" MYP="${MYPN}-${MYPV}" diff --git a/app-misc/apidb/apidb-5.8.0_beta.ebuild b/app-misc/apidb/apidb-5.8.0_beta.ebuild index 0f8bca675..a865134d4 100644 --- a/app-misc/apidb/apidb-5.8.0_beta.ebuild +++ b/app-misc/apidb/apidb-5.8.0_beta.ebuild @@ -3,12 +3,12 @@ EAPI=7 -inherit cmake - CMAKE_MAKEFILE_GENERATOR="emake" CMAKE_BINARY=cmake CMAKE_MAKEFILE_GENERATOR=emake +inherit cmake + MYPV="${PV/_beta/-beta}" MYPN="${PN}" MYP="${MYPN}-${MYPV}"