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 C5DD01382C5 for ; Mon, 21 Dec 2020 09:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 231632BC042; Mon, 21 Dec 2020 09:42:50 +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 0E19D2BC042 for ; Mon, 21 Dec 2020 09:42:49 +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 165A9340E68 for ; Mon, 21 Dec 2020 09:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C289C2A9 for ; Mon, 21 Dec 2020 09:42:47 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1608543766.1af334049dbfbe3f1b9c35d6fb2ba99313fd2841.Alessandro-Barbieri@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/Manifest app-shells/fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild X-VCS-Directories: app-shells/fish-command-timer/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 1af334049dbfbe3f1b9c35d6fb2ba99313fd2841 X-VCS-Branch: dev Date: Mon, 21 Dec 2020 09:42:47 +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: 146c8b79-4d24-4284-8953-4145fd357649 X-Archives-Hash: 6518ba32c675827ed115400af71423c6 commit: 1af334049dbfbe3f1b9c35d6fb2ba99313fd2841 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Dec 21 08:44:29 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Dec 21 09:42:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1af33404 app-shells/fish-command-timer: latest revision Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> app-shells/fish-command-timer/Manifest | 1 + .../fish-command-timer-0.1.3_p20201002.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/app-shells/fish-command-timer/Manifest b/app-shells/fish-command-timer/Manifest index bc47b81c..78285f70 100644 --- a/app-shells/fish-command-timer/Manifest +++ b/app-shells/fish-command-timer/Manifest @@ -1 +1,2 @@ DIST fish-command-timer-0.1.3.tar.gz 7084 BLAKE2B 2d99b2cdc937cd529dd4bf946efd14c704ab90a8bd8d2082493e2da8cb480d8b23cfa47c9e43a1ee736b45560fb78d1dcb3c9c3a79d650b9438ec68c44ce089a SHA512 245ead84b136d02b3316b8508c9f797a9faaa2b5c669787c49e4e41c773312dccbdfde64c3a16be6c7e97433c731c7d3a1413c33d4a86206008b8cce764e129b +DIST fish-command-timer-0.1.3_p20201002.tar.gz 7816 BLAKE2B 3d37ca79a1492d542ae1667d02e5259193c3b9bd323b5b2556e24972775bd8592f96f3903b9bd9cd741b246e4775cf2837762592165a76e6c98c94fdb5f5492d SHA512 d18e62aed6768f1c620baa64e3cc8e214a8d625e402de5fd4eb1c8f2627debb4c682422005fb9f77d73d1938883431db2024b15cbba18309d63f048b6228254e 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 new file mode 100644 index 00000000..79a72fea --- /dev/null +++ b/app-shells/fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 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 +}