From: "Stephan Hartmann" <sultan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/croc/
Date: Fri, 8 Apr 2022 18:29:49 +0000 (UTC) [thread overview]
Message-ID: <1649442585.a5c589aaa6b82919a940b58de8af6a6adac950ff.sultan@gentoo> (raw)
commit: a5c589aaa6b82919a940b58de8af6a6adac950ff
Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 18:29:30 2022 +0000
Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 18:29:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c589aa
net-misc/croc: add 9.5.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
net-misc/croc/Manifest | 1 +
net-misc/croc/croc-9.5.3.ebuild | 50 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/net-misc/croc/Manifest b/net-misc/croc/Manifest
index 92dc0e771d6f..c59e436497c7 100644
--- a/net-misc/croc/Manifest
+++ b/net-misc/croc/Manifest
@@ -1,5 +1,6 @@
DIST croc-9.5.1.tar.gz 2830832 BLAKE2B 22b70fee5861ce73ba5e1c289008a8af4069527215349830896830fac7e44c137ed7cee1df2c0536fbc8a331059832ab638457d00103f06118d3d3be4bdc3db1 SHA512 a3403681c17bbca9a9ec189d67486ada1c30844f4bbd595bb7961416f602bab827e4130fd45975694af99411d436693368e473f9fe3248d81c771482bfa12bfb
DIST croc-9.5.2.tar.gz 2833379 BLAKE2B de4623932b03b2c882bfa3f31aba45a6cf6383853a429a1bf5f28330ac8ca264fc3bffb9097c2eb2bc4ec3a8ba1a2ea2fe120cb0da2f6a5adf0180150b73e002 SHA512 d407379da195a0fb69b3fdd2b220e3c700d16380e495a30012628e08e5876cccb09ce3eb285285a1c4c63bfe08d0f7c3d6d64d28edc5332b0f4cd6c87b90a0f3
+DIST croc-9.5.3.tar.gz 2847753 BLAKE2B 7ba9f321f3e6edb3e9332ca1e71ef3bcd9ec96ec2040ea00b861e5caa4427035ac4ffd1fbb01ebd944cd77f37e52789f2d6f0fe589646725b25ef2c59a4668e1 SHA512 b4f237af9d36cdf72b993ebbfcb9502f13f383d45888057394a9fe78ac778eefbf9a61268df6e584e8880879195ab1f30cf59ff2b74bfdd16b1d451c8670af5d
DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d SHA512 320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
DIST github.com%2F!one!of!one%2Fxxhash%2F@v%2Fv1.2.2.mod 34 BLAKE2B 83966cb7de9bb687f99f17c5c89c03718258d2df34e3dda01b96a2fcb1273a0ba0e3253ba5950d5458193d3e54962371317a8fe85020ae338b44e864bd96667f SHA512 9081c69a2480ef726f547047306dc9136211ac7550882e68d458e2c04e5343366cb08f20525a51c804ab9a554dfe8363a1d9660bc0f9e501e1d996f7b6f320e4
DIST github.com%2F!one!of!one%2Fxxhash%2F@v%2Fv1.2.5.mod 43 BLAKE2B 60ec6257dc0098e3dabfb32b6c668db9159d69dfc7daa06b9d7f9089f4a6dfc11d2b6d39393e1b990f6ca126019baa1b3d99364fe8a6df9ae323626c8d82494c SHA512 be1111b482157b8c8dda0f45a71e587b51ef78cc9676db4cb560bf0e71c112f45bd048bab7f1b0a64651777bb395c0ce210cf3df20a4afe08e66a42b6da89765
diff --git a/net-misc/croc/croc-9.5.3.ebuild b/net-misc/croc/croc-9.5.3.ebuild
new file mode 100644
index 000000000000..03dce788293d
--- /dev/null
+++ b/net-misc/croc/croc-9.5.3.ebuild
@@ -0,0 +1,50 @@
+# 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/releases/download/v${PV}/${PN}_${PV}_src.tar.gz -> ${P}.tar.gz"
+
+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:[~2022-04-08 18:29 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-08 18:29 Stephan Hartmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-07 3:42 [gentoo-commits] repo/gentoo:master commit in: net-misc/croc/ 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ć
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-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=1649442585.a5c589aaa6b82919a940b58de8af6a6adac950ff.sultan@gentoo \
--to=sultan@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