mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
haiti-hash: new tool, fix https://github.com/pentoo/pentoo-overlay/issues/701
This commit is contained in:
parent
c536e01769
commit
8c1704bfc5
7 changed files with 52 additions and 1 deletions
1
app-crypt/haiti-hash/Manifest
Normal file
1
app-crypt/haiti-hash/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
DIST haiti-hash-1.0.1.gem 12288 BLAKE2B 8f44bd176e3f365ff9861db525453cc2ff4add85331f4bf75a90495f04d3c4972f2453fe8f11f3b279bc1bf57201d129c969d7c2a8ba5466ba1b5600f015c405 SHA512 034d74e2146afa56525ea5155e9d2ed83a9f30f507d8d007a035004185684481dac083335095f437dbc5ba524a781b743ed5e6bc2b310a55dae0daae76705077
|
||||||
29
app-crypt/haiti-hash/haiti-hash-1.0.1.ebuild
Normal file
29
app-crypt/haiti-hash/haiti-hash-1.0.1.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
USE_RUBY="ruby26 ruby27"
|
||||||
|
|
||||||
|
RUBY_FAKEGEM_EXTRAINSTALL="data/prototypes.json"
|
||||||
|
|
||||||
|
#RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
|
||||||
|
|
||||||
|
inherit ruby-fakegem
|
||||||
|
|
||||||
|
DESCRIPTION="A CLI tool to identify the hash type of a given hash"
|
||||||
|
HOMEPAGE="https://noraj.github.io/haiti/"
|
||||||
|
|
||||||
|
#wait for dev-ruby/paint
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
LICENSE=""
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
ruby_add_rdepend "
|
||||||
|
=dev-ruby/docopt-0.6*
|
||||||
|
=dev-ruby/paint-2*
|
||||||
|
"
|
||||||
|
|
||||||
|
all_ruby_prepare() {
|
||||||
|
sed -i -e 's|../data/prototypes.json|../prototypes.json|' lib/haiti.rb || die
|
||||||
|
}
|
||||||
1
dev-ruby/docopt/Manifest
Normal file
1
dev-ruby/docopt/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
DIST docopt-0.6.1.gem 19456 BLAKE2B 99e92ae35ee93cc91cf69a6a8bbd820b4d886395a138b2e7373b2a85aa01d63d8ade271c452fafa37e6668a7149eebfeda8ccb8429a1588de140dce6beebfc24 SHA512 9df1f16687cdcf4a119b559ebc41633ffb5440ac4522162e25bc0e04437067aa7f7a41e0c11b6c19bbf67e72f00219a162e1c73dbd418b83317b375029827581
|
||||||
15
dev-ruby/docopt/docopt-0.6.1.ebuild
Normal file
15
dev-ruby/docopt/docopt-0.6.1.ebuild
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
USE_RUBY="ruby26 ruby27 ruby30"
|
||||||
|
|
||||||
|
inherit ruby-fakegem
|
||||||
|
|
||||||
|
DESCRIPTION=""
|
||||||
|
HOMEPAGE=""
|
||||||
|
|
||||||
|
KEYWORDS="amd64 arm64 x86"
|
||||||
|
LICENSE=""
|
||||||
|
SLOT="0"
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2021 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=7
|
EAPI=7
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
### Pentoo ###
|
### Pentoo ###
|
||||||
|
app-crypt/haiti-hash
|
||||||
|
|
||||||
app-crypt/yubioath-desktop
|
app-crypt/yubioath-desktop
|
||||||
~app-crypt/tpm2-tss-2.4.0
|
~app-crypt/tpm2-tss-2.4.0
|
||||||
app-crypt/acsccid
|
app-crypt/acsccid
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,9 @@ dev-ruby/coffee-rails:5.0
|
||||||
#ruby24
|
#ruby24
|
||||||
~dev-ruby/colorize-0.8.1
|
~dev-ruby/colorize-0.8.1
|
||||||
|
|
||||||
|
#required by haiti-hash
|
||||||
|
=dev-ruby/paint-2*
|
||||||
|
|
||||||
#required by cewl Pentoo packages
|
#required by cewl Pentoo packages
|
||||||
dev-ruby/mini_exiftool
|
dev-ruby/mini_exiftool
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue