From 54bb3586b31c3e4147677474df8a0a62a153e0fe Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 25 Oct 2025 09:08:25 +0300 Subject: [PATCH] dev-libs/c-capnproto: drop 0.3, EAPI=7-- Signed-off-by: Arthur Zamarin --- dev-libs/c-capnproto/c-capnproto-0.3.ebuild | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 dev-libs/c-capnproto/c-capnproto-0.3.ebuild diff --git a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild deleted file mode 100644 index 143d47a4ac1f..000000000000 --- a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol" -HOMEPAGE="https://github.com/opensourcerouting/c-capnproto" -SRC_URI="https://github.com/opensourcerouting/c-capnproto/releases/download/${P}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64" - -BDEPEND="app-arch/xz-utils"