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/tinynotify-send/
Date: Wed, 01 Mar 2023 09:40:40
Message-Id: 1677663624.3c64ce10b03d03f89a321bae549015b6e0cfdea2.mgorny@gentoo
1 commit: 3c64ce10b03d03f89a321bae549015b6e0cfdea2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 09:37:27 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 09:40:24 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c64ce10
7
8 x11-misc/tinynotify-send: Bump to EAPI 8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../tinynotify-send/tinynotify-send-1.2.1-r1.ebuild | 17 +++++++++++------
13 1 file changed, 11 insertions(+), 6 deletions(-)
14
15 diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
16 index cd56e8ab9bf9..7e6c1580db40 100644
17 --- a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
18 +++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2023 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=8
25
26 DESCRIPTION="A notification sending utility (using libtinynotify)"
27 HOMEPAGE="https://github.com/projg2/tinynotify-send/"
28 @@ -10,13 +10,18 @@ SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${P}/${P}.t
29 LICENSE="BSD"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 -IUSE=""
33
34 -RDEPEND="app-eselect/eselect-notify-send
35 +DEPEND="
36 x11-libs/libtinynotify:0=
37 - ~x11-libs/libtinynotify-cli-${PV}"
38 -DEPEND="${RDEPEND}
39 - virtual/pkgconfig"
40 + ~x11-libs/libtinynotify-cli-${PV}
41 +"
42 +RDEPEND="
43 + ${DEPEND}
44 + app-eselect/eselect-notify-send
45 +"
46 +BDEPEND="
47 + virtual/pkgconfig
48 +"
49
50 src_configure() {
51 local myconf=(