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 C136F13835A for ; Sun, 28 Mar 2021 09:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AEEAE0877; Sun, 28 Mar 2021 09:39:41 +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 E7BD8E086B for ; Sun, 28 Mar 2021 09:39:40 +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 0AC41340DCF for ; Sun, 28 Mar 2021 09:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 692E463E for ; Sun, 28 Mar 2021 09:39:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616923927.26d4d061be2e55cadba3c806f277cfb10462d867.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-command-timer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/fish-command-timer/fish-command-timer-0.1.3.ebuild app-shells/fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild X-VCS-Directories: app-shells/fish-command-timer/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 26d4d061be2e55cadba3c806f277cfb10462d867 X-VCS-Branch: dev Date: Sun, 28 Mar 2021 09:39:37 +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: 8e3dc9b7-8c83-49e0-96d6-c2f67ad92b77 X-Archives-Hash: b5ea8b1de4b045a1fbd93d26359c9285 commit: 26d4d061be2e55cadba3c806f277cfb10462d867 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 28 09:32:07 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 28 09:32:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26d4d061 app-shells/fish-command-timer: remove RedundantDodir Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> app-shells/fish-command-timer/fish-command-timer-0.1.3.ebuild | 4 ++-- .../fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app-shells/fish-command-timer/fish-command-timer-0.1.3.ebuild b/app-shells/fish-command-timer/fish-command-timer-0.1.3.ebuild index e4d49772b..3c230a6b7 100644 --- a/app-shells/fish-command-timer/fish-command-timer-0.1.3.ebuild +++ b/app-shells/fish-command-timer/fish-command-timer-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,13 +10,13 @@ SRC_URI="https://github.com/jichu4n/fish-command-timer/archive/${PV}.tar.gz -> $ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" + DEPEND="" RDEPEND=">=app-shells/fish-2.2" DOCS=( README.md ) src_install() { - dodir "/usr/share/fish/vendor_conf.d" insinto "/usr/share/fish/vendor_conf.d" doins "conf.d/fish_command_timer.fish" einstalldocs diff --git a/app-shells/fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild b/app-shells/fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild index 79a72feac..68248822c 100644 --- a/app-shells/fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild +++ b/app-shells/fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild @@ -1,21 +1,24 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" COMMIT="d84332e56e9ad4fe8d2f1fe80dedbed50449979c" + DESCRIPTION="Fish shell extension for printing execution time for each command" HOMEPAGE="https://github.com/jichu4n/fish-command-timer" SRC_URI="https://github.com/jichu4n/fish-command-timer/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" + DEPEND="" RDEPEND=">=app-shells/fish-2.2" + S="${WORKDIR}/${PN}-${COMMIT}" DOCS=( README.md ) src_install() { - dodir "/usr/share/fish/vendor_conf.d" insinto "/usr/share/fish/vendor_conf.d" doins "conf.d/fish_command_timer.fish" einstalldocs