mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/cargo-c: add 0.10.14
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
@@ -55,6 +55,8 @@ DIST cargo-c-0.10.12-crates.tar.xz 37876792 BLAKE2B 6ce9ab468e9d8e661b110c1949c5
|
||||
DIST cargo-c-0.10.12.tar.gz 35330 BLAKE2B 04a17b3db7e463b1f58ae198d5003f63047539e5b110837099f276e0994bd13b1c613a9168aabbdcfe264844f4483c1e56fa0d5e8139f2498ecc23b848e0f09f SHA512 8ee6dda8465a89ae6375abab66e83c056190c8bf85446e063696585201607f3231714a965dae3ff2ff8a94a7200eb360d3ab5420f95a4115cceb778dbe321ad9
|
||||
DIST cargo-c-0.10.13-crates.tar.xz 38672328 BLAKE2B 9c920572f725e29f6cf7b8d9573e1b552da066669d800f8af0d2288745427b08a42917ca453878bab40b18d012dea17fb9d18c5d6aa315031ee2c97f3187c1ca SHA512 e25933584d7bebf76a95d14873bb863a2b0e40c1f8a8673e8a588b881ed8f08cc0c718de0f73ab1be961ebdc6898276b21dfa923362e98ca1acb0986d017a745
|
||||
DIST cargo-c-0.10.13.tar.gz 35321 BLAKE2B 8eb2c4df707fd256014db0dd573a3ee0d5bc26c61c6629ce09be6596f6153cc431bfa35a86b5c4412dd0de9793139489ae16137c8e9e06d265c4435f2f6ac3ec SHA512 dbd861692bc6b8de2f0a5377e3e187c69f22fe2e2ba9a6b64bc644af935215bc1362ad490ad255b2b5775bbef617f47665a37b8c6d747e8dc2fb4f655fe1384c
|
||||
DIST cargo-c-0.10.14-crates.tar.xz 39808928 BLAKE2B f5040af890494ab5dca2939ae5da1f52a1d278e218fe90cb597c8547aeabfe46c74f81d0245a832b31148cb490ca418d526c1860f7300e2a5a34a39c004e8bae SHA512 9b1551810332f94b083007ce26859a3630c2eca5c98e43e2a0598d0404464d94764b55e602598808dfb58d5aae1e3b6b5051408152c861d93c7ad76b718da555
|
||||
DIST cargo-c-0.10.14.tar.gz 35360 BLAKE2B d78219c53bf3bed183c1b3a82aa05c5c3783c74296962bc310824614083acd99d3e825c7df8b0fce9d52f90102a3f538250dfba3849002c262eea425f6923658 SHA512 668673abb43a5bb409f2a3378d1a889e33d6d36e49838b849515250e9a53c9393c0ada8c8aba7f4d50dcc2ffde1ecf0ff800a148b9dfad8a2155dd62c46b326a
|
||||
DIST cargo-c-0.10.4.tar.gz 32474 BLAKE2B a6c40cb734d7e6a0c49bcfd16c82d146e94f93dd6804c7679bc8f9422db33d5f08ce708986468c3a24b8f21dc6a02111c342141363eeba1d1fe90917e42f7af6 SHA512 8ffa9855bc1b005c3f7be1230ce3742a443a9cf9b819fc4116317434014d901785e2d6dba236be02b64dd25b8881e6e585f3ca70d65cb77f37dc7e67f81db7cc
|
||||
DIST cargo-c-0.10.7.tar.gz 35156 BLAKE2B 3ba9e4a09c7c405dddc2242bded0a68358367a18431daabd261f83c8b8de7987f03513c08121aff34f3928acf4cf005c3a7904b9c921c8353d6c02a867387356 SHA512 df784a98467c5028b9a5b7f6bc0d24a8476f4fec69e2b0cdbd4a1976a6178be5329260207f0e5312f6266139d0d8f1f2fd57b642bea1f58b47eff7ae35f5da44
|
||||
DIST cargo-c-0.10.8.tar.gz 35203 BLAKE2B 9e87fa7c8c9bd4e7bb7e5eba0f90d40fc2246f5318ad598ab736f77b77f6381006190e3dc4a181ee328c7354c1cbb24dfd287c531cdf8d70a025eda5d5db19a3 SHA512 a44ebc356c3cd842a44158200e7da59bf73f4f0bf230eb82eca92990337b8c9cf18d0272a0d4c42f4fb4e0a207ae68fe7a7e49b4e9a63184fe7f9dee540bddb8
|
||||
|
||||
58
dev-util/cargo-c/cargo-c-0.10.14.ebuild
Normal file
58
dev-util/cargo-c/cargo-c-0.10.14.ebuild
Normal file
@@ -0,0 +1,58 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Auto-Generated by cargo-ebuild 0.5.4
|
||||
|
||||
EAPI=8
|
||||
|
||||
# Only bother defining this if the github tarball doesn't work!
|
||||
# Otherwise just comment it out and things should Just Work (TM).
|
||||
#MY_P="${P}+cargo-{CARGO_V}"
|
||||
|
||||
CRATES="
|
||||
"
|
||||
|
||||
RUST_MIN_VER="1.86.0"
|
||||
|
||||
inherit cargo
|
||||
|
||||
DESCRIPTION="Helper program to build and install c-like libraries"
|
||||
HOMEPAGE="https://github.com/lu-zero/cargo-c"
|
||||
if [[ -z ${MY_P} ]] ; then
|
||||
SRC_URI="https://github.com/lu-zero/cargo-c/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
else
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
fi
|
||||
|
||||
SRC_URI+="
|
||||
https://github.com/gentoo-crate-dist/cargo-c/releases/download/v${PV}/${P}-crates.tar.xz
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
# Dependent crate licenses
|
||||
LICENSE+="
|
||||
Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 MPL-2.0 Unicode-3.0 ZLIB
|
||||
"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
=dev-libs/libgit2-1.9*:=
|
||||
dev-libs/openssl:=
|
||||
net-libs/libssh2:=
|
||||
net-misc/curl[ssl]
|
||||
sys-libs/zlib
|
||||
dev-db/sqlite:3
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/cargo-capi usr/bin/cargo-cbuild usr/bin/cargo-ctest usr/bin/cargo-cinstall"
|
||||
|
||||
src_configure() {
|
||||
# Some crates will auto-build and statically link C libraries(!)
|
||||
# Tracker bug #709568
|
||||
export LIBSSH2_SYS_USE_PKG_CONFIG=1
|
||||
export LIBGIT2_NO_VENDOR=1
|
||||
export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
|
||||
export PKG_CONFIG_ALLOW_CROSS=1
|
||||
}
|
||||
Reference in New Issue
Block a user