commit: 26d4d061be2e55cadba3c806f277cfb10462d867 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Mar 28 09:32:07 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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
