mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/cyme: Bump to 2.1.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST cyme-2.1.2.gh.tar.gz 443605 BLAKE2B ec67939fa298e9ad867f0239410e5177fb6a39e64720ea7112e6409968e1e1398934b683dc564a7f7d052c5a54c2226087dc272feb19a7f635a839f0e5d438e0 SHA512 d5866c770c5589342f96cd49d29b705ee459519d07f81295ebcbd4c847ca1caeae2fe8145a6d9ee8ccbb116932cdf32c3d982652ecbf2feded537eddce65a116
|
||||
DIST cyme-2.1.3.gh.tar.gz 445992 BLAKE2B 7f6fc34a93c1211172a4d26229dbefaf69a3fd515a1e537043d2bcdf46f7d636924ac9180db49e84b91375bebad6ae43e3dc56d28ed603bad8f6389db182e53d SHA512 fa3cdb5281a947ca33bad258301ec24166839f20f2310442c127cf38f55108e3a3634c9b1f3e8ad2d95cf12977a27916f02103ebfb79b677bb529129924fd552
|
||||
DIST cyme-v2.1.2-crates.tar.xz 13346456 BLAKE2B 41d3fb60e155db37a087c73b11d7f64a02a7ac5f29cd147633da653c1c81397b598842153cb5e751212ed7ddf8270c758ee5880569b3cc5a9429da20f960bc25 SHA512 5407012cdef41cd10ae1a79d8640e2ca4c2d8444ea3412aae5524a96081dfe6c6f942697e1e1ee45a69908cbebc8f2e44b3a4d33a1ccd46ec9477edb80829f6c
|
||||
DIST cyme-v2.1.3-crates.tar.xz 13502044 BLAKE2B aaeb6afb0e44fb757962e955a7d5489ac0868f386dc9fb516a08b722acfcbe44e34e15af4459739106bf8b78bbb6f9eecbd169659e57912fcf320b7086dab86a SHA512 8b46c58e4aab49549019f3a2a86709bb816ccdab9a0a8f12c2722c020c15a8f7192aceaf46d1a6a0a72294290a4d4b4bfc1d4b74d5d639a791f9bfa80de18d68
|
||||
DIST nusb-dad53d268db6620d641a01eb2ecb8b5791fcc1fc.gh.tar.gz 83201 BLAKE2B 4572fc903b8d42f927b3804259ddf945dbf4ad4b640168b05aabf9f56a54fd40847608baf0fc04c385d9ae8d851b9b66fe3542e86c35fe4cf3806cf7be9583a0 SHA512 3a8e4e6826586ee4822c4dec727fae0dd49b05c83f780d7b9728b1836e3b76beaf81a7b2b56f3bccb86dd3e4f47f2b91db261860593fa8b55ad05548d6a2d849
|
||||
|
||||
37
sys-apps/cyme/cyme-2.1.3.ebuild
Normal file
37
sys-apps/cyme/cyme-2.1.3.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CRATES="
|
||||
"
|
||||
|
||||
declare -A GIT_CRATES=(
|
||||
[nusb]='https://github.com/kevinmehall/nusb;dad53d268db6620d641a01eb2ecb8b5791fcc1fc;nusb-%commit%'
|
||||
)
|
||||
|
||||
inherit cargo
|
||||
|
||||
DESCRIPTION="List system USB buses and devices; a modern cross-platform \`lsusb\`"
|
||||
HOMEPAGE="https://github.com/tuna-f1sh/cyme/"
|
||||
SRC_URI="
|
||||
https://github.com/tuna-f1sh/cyme/archive/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
${CARGO_CRATE_URIS}
|
||||
"
|
||||
if [[ ${PKGBUMPING} != ${PVR} ]]; then
|
||||
SRC_URI+="
|
||||
https://github.com/gentoo-crate-dist/cyme/releases/download/v${PV}/cyme-v${PV}-crates.tar.xz
|
||||
"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
# Dependent crate licenses
|
||||
LICENSE+="
|
||||
LGPL-2+ MIT MPL-2.0 Unicode-3.0
|
||||
|| ( Apache-2.0 Boost-1.0 )
|
||||
"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
QA_FLAGS_IGNORED="/usr/bin/cyme"
|
||||
Reference in New Issue
Block a user