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 71FA1139083 for ; Sun, 10 Dec 2017 21:45:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1C84E0F86; Sun, 10 Dec 2017 21:44:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A16E7E0F86 for ; Sun, 10 Dec 2017 21:44:59 +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 C51B033BE19 for ; Sun, 10 Dec 2017 21:44:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C1A84C92 for ; Sun, 10 Dec 2017 21:44:57 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1512942276.5607f1ebf4b7621ec053144984064609b48d87d1.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/xemacs/xemacs-21.4.24-r1.ebuild app-editors/xemacs/xemacs-21.4.24.ebuild app-editors/xemacs/xemacs-21.5.34-r4.ebuild X-VCS-Directories: app-editors/xemacs/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 5607f1ebf4b7621ec053144984064609b48d87d1 X-VCS-Branch: master Date: Sun, 10 Dec 2017 21:44:57 +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-Archives-Salt: 91e32fb8-6a99-4eb8-b93d-82c69482da50 X-Archives-Hash: 4a08c1c8fd06d2a90b0f7ed0b84f1a07 commit: 5607f1ebf4b7621ec053144984064609b48d87d1 Author: Mats Lidell gentoo org> AuthorDate: Sun Dec 10 21:43:53 2017 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sun Dec 10 21:44:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5607f1eb app-editors/xemacs: Use xdg_desktop_database_update Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-editors/xemacs/xemacs-21.4.24-r1.ebuild | 4 +++- app-editors/xemacs/xemacs-21.4.24.ebuild | 4 +++- app-editors/xemacs/xemacs-21.5.34-r4.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app-editors/xemacs/xemacs-21.4.24-r1.ebuild b/app-editors/xemacs/xemacs-21.4.24-r1.ebuild index 980a68d80e3..6975de5d429 100644 --- a/app-editors/xemacs/xemacs-21.4.24-r1.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24-r1.ebuild @@ -7,7 +7,7 @@ EAPI="5" WANT_AUTOCONF="2.1" -inherit autotools eutils flag-o-matic toolchain-funcs +inherit autotools eutils flag-o-matic toolchain-funcs xdg-utils DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" @@ -233,9 +233,11 @@ src_install() { pkg_postinst() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update } pkg_postrm() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update } diff --git a/app-editors/xemacs/xemacs-21.4.24.ebuild b/app-editors/xemacs/xemacs-21.4.24.ebuild index 4c1eaa52fd0..a1297fa3699 100644 --- a/app-editors/xemacs/xemacs-21.4.24.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24.ebuild @@ -7,7 +7,7 @@ EAPI="5" WANT_AUTOCONF="2.1" -inherit autotools eutils flag-o-matic toolchain-funcs +inherit autotools eutils flag-o-matic toolchain-funcs xdg-utils DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" @@ -235,9 +235,11 @@ src_install() { pkg_postinst() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update } pkg_postrm() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update } diff --git a/app-editors/xemacs/xemacs-21.5.34-r4.ebuild b/app-editors/xemacs/xemacs-21.5.34-r4.ebuild index d806967cce4..c060855e592 100644 --- a/app-editors/xemacs/xemacs-21.5.34-r4.ebuild +++ b/app-editors/xemacs/xemacs-21.5.34-r4.ebuild @@ -7,7 +7,7 @@ EAPI=5 WANT_AUTOCONF="2.5" -inherit eutils flag-o-matic multilib +inherit eutils flag-o-matic multilib xdg-utils DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" @@ -235,6 +235,7 @@ src_install() { pkg_postinst() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update einfo "If you are upgrading from XEmacs 21.4 you should note the following" einfo "incompatibilities:" @@ -252,4 +253,5 @@ pkg_postinst() { pkg_postrm() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update }