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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 784D8158086 for ; Tue, 21 Dec 2021 15:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB5312BC008; Tue, 21 Dec 2021 15:28:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4F132BC008 for ; Tue, 21 Dec 2021 15:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D7A3342FC5 for ; Tue, 21 Dec 2021 15:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41498210 for ; Tue, 21 Dec 2021 15:28:33 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1640100066.7f2fe7b124a1ae4222ed322e9719a62a47b1ea18.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsprune-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild X-VCS-Directories: sci-geosciences/gpsprune-bin/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 7f2fe7b124a1ae4222ed322e9719a62a47b1ea18 X-VCS-Branch: master Date: Tue, 21 Dec 2021 15:28:33 +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: 82a705e0-da47-4cad-917d-02d5236d130a X-Archives-Hash: f2b9f3eccdda97c6ab0725c70a6716e2 commit: 7f2fe7b124a1ae4222ed322e9719a62a47b1ea18 Author: Rick Farina gentoo org> AuthorDate: Tue Dec 21 15:21:06 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Dec 21 15:21:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2fe7b1 sci-geosciences/gpsprune-bin: fix qa warning DeprecatedInsinto Signed-off-by: Rick Farina gentoo.org> sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild b/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild index 68975bc30884..64683646638f 100644 --- a/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild +++ b/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit desktop + DESCRIPTION="An application for viewing, editing and converting GPS data." HOMEPAGE="http://activityworkshop.net/software/gpsprune/index.html" SRC_URI="http://activityworkshop.net/software/gpsprune/gpsprune_${PV}.jar" @@ -61,6 +63,5 @@ src_install() doins "icons/${size}/gpsprune.png" done - insinto /usr/share/applications - doins gpsprune.desktop + domenu gpsprune.desktop }