Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-common-gentoo/
Date: Sat, 29 Aug 2020 15:38:39
Message-Id: 1598715505.d5f63a9dcfedab80f66ac30d839f1fd712417719.ulm@gentoo
1 commit: d5f63a9dcfedab80f66ac30d839f1fd712417719
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 15:38:25 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 15:38:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=d5f63a9d
7
8 app-emacs/emacs-common-gentoo: Sync from gentoo repository.
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
17 index 8b159f4..a40b672 100644
18 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
19 +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
27
28 LICENSE="GPL-3+"
29 SLOT="0"
30 -IUSE="games X"
31 +IUSE="games gui"
32
33 RDEPEND="games? ( acct-group/gamestat )"
34 DEPEND="${RDEPEND}"
35 @@ -37,7 +37,7 @@ src_install() {
36 fperms g+w /var/games/emacs
37 fi
38
39 - if use X; then
40 + if use gui; then
41 local i
42 domenu emacs.desktop emacsclient.desktop
43
44 @@ -91,7 +91,7 @@ pkg_preinst() {
45 }
46
47 pkg_postinst() {
48 - if use X; then
49 + if use gui; then
50 xdg_desktop_database_update
51 xdg_icon_cache_update
52 fi
53 @@ -99,7 +99,7 @@ pkg_postinst() {
54 }
55
56 pkg_postrm() {
57 - if use X; then
58 + if use gui; then
59 xdg_desktop_database_update
60 xdg_icon_cache_update
61 fi