From 6fc9651c2111e8b048fe45778ebe83b57b04c7a4 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 3 Jan 2024 18:50:55 -0500 Subject: dev-libs:/* treeclean --- dev-libs/sobjectizer/sobjectizer-5.7.4.2.ebuild | 30 ------------------------- 1 file changed, 30 deletions(-) delete mode 100644 dev-libs/sobjectizer/sobjectizer-5.7.4.2.ebuild (limited to 'dev-libs/sobjectizer/sobjectizer-5.7.4.2.ebuild') diff --git a/dev-libs/sobjectizer/sobjectizer-5.7.4.2.ebuild b/dev-libs/sobjectizer/sobjectizer-5.7.4.2.ebuild deleted file mode 100644 index 9caf3c0..0000000 --- a/dev-libs/sobjectizer/sobjectizer-5.7.4.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="An implementation of Actor, Publish-Subscribe, and CSP" -HOMEPAGE="https://github.com/Stiffstream/sobjectizer" -SRC_URI="https://github.com/Stiffstream/${PN}/archive/v.${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${PN}-v.${PV}" -CMAKE_USE_DIR="${S}/dev" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples test" -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}/cmake-5.7.4.3.patch" -) - -src_configure() { - local mycmakeargs=( - "-DBUILD_EXAMPLES=$(usex examples ON OFF)" - "-DBUILD_TESTS=$(usex test ON OFF)" - ) - cmake_src_configure -} -- cgit v1.2.3