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 E0CDA138334 for ; Wed, 28 Aug 2019 10:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73DA9E0844; Wed, 28 Aug 2019 10:10:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 51C7DE0844 for ; Wed, 28 Aug 2019 10:10:44 +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 0ABA334A4DA for ; Wed, 28 Aug 2019 10:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B0CF779 for ; Wed, 28 Aug 2019 10:10:40 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566987000.c6b648a94b5268989f953c6828f0b8a54a5da9e1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jasspa-microemacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild X-VCS-Directories: app-editors/jasspa-microemacs/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c6b648a94b5268989f953c6828f0b8a54a5da9e1 X-VCS-Branch: master Date: Wed, 28 Aug 2019 10:10:40 +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: 40cd4174-801d-4a5e-abdd-1238c2383eb5 X-Archives-Hash: 832919b4174bda9eb16b9cf229b1ec9d commit: c6b648a94b5268989f953c6828f0b8a54a5da9e1 Author: David Seifert gentoo org> AuthorDate: Wed Aug 28 10:10:00 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 28 10:10:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b648a9 app-editors/jasspa-microemacs: [QA] Use desktop.eclass Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> .../jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild index c431c2cfdd6..27f5e8a4303 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs xdg-utils +inherit desktop toolchain-funcs xdg-utils MACROS_PV="20091017" DESCRIPTION="Jasspa Microemacs" @@ -83,10 +83,7 @@ src_install() { keepdir /usr/share/jasspa/site insinto /usr/share doins -r "${WORKDIR}"/jasspa - if use X; then - insinto /usr/share/applications - doins "${FILESDIR}"/${PN}.desktop - fi + use X && domenu "${FILESDIR}"/${PN}.desktop fi dodoc faq.txt readme.txt change.log