Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-notify-send/
Date: Wed, 28 Apr 2021 19:42:06
Message-Id: 1619638855.e303b838b67a11fdc91d1c24fe9e56f3bffbf4c2.floppym@gentoo
1 commit: e303b838b67a11fdc91d1c24fe9e56f3bffbf4c2
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 25 21:41:51 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 19:40:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e303b838
7
8 app-eselect/eselect-notify-send: EAPI 7
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 .../eselect-notify-send/eselect-notify-send-0.1.ebuild | 12 +++++-------
15 1 file changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild b/app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild
18 index dddb44384f9..ab97b16a616 100644
19 --- a/app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild
20 +++ b/app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild
21 @@ -1,24 +1,22 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 DESCRIPTION="Manage /usr/bin/notify-send symlink"
29 HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
30 -SRC_URI=""
31
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
35 -IUSE=""
36
37 -RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1
38 +RDEPEND="app-admin/eselect
39 + >=app-eselect/eselect-lib-bin-symlink-0.1.1
40 !<x11-libs/libnotify-0.7.5-r1"
41 -DEPEND=${RDEPEND}
42
43 -S=${FILESDIR}
44 +S="${WORKDIR}"
45
46 src_install() {
47 insinto /usr/share/eselect/modules
48 - newins notify-send.eselect-${PV} notify-send.eselect
49 + newins "${FILESDIR}"/notify-send.eselect-${PV} notify-send.eselect
50 }