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: Thu, 2 Nov 2023 23:45:40 +0000 (UTC) [thread overview]
Message-ID: <1698968718.433d9d6ad5487fadfaff425a663db13430fa60e9.alexey@gentoo> (raw)
commit: 433d9d6ad5487fadfaff425a663db13430fa60e9
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Thu Nov 2 23:45:18 2023 +0000
Commit: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Thu Nov 2 23:45:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=433d9d6a
dev-vcs/lefthook: drop 1.0.4, 1.2.6
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
dev-vcs/lefthook/Manifest | 4 ----
dev-vcs/lefthook/lefthook-1.0.4.ebuild | 34 ----------------------------------
dev-vcs/lefthook/lefthook-1.2.6.ebuild | 34 ----------------------------------
3 files changed, 72 deletions(-)
diff --git a/dev-vcs/lefthook/Manifest b/dev-vcs/lefthook/Manifest
index 9ab5aac7c0..48febb59c7 100644
--- a/dev-vcs/lefthook/Manifest
+++ b/dev-vcs/lefthook/Manifest
@@ -1,6 +1,2 @@
-DIST lefthook-1.0.4-deps.tar.gz 22315997 BLAKE2B 824256bcc5a4da1f0f82a801bdad89a3964344d67d5bdacb77c922aca55628c7698a20cb9a4acc5aaea82e3743f2b11d442a2e631217674bc54c84eb4a295f15 SHA512 cdd28c18ec99afdefab3298ea7ab70ec4eb20293c40e1a67b769293453cd750dee25a2fc881b224e758427cbf1e76a30d48cb6ca1cd8f554924892602093653e
-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.0.4.ebuild b/dev-vcs/lefthook/lefthook-1.0.4.ebuild
deleted file mode 100644
index 9be857d806..0000000000
--- a/dev-vcs/lefthook/lefthook-1.0.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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}-deps.tar.gz
-"
-
-LICENSE="Apache-2.0 MIT BSD BSD-2 MPL-2.0 Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-vcs/git
-"
-BDEPEND="
- >=dev-lang/go-1.17
-"
-
-src_compile() {
- go build -ldflags "-s -w" -o "${PN}" main.go || die "go build failed"
-}
-
-src_install() {
- dobin "${PN}"
- dodoc README.md CHANGELOG.md docs/full_guide.md
-}
diff --git a/dev-vcs/lefthook/lefthook-1.2.6.ebuild b/dev-vcs/lefthook/lefthook-1.2.6.ebuild
deleted file mode 100644
index 0eb194e25e..0000000000
--- a/dev-vcs/lefthook/lefthook-1.2.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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}-deps.tar.xz
-"
-
-LICENSE="Apache-2.0 MIT BSD BSD-2 MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-vcs/git
-"
-BDEPEND="
- >=dev-lang/go-1.17
-"
-
-src_compile() {
- go build -ldflags "-s -w" -o "${PN}" main.go || die "go build failed"
-}
-
-src_install() {
- dobin "${PN}"
- dodoc README.md CHANGELOG.md docs/configuration.md docs/usage.md
-}
next reply other threads:[~2023-11-02 23:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-02 23:45 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-08-08 16:51 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=1698968718.433d9d6ad5487fadfaff425a663db13430fa60e9.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