sci-libs/ignition-fuel-tools: drop 4.4.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2024-03-07 14:35:08 +01:00
parent 6291ef6eea
commit 458bee1bcb
No known key found for this signature in database
GPG Key ID: 012423318D1FB6CD
2 changed files with 0 additions and 45 deletions

View File

@ -1,2 +1 @@
DIST ignition-fuel-tools4_4.4.0.tar.gz 403685 BLAKE2B d363eb6e0287024883322b39eaf92ab29e6b253f85b59c65a5196d3a9ad3327728d00fdbeda3bebee7ae7871684ad85ab13a973fc9bdddf9d0e2a5333c8f8e4f SHA512 975c0f77167d6d05e3eb90cb9747e0575e7b0c7b7adfb17a72e68244cf1e656a08f52b3101cfa203435d6ad44ba1483fa20ab66a597c1a1678bf1fdd08599cb6
DIST ignition-fuel-tools4_4.9.1.tar.gz 352667 BLAKE2B e4cf7c90961b9513b442e98d8683740ba6f9d2291caec89e8efd9a38d699c5cc44007e5f6ebc2bffff5d643841fba3572dd6507282f04f62d0cb2aceade54e3e SHA512 037d590930a6d672e9286ee27b003b497108c8a961b5a7159141c7997f0c690218ed111fb35815f25f1f388e2a630a16386ff4a63d7306d312f27ba8fba84ab9

View File

@ -1,44 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CMAKE_BUILD_TYPE=RelWithDebInfo
inherit cmake
IGN_MAJOR=4
DESCRIPTION="Classes and tools for interacting with Ignition Fuel"
HOMEPAGE="https://github.com/ignitionrobotics/ign-fuel-tools/"
SRC_URI="https://github.com/ignitionrobotics/ign-fuel-tools/archive/${PN}${IGN_MAJOR}_${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="${IGN_MAJOR}"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/tinyxml2:=
net-misc/curl:=
dev-libs/jsoncpp:=
dev-libs/libyaml:=
dev-libs/libzip:=
sci-libs/ignition-common:3=
net-libs/ignition-msgs:5=
dev-libs/protobuf:=
"
#igncurl
DEPEND="${RDEPEND}
dev-build/ignition-cmake:2"
BDEPEND="
dev-build/ignition-cmake:2"
S="${WORKDIR}/ign-fuel-tools-${PN}${IGN_MAJOR}_${PV}"
src_configure() {
local mycmakeargs=(
"-DBUILD_TESTING=$(usex test)"
)
cmake_src_configure
}