public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Zapparov" <alexey@zapparov.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lefthook/
Date: Tue,  8 Aug 2023 16:51:43 +0000 (UTC)	[thread overview]
Message-ID: <1691513497.13cc23079296934d86d601ded19811edcb48238c.alexey@gentoo> (raw)

commit:     13cc23079296934d86d601ded19811edcb48238c
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Tue Aug  8 16:51:37 2023 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Tue Aug  8 16:51:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13cc2307

dev-vcs/lefthook: add 1.4.8

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 dev-vcs/lefthook/Manifest              |  2 ++
 dev-vcs/lefthook/lefthook-1.4.8.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-vcs/lefthook/Manifest b/dev-vcs/lefthook/Manifest
index 8542a5afb7..9ab5aac7c0 100644
--- a/dev-vcs/lefthook/Manifest
+++ b/dev-vcs/lefthook/Manifest
@@ -2,3 +2,5 @@ DIST lefthook-1.0.4-deps.tar.gz 22315997 BLAKE2B 824256bcc5a4da1f0f82a801bdad89a
 DIST lefthook-1.0.4.tar.gz 66171 BLAKE2B 6418d38170215933a66ac3016336a1747a3e3896ac0d7b46690ba1ba2a2dd43028150b71db1833d79a176dc7a80b59e545cf15c76986939c871d150396f58de8 SHA512 434e8326be27f5ef7f14370bf95c03e4ba55efdc21aee6b2f078f0c38935e98610f73531bfd84cf7759c2aad79dfb185369166dc206695dbf12ca6fe22d1926f
 DIST lefthook-1.2.6-deps.tar.xz 20189012 BLAKE2B 3c4ed018728dd201de7e7eea5a5111bbf6ffd92e4a37f465df50f0594f4543822c3719cd72170ae7e276781046cef2063d1a3b148c719a3ad81939b008f3209d SHA512 aa34c9bc32ae75c166e51b8a604d190cc26453d18e13d13eaa0ac4eccfe21e686d2ced914b5992c8d6bf0310e703c01ab6fc39a3230903ed6569a12b2002cc78
 DIST lefthook-1.2.6.tar.gz 75049 BLAKE2B 57d96bddc8442e40f7faeb49f943026f3a616ff5cfb687d0fde0d8301aa73c0f620197ac351a41b5b7ce3bfcdfcb68472d763ab254ff7b15e7cfd7368a4904b1 SHA512 09a019441579a172985dc4ced01c4f384fda2949622042e1cb97bc4b4651d2fc412e5e8796356d8bda310334f14994908bba923efc03d10ed6925ad61da4e989
+DIST lefthook-1.4.8-vendor.tar.xz 1539856 BLAKE2B 91251247f182c7fbaa83f0fe607fe5f162928ec8c6f1c58fcd22bda2171bc2a52340a905817675366ea63d0a75a9edc55634e47bc06804c226ce5b991f76bda1 SHA512 8630fd9230e34ee17cd9d0dcb21881f909db660a6c6f1a7f54ac361cfc49a04b397185586a8107c56acfb3bb77b6b61bfecc0b8be45ce34000fa2cdc6745ea00
+DIST lefthook-1.4.8.tar.gz 88560 BLAKE2B 4d1c7ddec5be710d0e6927aa0e23f82df9d3a81bb295fdbc1c53fb1ab1787b745965de4822e7ef01cdfe181b865123a09a7749566602fe0b991394c4c1a226d5 SHA512 0d547ede111cb36e75b549021e0875b46e9012f61a67f8db44baa48a54de1b7f69e6bd7083c4fd299abd510a26a8c84705d4cef671cac3a11bdf5b0386d11f6c

diff --git a/dev-vcs/lefthook/lefthook-1.4.8.ebuild b/dev-vcs/lefthook/lefthook-1.4.8.ebuild
new file mode 100644
index 0000000000..bcc77f46a1
--- /dev/null
+++ b/dev-vcs/lefthook/lefthook-1.4.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Fast and powerful Git hooks manager for any type of projects"
+HOMEPAGE="https://github.com/evilmartians/lefthook"
+SRC_URI="
+	https://github.com/evilmartians/lefthook/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/ixti/lefthook/releases/download/v${PV}/${P}-vendor.tar.xz
+"
+
+LICENSE="Apache-2.0 MIT BSD BSD-2 MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="${DEPEND}
+	dev-vcs/git
+"
+
+BDEPEND="
+	>=dev-lang/go-1.20
+"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin "${PN}"
+	dodoc README.md CHANGELOG.md docs/configuration.md docs/usage.md
+}


             reply	other threads:[~2023-08-08 16:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-08 16:51 Alexey Zapparov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-26 19:19 [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lefthook/ Alexey Zapparov
2023-12-22 19:21 Alexey Zapparov
2023-11-02 23:45 Alexey Zapparov
2023-01-06 18:36 Alexey Zapparov
2023-01-06 18:36 Alexey Zapparov
2022-07-02  1:46 Alexey Zapparov
2022-07-02  1:46 Alexey Zapparov
2022-06-20  0:19 Alexey Zapparov
2022-06-20  0:19 Alexey Zapparov
2022-06-20  0:06 Alexey Zapparov
2022-06-20  0:06 Alexey Zapparov
2021-11-23  2:22 Alexey Zapparov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1691513497.13cc23079296934d86d601ded19811edcb48238c.alexey@gentoo \
    --to=alexey@zapparov.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox