From 9d92ddfc077f9c712f2615061b7a83a5caa3a895 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sat, 21 Feb 2026 18:12:38 +0800 Subject: [PATCH] haiti-hash-4.0.0.ebuild --- app-crypt/haiti-hash/Manifest | 1 + app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild | 26 ++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild diff --git a/app-crypt/haiti-hash/Manifest b/app-crypt/haiti-hash/Manifest index e137361a4..cb9b3dba8 100644 --- a/app-crypt/haiti-hash/Manifest +++ b/app-crypt/haiti-hash/Manifest @@ -1 +1,2 @@ DIST haiti-hash-3.0.0.gem 171008 BLAKE2B cad1c43fe50df75cfc5845fcdcaf1a493b930844d1d77f57d42f5a96763bdfbcf566a6496171f6adad74412e968f18a5633c6d317ea8ac153f71803dee25af3f SHA512 2b2fb288613756fe35d99f7defe113aa35c7bf0ad3d0d5fe84ddcf084ddbfa7851598e969f9d1a9140a9130a156c9432970d2777ee9e0bd34aed02c4b607e2fb +DIST haiti-hash-4.0.0.gem 184832 BLAKE2B 69de4fb0f9148df1aec12e1b71f793c389b61e37ce50d7ea64df35968dd25022c2e6c3157f01ed16dc3aefa6ce86da020f61c088849e6ac4d712aaffdb63128d SHA512 25eebad763ce1b752b0941c8047eb1f57fa4c430d3dc1baab09caf77ee83edf3d70d4022090cafa627131074a729df749848306ffdfa5f3203a996ac59166dff diff --git a/app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild b/app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild new file mode 100644 index 000000000..e296f53ec --- /dev/null +++ b/app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby32 ruby33" + +RUBY_FAKEGEM_EXTRAINSTALL="data" + +inherit ruby-fakegem + +DESCRIPTION="A CLI tool to identify the hash type of a given hash" +HOMEPAGE="https://noraj.github.io/haiti/" + +LICENSE="MIT" +SLOT="0" +#wait for dev-ruby/paint +KEYWORDS="~amd64 ~x86" + +# not bundled in the gem +RESTRICT="test" + +ruby_add_rdepend " + =dev-ruby/docopt-0.6* + =dev-ruby/paint-2.3* +"