From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/croc/
Date: Thu, 1 Feb 2024 10:10:20 +0000 (UTC) [thread overview]
Message-ID: <1706782214.78152d7c1255762e7a7623de16bee644f4aae414.xgqt@gentoo> (raw)
commit: 78152d7c1255762e7a7623de16bee644f4aae414
Author: Armas Spann <zappel <AT> simple-co <DOT> de>
AuthorDate: Wed Jan 31 14:48:31 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Feb 1 10:10:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78152d7c
net-misc/croc: drop 9.6.2, 9.6.4
Bug: https://bugs.gentoo.org/918091
Closes: https://bugs.gentoo.org/893980
Signed-off-by: Armas Spann <zappel <AT> simple-co.de>
Closes: https://github.com/gentoo/gentoo/pull/35115
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
net-misc/croc/Manifest | 4 ----
net-misc/croc/croc-9.6.2.ebuild | 50 -----------------------------------------
net-misc/croc/croc-9.6.4.ebuild | 50 -----------------------------------------
3 files changed, 104 deletions(-)
diff --git a/net-misc/croc/Manifest b/net-misc/croc/Manifest
index a3bac37040d9..57cf1d583c51 100644
--- a/net-misc/croc/Manifest
+++ b/net-misc/croc/Manifest
@@ -1,6 +1,2 @@
-DIST croc-9.6.2-deps.tar.xz 27304100 BLAKE2B 6eac681bcc60db0b81abad19c3d8d994f2ea88618d90ade0229e9af436334e7bd3e907fa211e3b60a21049550d51c6e325bd9dfccacd4106abab32c7d49d9b66 SHA512 73d979f0d5a939b22304f1dc1976c096b7bee186f060d80aef4f64226a04d9b4f820d39ece9c9c9473791b4436d9e3fdb577f1342453dbbf2c4b765519e5a983
-DIST croc-9.6.2.tar.gz 507769 BLAKE2B df99a7d5d60f753d4d7fd5924bb09be6b21513acbc0c454d2e199fca4ab38eee0b443a091e3b3c64e155cb460e760959d955969231df8a93da2472a6b93703f0 SHA512 a3ad2f6a4bc6a45fa356963bd123ea755caa30c6a3b63e63cc67823ce27d44d62610ff9bfa498f694e356f673c3fcb3cec7ac669bedcde6eaf63111a78538965
-DIST croc-9.6.4-deps.tar.xz 26792064 BLAKE2B 31ead16462c1e10fff9e756c44f4ac7d47dcaa444dcb2fdcdd7f762d1617640a736d4223f74c9dd4f27b62bb3d635fe3035ec0127b3e50a7d8fa83ba26cdce43 SHA512 bc69c6d678888621d93be878a49ad71c04e6b38742d1c1558a1a84d1a63c71c9a901149048e6e4f0385514dbb551e89585e8ed25fc6ec89b9f2437f78f52a1e5
-DIST croc-9.6.4.tar.gz 508495 BLAKE2B 985b3f27fd807e62eda121dcad45e150621ff50cf82fc778cac601fdb16e0aab6bab886326bd80b0cc218608ddddd42a3f537fdfeec3948d1617a4169fefdd0e SHA512 d6eab257ee49d12d07e38b37ae1d60cbf70f627618ea32f2ec74370a09e78cad929de4b7d2bd02e9f300f698d45c8c28f4b4eb337a0be8f29e046fee4bb19b1f
DIST croc-9.6.6-vendor.tar.xz 972376 BLAKE2B ad1f77ef5d26ace05edffd3628da3c1ab393549d17761c70c3302e35179587097657a1d1e82f9be1732fb5d7df9a2f0eac6e003c43b0767d56662d87a5159d51 SHA512 53fc2af249ff62b702587bd89155c5432415dc6d8d8643453cb6d17f46b74cf669ecc7f06a5f64da459c690858126202be365d25ec31e73840621de2bf68faba
DIST croc-9.6.6.tar.gz 511129 BLAKE2B 550228f7911ffbeac656fe7930f879db7ab8630e52acbd8a859a14219673937f2994d3fd02e42999754e5a701b9b3296ab7907c231fac2e4a37c51588b864190 SHA512 0e3dec57d0d1337c9f45c81fa71f6d9673cc76f5c53ae9b0068f9e388788c433debebb536a43ec578b58e80b9da482949ff16cc63a883b8085fbec54a932bde2
diff --git a/net-misc/croc/croc-9.6.2.ebuild b/net-misc/croc/croc-9.6.2.ebuild
deleted file mode 100644
index 160ea8b58614..000000000000
--- a/net-misc/croc/croc-9.6.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 go-module systemd
-
-DESCRIPTION="Easily and securely send things from one computer to another"
-HOMEPAGE="https://github.com/schollz/croc"
-SRC_URI="https://github.com/schollz/croc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://dev.gentoo.org/~sultan/distfiles/net-misc/croc/${P}-deps.tar.xz"
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
- acct-group/croc
- acct-user/croc
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-disable-network-tests-r1.patch"
-)
-
-DOCS=( README.md )
-
-src_prepare() {
- default
- # Replace User=nobody with User=croc
- sed -i -e "s|\(^User=\).*|\1croc|g" croc.service || die
- # Rename bash completion function
- sed -i -e "s|_cli_bash_autocomplete|_croc|g" \
- src/install/bash_autocomplete || die
-}
-
-src_compile() {
- ego build
-}
-
-src_install() {
- dobin croc
- systemd_dounit croc.service
- newbashcomp src/install/bash_autocomplete croc
- einstalldocs
-}
-
-src_test() {
- ego test -work ./...
-}
diff --git a/net-misc/croc/croc-9.6.4.ebuild b/net-misc/croc/croc-9.6.4.ebuild
deleted file mode 100644
index a3b14bea8b93..000000000000
--- a/net-misc/croc/croc-9.6.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 go-module systemd
-
-DESCRIPTION="Easily and securely send things from one computer to another"
-HOMEPAGE="https://github.com/schollz/croc"
-SRC_URI="https://github.com/schollz/croc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://dev.gentoo.org/~sultan/distfiles/net-misc/croc/${P}-deps.tar.xz"
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
- acct-group/croc
- acct-user/croc
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-disable-network-tests-r1.patch"
-)
-
-DOCS=( README.md )
-
-src_prepare() {
- default
- # Replace User=nobody with User=croc
- sed -i -e "s|\(^User=\).*|\1croc|g" croc.service || die
- # Rename bash completion function
- sed -i -e "s|_cli_bash_autocomplete|_croc|g" \
- src/install/bash_autocomplete || die
-}
-
-src_compile() {
- ego build
-}
-
-src_install() {
- dobin croc
- systemd_dounit croc.service
- newbashcomp src/install/bash_autocomplete croc
- einstalldocs
-}
-
-src_test() {
- ego test -work ./...
-}
next reply other threads:[~2024-02-01 10:10 UTC|newest]
Thread overview: 96+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-01 10:10 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-25 20:48 [gentoo-commits] repo/gentoo:master commit in: net-misc/croc/ Maciej Barć
2025-10-25 20:48 Maciej Barć
2025-10-16 22:37 Maciej Barć
2025-10-16 22:37 Maciej Barć
2025-10-01 23:18 Sam James
2025-09-23 17:46 Arthur Zamarin
2025-09-23 12:08 Arthur Zamarin
2025-09-22 16:12 Arthur Zamarin
2025-08-07 20:54 Maciej Barć
2025-07-03 20:37 Maciej Barć
2025-07-02 0:12 Maciej Barć
2025-07-02 0:12 Maciej Barć
2025-07-02 0:12 Maciej Barć
2025-04-28 14:33 Sam James
2024-12-07 3:42 Maciej Barć
2024-11-14 4:59 Jakov Smolić
2024-11-13 18:16 Maciej Barć
2024-11-13 12:42 Sam James
2024-11-13 11:10 Arthur Zamarin
2024-10-14 18:20 Maciej Barć
2024-10-12 6:01 Michał Górny
2024-10-12 6:01 Michał Górny
2024-10-01 17:57 Maciej Barć
2024-10-01 17:57 Maciej Barć
2024-10-01 17:57 Maciej Barć
2024-09-12 12:08 Maciej Barć
2024-07-31 22:13 Maciej Barć
2024-05-22 0:53 Sam James
2024-05-21 21:17 Maciej Barć
2024-04-27 22:42 Maciej Barć
2024-04-23 7:30 Maciej Barć
2024-04-23 7:30 Maciej Barć
2024-04-23 7:30 Maciej Barć
2024-03-07 17:38 Maciej Barć
2024-03-07 17:38 Maciej Barć
2024-02-15 11:38 Maciej Barć
2024-02-01 10:10 Maciej Barć
2023-09-18 9:50 Sam James
2023-07-02 16:30 Stephan Hartmann
2023-07-02 16:30 Stephan Hartmann
2022-12-17 15:20 Stephan Hartmann
2022-12-17 15:20 Stephan Hartmann
2022-08-20 9:44 Stephan Hartmann
2022-08-20 9:44 Stephan Hartmann
2022-05-24 19:00 Stephan Hartmann
2022-05-24 19:00 Stephan Hartmann
2022-05-07 14:04 Stephan Hartmann
2022-05-07 14:04 Stephan Hartmann
2022-04-08 18:30 Stephan Hartmann
2022-04-08 18:29 Stephan Hartmann
2022-02-27 18:19 Stephan Hartmann
2022-02-27 18:19 Stephan Hartmann
2022-02-06 21:26 Stephan Hartmann
2022-02-06 21:25 Stephan Hartmann
2021-11-21 18:01 Stephan Hartmann
2021-11-21 18:01 Stephan Hartmann
2021-10-16 17:29 Stephan Hartmann
2021-08-17 8:26 Stephan Hartmann
2021-08-17 8:26 Stephan Hartmann
2021-08-07 10:08 Stephan Hartmann
2021-08-07 10:07 Stephan Hartmann
2021-08-07 8:33 Yixun Lan
2021-06-22 21:09 Stephan Hartmann
2021-06-22 21:09 Stephan Hartmann
2021-06-16 6:37 Stephan Hartmann
2021-06-16 6:37 Stephan Hartmann
2021-06-11 9:25 Stephan Hartmann
2021-06-11 9:25 Stephan Hartmann
2021-05-13 13:32 Stephan Hartmann
2021-05-13 13:31 Stephan Hartmann
2021-05-13 13:28 Stephan Hartmann
2021-05-10 17:49 Stephan Hartmann
2021-04-30 19:18 Stephan Hartmann
2021-04-30 19:17 Stephan Hartmann
2021-04-28 21:16 Stephan Hartmann
2021-04-28 21:16 Stephan Hartmann
2021-04-19 13:49 Stephan Hartmann
2021-04-19 13:48 Stephan Hartmann
2021-03-27 9:01 Stephan Hartmann
2021-03-27 9:01 Stephan Hartmann
2021-03-19 18:38 Stephan Hartmann
2021-03-19 18:38 Stephan Hartmann
2021-03-19 18:35 Stephan Hartmann
2021-03-06 8:34 Stephan Hartmann
2021-03-06 8:34 Stephan Hartmann
2021-02-23 21:34 Stephan Hartmann
2020-12-29 15:04 Stephan Hartmann
2020-12-28 21:26 Stephan Hartmann
2020-11-19 6:49 Stephan Hartmann
2020-10-31 14:06 Stephan Hartmann
2020-10-30 19:59 Stephan Hartmann
2020-10-14 11:21 Stephan Hartmann
2020-10-13 18:12 Stephan Hartmann
2020-10-05 14:38 Stephan Hartmann
2020-09-20 18:30 Stephan Hartmann
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=1706782214.78152d7c1255762e7a7623de16bee644f4aae414.xgqt@gentoo \
--to=xgqt@gentoo.org \
--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