From 3c4e56973f1d056cdb0e4c3807acf17536d42b70 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 1 Aug 2024 16:50:58 +0200 Subject: [PATCH] dev-libs/zug: drop 0.1.1 Signed-off-by: Andreas Sturmlechner --- dev-libs/zug/zug-0.1.1.ebuild | 39 ----------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 dev-libs/zug/zug-0.1.1.ebuild diff --git a/dev-libs/zug/zug-0.1.1.ebuild b/dev-libs/zug/zug-0.1.1.ebuild deleted file mode 100644 index 5daa480a025c2..0000000000000 --- a/dev-libs/zug/zug-0.1.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Transducers for C++" -HOMEPAGE="https://sinusoid.es/zug/" -SRC_URI="https://github.com/arximboldi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? (