Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sw-notify-send/
Date: Wed, 01 Mar 2023 09:40:41
Message-Id: 1677663626.197656e14d21f452c66ac506b9235d016b3ab9f3.mgorny@gentoo
1 commit: 197656e14d21f452c66ac506b9235d016b3ab9f3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 09:39:00 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 09:40:26 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197656e1
7
8 x11-misc/sw-notify-send: Bump to EAPI 8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 18 ++++++++++++------
13 1 file changed, 12 insertions(+), 6 deletions(-)
14
15 diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
16 index f5e00f7c2a44..d2711a3030c0 100644
17 --- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
18 +++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
19 @@ -1,26 +1,32 @@
20 # Copyright 1999-2023 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 MY_P=tinynotify-send-${PV}
27 DESCRIPTION="A system-wide variant of tinynotify-send"
28 HOMEPAGE="https://github.com/projg2/tinynotify-send/"
29 SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
30 +S=${WORKDIR}/${MY_P}
31
32 LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 -RDEPEND="x11-libs/libtinynotify:0=
38 +DEPEND="
39 + x11-libs/libtinynotify:0=
40 ~x11-libs/libtinynotify-cli-${PV}
41 - x11-libs/libtinynotify-systemwide:0="
42 -DEPEND="${RDEPEND}
43 - virtual/pkgconfig"
44 + x11-libs/libtinynotify-systemwide:0=
45 +"
46 +RDEPEND="
47 + ${DEPEND}
48 +"
49 +BDEPEND="
50 + virtual/pkgconfig
51 +"
52
53 DOCS=( README )
54 -S=${WORKDIR}/${MY_P}
55
56 src_configure() {
57 local myconf=(