Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/apidb/
Date: Thu, 01 Apr 2021 07:50:34
Message-Id: 1617263416.8aca34a8684b4e6be9d6e0121ca48ecf15c7a7a3.andrewammerlaan@gentoo
1 commit: 8aca34a8684b4e6be9d6e0121ca48ecf15c7a7a3
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Apr 1 07:50:16 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Thu Apr 1 07:50:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8aca34a8
7
8 app-misc/apidb: fix MisplacedEclassVar
9
10 these vars should be set before inheriting cmake
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
14
15 app-misc/apidb/apidb-5.0.0_alpha19.ebuild | 6 +++---
16 app-misc/apidb/apidb-5.0.0_alpha20.ebuild | 6 +++---
17 app-misc/apidb/apidb-5.0.0_alpha8.ebuild | 6 +++---
18 app-misc/apidb/apidb-5.8.0_beta.ebuild | 4 ++--
19 4 files changed, 11 insertions(+), 11 deletions(-)
20
21 diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
22 index 0cced2bc3..cc4036ba4 100644
23 --- a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
24 +++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
25 @@ -1,14 +1,14 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31
32 -inherit cmake
33 -
34 CMAKE_MAKEFILE_GENERATOR="emake"
35 CMAKE_BINARY=cmake
36 CMAKE_MAKEFILE_GENERATOR=emake
37
38 +inherit cmake
39 +
40 MYPV="${PV/_alpha19/-alpha19}"
41 MYPN="${PN}"
42 MYP="${MYPN}-${MYPV}"
43
44 diff --git a/app-misc/apidb/apidb-5.0.0_alpha20.ebuild b/app-misc/apidb/apidb-5.0.0_alpha20.ebuild
45 index 4267a06c0..b5a66447c 100644
46 --- a/app-misc/apidb/apidb-5.0.0_alpha20.ebuild
47 +++ b/app-misc/apidb/apidb-5.0.0_alpha20.ebuild
48 @@ -1,14 +1,14 @@
49 -# Copyright 1999-2020 Gentoo Authors
50 +# Copyright 1999-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54
55 -inherit cmake
56 -
57 CMAKE_MAKEFILE_GENERATOR="emake"
58 CMAKE_BINARY=cmake
59 CMAKE_MAKEFILE_GENERATOR=emake
60
61 +inherit cmake
62 +
63 MYPV="${PV/_alpha20/-alpha20}"
64 MYPN="${PN}"
65 MYP="${MYPN}-${MYPV}"
66
67 diff --git a/app-misc/apidb/apidb-5.0.0_alpha8.ebuild b/app-misc/apidb/apidb-5.0.0_alpha8.ebuild
68 index 7aa63d033..eb22524ec 100644
69 --- a/app-misc/apidb/apidb-5.0.0_alpha8.ebuild
70 +++ b/app-misc/apidb/apidb-5.0.0_alpha8.ebuild
71 @@ -1,14 +1,14 @@
72 -# Copyright 1999-2020 Gentoo Authors
73 +# Copyright 1999-2021 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=7
77
78 -inherit cmake
79 -
80 CMAKE_MAKEFILE_GENERATOR="emake"
81 CMAKE_BINARY=cmake
82 CMAKE_MAKEFILE_GENERATOR=emake
83
84 +inherit cmake
85 +
86 MYPV="${PV/_alpha8/-alpha8}"
87 MYPN="${PN}"
88 MYP="${MYPN}-${MYPV}"
89
90 diff --git a/app-misc/apidb/apidb-5.8.0_beta.ebuild b/app-misc/apidb/apidb-5.8.0_beta.ebuild
91 index 0f8bca675..a865134d4 100644
92 --- a/app-misc/apidb/apidb-5.8.0_beta.ebuild
93 +++ b/app-misc/apidb/apidb-5.8.0_beta.ebuild
94 @@ -3,12 +3,12 @@
95
96 EAPI=7
97
98 -inherit cmake
99 -
100 CMAKE_MAKEFILE_GENERATOR="emake"
101 CMAKE_BINARY=cmake
102 CMAKE_MAKEFILE_GENERATOR=emake
103
104 +inherit cmake
105 +
106 MYPV="${PV/_beta/-beta}"
107 MYPN="${PN}"
108 MYP="${MYPN}-${MYPV}"