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: Sun, 05 Jan 2020 15:18:07
Message-Id: 1578237478.fc87c0d801141d62dea219f42a68ee982e90734e.mgorny@gentoo
1 commit: fc87c0d801141d62dea219f42a68ee982e90734e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 15:08:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 15:17:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc87c0d8
7
8 x11-misc/sw-notify-send: Bump to EAPI 7
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 | 4 ++--
13 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 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
17 index 67c06dc2d15..89f5d2ea4b6 100644
18 --- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
19 +++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 MY_P=tinynotify-send-${PV}
29 DESCRIPTION="A system-wide variant of tinynotify-send"
30
31 diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
32 index c0ac15bb55e..a7650200395 100644
33 --- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
34 +++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
35 @@ -1,7 +1,7 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 +# Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI=5
41 +EAPI=7
42
43 EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git"
44 inherit autotools git-r3