commit: 7387e91c42d68d946f95b1d27d458d56eec99019 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 10:14:16 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 23:37:10 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7387e91c
dev-libs/libvarlink: drop 22, 23 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/libvarlink/Manifest | 2 -- dev-libs/libvarlink/libvarlink-22.ebuild | 17 ----------------- dev-libs/libvarlink/libvarlink-23.ebuild | 17 ----------------- 3 files changed, 36 deletions(-) diff --git a/dev-libs/libvarlink/Manifest b/dev-libs/libvarlink/Manifest index 98fc9b3d6e9b..31a6cf0fa67d 100644 --- a/dev-libs/libvarlink/Manifest +++ b/dev-libs/libvarlink/Manifest @@ -1,3 +1 @@ -DIST libvarlink-22.tar.gz 80867 BLAKE2B 4b538846219d21dce92f8b49548b24c6efa72e31fc78ce09e5bb8f76bfddc2c05479bc5b84981042315fae154c2884c9956fb651812ec257bc4a2b0fc0e70021 SHA512 edb6aab02df775b872621f59bb98e8567b74ec4e1311ad5195f87529e7070fbfb6a92e1580b0433efcd7512d5f47f55ed91a406a3fb51f61c8d6feb263367fa0 -DIST libvarlink-23.tar.gz 81048 BLAKE2B bb3410eaef0bbdfa5010a1f643ce0f54564133070245fb1101655698b1d1186ae822cbf6ffa29201104477023db2b91ee5320f0cfa128d95d39b3af6e297c051 SHA512 b118ec9142ee73fe8fd53d5439f19a29013157a339da5bdcbfad2892d450486a1d8200b23101a5ffe15c80f78c90c6d4ce3bc605074bfdee15de8775b1135b5b DIST libvarlink-24.tar.gz 81361 BLAKE2B e1e8db0442c11b266dd037b2f1ef90b0dcdf34827c7848b0f5fa439f5fdd97c778b5031f599c4bca3d51152a55cec73c65fd11d4b28ccfb36a4caeff832adf0e SHA512 737975a9f49616ed41eba6beeeafcbc9364623551b3b9f541a3e1142ac0fb4f4b3e49d5964f3e2d5bd3afd80d7394882a0b21ca5a838fa14de1936baad2715c3 diff --git a/dev-libs/libvarlink/libvarlink-22.ebuild b/dev-libs/libvarlink/libvarlink-22.ebuild deleted file mode 100644 index 03eb294c694d..000000000000 --- a/dev-libs/libvarlink/libvarlink-22.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="C implementation of the Varlink protocol and command line tool" -HOMEPAGE="https://github.com/varlink/libvarlink" -SRC_URI="https://github.com/varlink/libvarlink/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT+=" test" - -BDEPEND="virtual/pkgconfig" diff --git a/dev-libs/libvarlink/libvarlink-23.ebuild b/dev-libs/libvarlink/libvarlink-23.ebuild deleted file mode 100644 index d21a73577c23..000000000000 --- a/dev-libs/libvarlink/libvarlink-23.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="C implementation of the Varlink protocol and command line tool" -HOMEPAGE="https://github.com/varlink/libvarlink" -SRC_URI="https://github.com/varlink/libvarlink/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -RESTRICT+=" test" - -BDEPEND="virtual/pkgconfig"
