aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild')
-rw-r--r--app-shells/fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild24
1 files changed, 0 insertions, 24 deletions
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
deleted file mode 100644
index 00842def1..000000000
--- a/app-shells/fish-command-timer/fish-command-timer-0.1.3_p20201002.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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"
-
-RDEPEND=">=app-shells/fish-2.2"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-DOCS=( README.md )
-
-src_install() {
- insinto "/usr/share/fish/vendor_conf.d"
- doins "conf.d/fish_command_timer.fish"
- einstalldocs
-}