Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/moolticute/
Date: Tue, 29 Oct 2019 06:22:12
Message-Id: 1572329578.1598d783e5f2ad6ef73963e7d4249dbcec611ad8.juippis@gentoo
1 commit: 1598d783e5f2ad6ef73963e7d4249dbcec611ad8
2 Author: Pierre-Olivier Mercier <nemunaire <AT> nemunai <DOT> re>
3 AuthorDate: Mon Oct 28 15:33:54 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 06:12:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1598d783
7
8 app-crypt/moolticute: EAPI upgrade
9
10 Signed-off-by: Pierre-Olivier Mercier <nemunaire <AT> nemunai.re>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 app-crypt/moolticute/moolticute-9999.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-crypt/moolticute/moolticute-9999.ebuild b/app-crypt/moolticute/moolticute-9999.ebuild
17 index efd4c37a4de..08512b4847b 100644
18 --- a/app-crypt/moolticute/moolticute-9999.ebuild
19 +++ b/app-crypt/moolticute/moolticute-9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 if [[ ${PV} == 9999* ]]; then
28 EGIT_REPO_URI="https://github.com/mooltipass/moolticute.git"
29 @@ -11,7 +11,7 @@ else
30 KEYWORDS="~amd64 ~arm"
31 fi
32
33 -inherit gnome2-utils qmake-utils udev
34 +inherit xdg-utils qmake-utils udev
35
36 DESCRIPTION="Mooltipass crossplatform daemon/tools"
37 HOMEPAGE="https://github.com/mooltipass/moolticute"
38 @@ -30,7 +30,7 @@ RDEPEND="
39 dev-qt/qtwebsockets:5
40 dev-qt/qtwidgets:5
41 "
42 -DEPEND="${RDEPEND}
43 +BDEPEND="${RDEPEND}
44 dev-qt/linguist-tools:5
45 "
46
47 @@ -58,9 +58,9 @@ src_install() {
48
49 pkg_postinst() {
50 udev_reload
51 - gnome2_icon_cache_update
52 + xdg_icon_cache_update
53 }
54
55 pkg_postrm() {
56 - gnome2_icon_cache_update
57 + xdg_icon_cache_update
58 }