From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B04A1382C5 for ; Tue, 16 Mar 2021 07:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8820E07FA; Tue, 16 Mar 2021 07:06:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A272BE07FA for ; Tue, 16 Mar 2021 07:06:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B6A2335D3D for ; Tue, 16 Mar 2021 07:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43B484F1 for ; Tue, 16 Mar 2021 07:06:36 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1615878381.70ce726dc3b129cb4d77f456fffb03cb27915bd7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-djvu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild X-VCS-Directories: app-text/zathura-djvu/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 70ce726dc3b129cb4d77f456fffb03cb27915bd7 X-VCS-Branch: master Date: Tue, 16 Mar 2021 07:06:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 77330022-cd22-4a7a-a519-b27014008eaf X-Archives-Hash: cad32a8fcabafbc9ec36ff3c9c53f3f2 commit: 70ce726dc3b129cb4d77f456fffb03cb27915bd7 Author: David Denoncin gmail com> AuthorDate: Tue Mar 16 06:47:59 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Mar 16 07:06:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ce726d app-text/zathura-djvu: replace deprecated command Closes: https://bugs.gentoo.org/775743 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Denoncin gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19949 Signed-off-by: Joonas Niilola gentoo.org> app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild index b5a67f6e301..6b35a56bea1 100644 --- a/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome2-utils meson xdg-utils +inherit meson xdg-utils if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -30,11 +30,11 @@ DEPEND="${RDEPEND} virtual/pkgconfig" pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update }