Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xnots/
Date: Tue, 28 Sep 2021 09:53:19
Message-Id: 1632822586.39d70b18014100ce2783d915c77c86a338b7df4d.marecki@gentoo
1 commit: 39d70b18014100ce2783d915c77c86a338b7df4d
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 09:40:21 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 09:49:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d70b18
7
8 x11-misc/xnots: update EAPI 6 -> 8
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 x11-misc/xnots/xnots-0.2.1-r2.ebuild | 8 +++++---
13 x11-misc/xnots/xnots-9999.ebuild | 7 ++++---
14 2 files changed, 9 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-misc/xnots/xnots-0.2.1-r2.ebuild b/x11-misc/xnots/xnots-0.2.1-r2.ebuild
17 index 4037d3a8f0b..86bc3273dd5 100644
18 --- a/x11-misc/xnots/xnots-0.2.1-r2.ebuild
19 +++ b/x11-misc/xnots/xnots-0.2.1-r2.ebuild
20 @@ -1,7 +1,8 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=8
27 +
28 inherit flag-o-matic toolchain-funcs
29
30 DESCRIPTION="A desktop sticky note program for the unix geek"
31 @@ -23,9 +24,10 @@ RDEPEND="
32
33 DEPEND="
34 ${RDEPEND}
35 - virtual/pkgconfig
36 x11-base/xorg-proto
37 "
38 +BDEPEND="virtual/pkgconfig"
39 +
40 PATCHES=(
41 "${FILESDIR}"/${PN}-0.2.1-gcc6.patch
42 )
43
44 diff --git a/x11-misc/xnots/xnots-9999.ebuild b/x11-misc/xnots/xnots-9999.ebuild
45 index 3f81446e468..3f2faa519ab 100644
46 --- a/x11-misc/xnots/xnots-9999.ebuild
47 +++ b/x11-misc/xnots/xnots-9999.ebuild
48 @@ -1,7 +1,8 @@
49 -# Copyright 1999-2018 Gentoo Foundation
50 +# Copyright 1999-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 -EAPI=6
54 +EAPI=8
55 +
56 inherit flag-o-matic git-r3 toolchain-funcs
57
58 DESCRIPTION="A desktop sticky note program for the unix geek"
59 @@ -22,9 +23,9 @@ RDEPEND="
60
61 DEPEND="
62 ${RDEPEND}
63 - virtual/pkgconfig
64 x11-base/xorg-proto
65 "
66 +BDEPEND="virtual/pkgconfig"
67
68 src_prepare() {
69 default