* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-command-timer/
@ 2020-12-21 9:42 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2020-12-21 9:42 UTC (permalink / raw
To: gentoo-commits
commit: 1af334049dbfbe3f1b9c35d6fb2ba99313fd2841
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Dec 21 08:44:29 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> 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 <lssndrbarbieri <AT> 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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-command-timer/
@ 2020-12-21 9:42 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2020-12-21 9:42 UTC (permalink / raw
To: gentoo-commits
commit: b77ac729cd36828cb42e1639b53944671061d7ee
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Dec 21 08:35:06 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Dec 21 09:42:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b77ac729
app-shells/fish-command-timer: new package
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-shells/fish-command-timer/Manifest | 1 +
.../fish-command-timer-0.1.3.ebuild | 23 ++++++++++++++++++++++
app-shells/fish-command-timer/metadata.xml | 13 ++++++++++++
3 files changed, 37 insertions(+)
diff --git a/app-shells/fish-command-timer/Manifest b/app-shells/fish-command-timer/Manifest
new file mode 100644
index 00000000..bc47b81c
--- /dev/null
+++ b/app-shells/fish-command-timer/Manifest
@@ -0,0 +1 @@
+DIST fish-command-timer-0.1.3.tar.gz 7084 BLAKE2B 2d99b2cdc937cd529dd4bf946efd14c704ab90a8bd8d2082493e2da8cb480d8b23cfa47c9e43a1ee736b45560fb78d1dcb3c9c3a79d650b9438ec68c44ce089a SHA512 245ead84b136d02b3316b8508c9f797a9faaa2b5c669787c49e4e41c773312dccbdfde64c3a16be6c7e97433c731c7d3a1413c33d4a86206008b8cce764e129b
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
new file mode 100644
index 00000000..e4d49772
--- /dev/null
+++ b/app-shells/fish-command-timer/fish-command-timer-0.1.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+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/${PV}.tar.gz -> ${P}.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/metadata.xml b/app-shells/fish-command-timer/metadata.xml
new file mode 100644
index 00000000..2628966b
--- /dev/null
+++ b/app-shells/fish-command-timer/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">jichu4n/fish-command-timer</remote-id>
+ </upstream>
+ <longdescription lang="en">After the execution of each command line, the script prints out the total execution time (up to millisecond precision), followed by the current time.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-command-timer/
@ 2021-03-28 9:39 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 9:39 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-28 9:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-28 9:39 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-command-timer/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-12-21 9:42 Alessandro Barbieri
2020-12-21 9:42 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox