Merge branch 'master' into elfcrypt

This commit is contained in:
Anton Bolshakov 2025-11-30 07:39:33 +08:00 committed by GitHub
commit 318a36d8d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 10 deletions

View file

@ -1 +1 @@
DIST haiti-hash-1.3.0.gem 35840 BLAKE2B 3ac933de9563676f9f555315d7f6b5dfa4cdbd2fc95806b2de72af563dfe8def21e716601e09dad5cce37bbe7da7462f5f1a79d8af072ed2c278e827993d5ec1 SHA512 2021907a8d79df724304d9801e702e9a207e2c273a25eb9e30c812fe0c2d7b9a148220c45c6944d293f41f26be442e112416a660971c3357c2be05cb163b89de DIST haiti-hash-3.0.0.gem 171008 BLAKE2B cad1c43fe50df75cfc5845fcdcaf1a493b930844d1d77f57d42f5a96763bdfbcf566a6496171f6adad74412e968f18a5633c6d317ea8ac153f71803dee25af3f SHA512 2b2fb288613756fe35d99f7defe113aa35c7bf0ad3d0d5fe84ddcf084ddbfa7851598e969f9d1a9140a9130a156c9432970d2777ee9e0bd34aed02c4b607e2fb

View file

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -12,17 +12,15 @@ inherit ruby-fakegem
DESCRIPTION="A CLI tool to identify the hash type of a given hash" DESCRIPTION="A CLI tool to identify the hash type of a given hash"
HOMEPAGE="https://noraj.github.io/haiti/" HOMEPAGE="https://noraj.github.io/haiti/"
#wait for dev-ruby/paint
KEYWORDS="~amd64 ~x86"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
#wait for dev-ruby/paint
KEYWORDS="~amd64 ~x86"
# not bundled in the gem
RESTRICT="test"
ruby_add_rdepend " ruby_add_rdepend "
=dev-ruby/docopt-0.6* =dev-ruby/docopt-0.6*
=dev-ruby/paint-2* =dev-ruby/paint-2.3*
" "
#all_ruby_prepare() {
# sed -i -e 's|../data/prototypes.json|../prototypes.json|' lib/haiti.rb || die
# sed -i -e 's|../data/commons.json|../commons.json|' lib/haiti.rb || die
#}

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">noraj/haiti</remote-id>
</upstream>
</pkgmetadata>