findomain: 1.4.1 bump

This commit is contained in:
Yury Martynov 2020-02-16 22:58:12 +03:00
parent f1621d20a0
commit be40ef15ec
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 259 additions and 0 deletions

View file

@ -42,6 +42,8 @@ DIST findomain-1.3.0.crate 142226 BLAKE2B 52e8e35480eeea89787b0b6ff6b7d36a962356
DIST findomain-1.3.0.tar.gz 140091 BLAKE2B 7354852ee8493ca4ff1af3eaf000350b1c38433d0258ec1a8fb3c1718f3bd6f159fc8a0c2d91794e0a2a4d52159bd69ace7533d725fb33e0e9a63f12f788fe9e SHA512 3b01e630f69584722283eb49bd4f7af948f1e354987ea4977401322154875e55d2c1b4cc64d17e3f451b64fdffb1517ddfca6658d78c30daecf1ffbe05f4c4c1
DIST findomain-1.4.0.crate 142952 BLAKE2B 08ad00d0d116a2a4365934aac16331241ff187434a6cc3923aa35cb62e9c3d6071215b5f343d7fba9d05e6b76b3f365dbb3d8582ef89d082a09cc49554207811 SHA512 72b3ebbcb47d7fe81dc9765e1b46ecf897662aaca8f8231ed6d44465f06c0bcd3438a73fba9066b910f49061c2147fe0371adae449d4e9b86c56db37bbf56d00
DIST findomain-1.4.0.tar.gz 140743 BLAKE2B 3db649b58bcf344cb23d4b0d4a559fb7dff882f42a916dcd0abdebd1474649c07d9998048d3197c10ed91440dc6fb36d9c9586711fac99f461fd616005c6fc94 SHA512 96acff4ef4b0ad7be62f894f8b446987aa9afb101be4e9031381be0ad986180494010a7545bc5034853a8e5a4f271bd00fdc28e7935f5a05bf8ee2de82044cb5
DIST findomain-1.4.1.crate 142859 BLAKE2B b8c5985aa0037c7a521c8b82fa780f8b122a485f23562676748e51bde6b7a12abbd9d3f96a15d9557251e807f8400f2c240d21a5290a4daf456a3a2bd7c93a72 SHA512 43db7dae93f455dc2ed95000ad86fba81c056d6e1075d2a7c368f9465bf9d6bde66a7cdfd6a134e8b75edb3becda041717d3f2161b2274aa655e8c654bdcddb5
DIST findomain-1.4.1.tar.gz 140651 BLAKE2B 126a1b271d092b4497209f4dde110a1fe01b7a896563523730cda2421d62b317dffbe7db16d5a66f998ec9570e615906e0cb3b78560b9f0633a68389452a76ef SHA512 0b81de06e1db0191343cc44965a5fe395fa8583f66ccf7a205bcd09d71a3d8ace3854dc9e69feb037815ad19afe898b1068ac4d530efd613d341514783b56453
DIST fnv-1.0.6.crate 11131 BLAKE2B 220cf5463749b21e1560419ab9b1f235de08dd548c4a9a7fa6190d9516ce7db884f877b67174ee50b66b22be80d3be73ccafca80e06e94e0fa6e96fbb94475f6 SHA512 f1356b3da25f76cb3ccb4336ff54d4967f1dc7523eae6cba21a4349b8ce563516f6a2aa10d626cd5bb6046b55ac2f246e61e4e526a03fad5e78d0ea174841844
DIST foreign-types-0.3.2.crate 7504 BLAKE2B 520818b702d990d296ecd31a8646850202509ccfa18edd0e1b260289619a6c351e758f317ec0824bd76eccb209b6f087057c25f1bd01a47897715013dd834867 SHA512 bf27b8243ed482c202d120383374f19ff09422535e24b9c1aebccc66529bf300ca17b8bbc76d67f98ac092e614497afe3add9dc68aa69c93074df05762f91232
DIST foreign-types-shared-0.1.1.crate 5672 BLAKE2B d2e42e04b6657e7a69fe0bd20c672176629c743e49a55fd007bb30e289710b70045d445ae9cae0eeaa747ee708c90e8abd9b5fc39bad8ec0666befe1b696d4f1 SHA512 bafdb2143e136fb0818e2ffd90b5c862b7181647d6568947d4e4531012bbf7a57b597221ec7056c1b562dfc0c3b5dead26d1a4111ebc15e7863737a873518a4a

View file

@ -0,0 +1,257 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CRATES="
ansi_term-0.11.0
anyhow-1.0.26
async-trait-0.1.22
atty-0.2.14
autocfg-0.1.7
autocfg-1.0.0
backtrace-0.3.42
backtrace-sys-0.1.32
base64-0.10.1
base64-0.11.0
bitflags-1.2.1
block-buffer-0.7.3
block-padding-0.1.5
bumpalo-3.1.2
byte-tools-0.3.1
byteorder-1.3.2
bytes-0.5.3
c2-chacha-0.2.3
cc-1.0.50
cfg-if-0.1.10
clap-2.33.0
cloudabi-0.0.3
core-foundation-0.6.4
core-foundation-sys-0.6.2
crossbeam-deque-0.7.2
crossbeam-epoch-0.8.0
crossbeam-queue-0.2.1
crossbeam-utils-0.7.0
crypto-mac-0.7.0
digest-0.8.1
dtoa-0.4.4
either-1.5.3
encoding_rs-0.8.22
enum-as-inner-0.3.0
failure-0.1.6
failure_derive-0.1.6
fake-simd-0.1.2
fallible-iterator-0.2.0
findomain-1.4.1
fnv-1.0.6
foreign-types-0.3.2
foreign-types-shared-0.1.1
fuchsia-zircon-0.3.3
fuchsia-zircon-sys-0.3.3
futures-0.3.1
futures-channel-0.3.1
futures-core-0.3.1
futures-executor-0.3.1
futures-io-0.3.1
futures-macro-0.3.1
futures-sink-0.3.1
futures-task-0.3.1
futures-util-0.3.1
generic-array-0.12.3
generic-array-0.13.2
getrandom-0.1.14
h2-0.2.1
heck-0.3.1
hermit-abi-0.1.6
hmac-0.7.1
hostname-0.1.5
http-0.2.0
http-body-0.3.1
httparse-1.3.4
hyper-0.13.1
hyper-tls-0.4.1
idna-0.2.0
indexmap-1.3.1
iovec-0.1.4
ipconfig-0.2.1
itoa-0.4.4
js-sys-0.3.35
kernel32-sys-0.2.2
lazy_static-1.4.0
libc-0.2.66
linked-hash-map-0.5.2
lock_api-0.3.3
log-0.4.8
lru-cache-0.1.2
matches-0.1.8
md5-0.7.0
memchr-2.3.0
memoffset-0.5.3
mime-0.3.16
mime_guess-2.0.1
mio-0.6.21
mio-uds-0.6.7
miow-0.2.1
native-tls-0.2.3
net2-0.2.33
nom-4.2.3
num_cpus-1.12.0
opaque-debug-0.2.3
openssl-0.10.28
openssl-probe-0.1.2
openssl-src-111.6.1+1.1.1d
openssl-sys-0.9.54
parking_lot-0.10.0
parking_lot_core-0.7.0
percent-encoding-2.1.0
phf-0.8.0
phf_shared-0.8.0
pin-project-0.4.7
pin-project-internal-0.4.7
pin-project-lite-0.1.2
pin-utils-0.1.0-alpha.4
pkg-config-0.3.17
postgres-0.17.1
postgres-protocol-0.5.0
postgres-types-0.1.0
ppv-lite86-0.2.6
proc-macro-hack-0.5.11
proc-macro-nested-0.1.3
proc-macro2-1.0.8
quick-error-1.2.3
quote-1.0.2
rand-0.7.3
rand_chacha-0.2.1
rand_core-0.5.1
rand_hc-0.2.0
rayon-1.3.0
rayon-core-1.7.0
redox_syscall-0.1.56
remove_dir_all-0.5.2
reqwest-0.10.1
resolv-conf-0.6.2
ring-0.16.9
rustc-demangle-0.1.16
rustc_version-0.2.3
rustls-0.16.0
ryu-1.0.2
schannel-0.1.16
scopeguard-1.0.0
sct-0.6.0
security-framework-0.3.4
security-framework-sys-0.3.3
semver-0.9.0
semver-parser-0.7.0
serde-1.0.104
serde_derive-1.0.104
serde_json-1.0.44
serde_urlencoded-0.6.1
sha2-0.8.1
siphasher-0.3.1
slab-0.4.2
smallvec-1.1.0
socket2-0.3.11
sourcefile-0.1.4
spin-0.5.2
stringprep-0.1.2
strsim-0.8.0
subtle-1.0.0
syn-1.0.13
synstructure-0.12.3
tempfile-3.1.0
textwrap-0.11.0
thiserror-1.0.9
thiserror-impl-1.0.9
time-0.1.42
tokio-0.2.11
tokio-postgres-0.5.2
tokio-rustls-0.12.2
tokio-tls-0.3.0
tokio-util-0.2.0
tower-service-0.3.0
trust-dns-proto-0.19.2
trust-dns-resolver-0.19.2
trust-dns-rustls-0.19.2
try-lock-0.2.2
typenum-1.11.2
unicase-2.6.0
unicode-bidi-0.3.4
unicode-normalization-0.1.11
unicode-segmentation-1.6.0
unicode-width-0.1.7
unicode-xid-0.2.0
untrusted-0.7.0
url-2.1.1
vcpkg-0.2.8
vec_map-0.8.1
version_check-0.1.5
version_check-0.9.1
want-0.3.0
wasi-0.9.0+wasi-snapshot-preview1
wasm-bindgen-0.2.58
wasm-bindgen-backend-0.2.58
wasm-bindgen-futures-0.4.8
wasm-bindgen-macro-0.2.58
wasm-bindgen-macro-support-0.2.58
wasm-bindgen-shared-0.2.58
wasm-bindgen-webidl-0.2.58
web-sys-0.3.35
webpki-0.21.0
webpki-roots-0.18.0
weedle-0.10.0
widestring-0.4.0
winapi-0.2.8
winapi-0.3.8
winapi-build-0.1.1
winapi-i686-pc-windows-gnu-0.4.0
winapi-x86_64-pc-windows-gnu-0.4.0
winreg-0.6.2
winutil-0.1.1
ws2_32-sys-0.2.1
yaml-rust-0.3.5
"
inherit cargo
DESCRIPTION="The fastest and cross-platform subdomain enumerator, don't waste your time"
HOMEPAGE="https://github.com/Edu4rdSHL/findomain"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Edu4rdSHL/findomain"
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/Edu4rdSHL/findomain/archive/${PV}.tar.gz -> ${P}.tar.gz
$(cargo_crate_uris ${CRATES})"
fi
LICENSE="GPL-3"
SLOT="0"
RESTRICT="mirror"
BDEPEND=">=virtual/rust-1.40.0"
src_unpack() {
if [[ ${PV} == *9999 ]]; then
git-r3_src_unpack
cargo_live_src_unpack
else
cargo_src_unpack
fi
}
src_prepare() {
default
if [[ ${PV} != *9999 ]]; then
sed -e "s/^version: \"\(.*\)\"/version: \"${PV}\"/" \
-i src/cli.yml || die
fi
}
src_install() {
dobin target/release/findomain
doman findomain.1
dodoc -r docs/* README.md
}