Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
Date: Fri, 25 Dec 2020 16:44:06
Message-Id: 1608914602.72f6b2545175bc81b3fdf88436fca16688203823.asturm@gentoo
1 commit: 72f6b2545175bc81b3fdf88436fca16688203823
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 16:43:22 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 16:43:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f6b254
7
8 app-office/texmacs: Drop gnome2-utils
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/texmacs/texmacs-1.99.11.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-office/texmacs/texmacs-1.99.11.ebuild b/app-office/texmacs/texmacs-1.99.11.ebuild
17 index ec2993ea4b5..be650e93d30 100644
18 --- a/app-office/texmacs/texmacs-1.99.11.ebuild
19 +++ b/app-office/texmacs/texmacs-1.99.11.ebuild
20 @@ -1,9 +1,9 @@
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=6
26
27 -inherit cmake-utils xdg-utils gnome2-utils qmake-utils
28 +inherit cmake-utils xdg-utils qmake-utils
29
30 MY_P=${P/tex/TeX}-src
31
32 @@ -62,11 +62,11 @@ src_configure() {
33 pkg_postinst() {
34 xdg_desktop_database_update
35 xdg_mimeinfo_database_update
36 - gnome2_icon_cache_update
37 + xdg_icon_cache_update
38 }
39
40 pkg_postrm() {
41 xdg_desktop_database_update
42 xdg_mimeinfo_database_update
43 - gnome2_icon_cache_update
44 + xdg_icon_cache_update
45 }