From 1f0073bc8f2f069654da9f688f0f15c8eae34102 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Tue, 5 Mar 2024 14:56:13 +0000 Subject: app-misc/ola: RDEPEND on --- app-misc/ola/ola-0.10.9-r1.ebuild | 115 -------------------------------------- app-misc/ola/ola-0.10.9-r2.ebuild | 114 +++++++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+), 115 deletions(-) delete mode 100644 app-misc/ola/ola-0.10.9-r1.ebuild create mode 100644 app-misc/ola/ola-0.10.9-r2.ebuild diff --git a/app-misc/ola/ola-0.10.9-r1.ebuild b/app-misc/ola/ola-0.10.9-r1.ebuild deleted file mode 100644 index 3fba6f5383fb..000000000000 --- a/app-misc/ola/ola-0.10.9-r1.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# py3.12 blocked by protobuf-python -PYTHON_COMPAT=( python3_{10..11} ) - -inherit autotools python-single-r1 - -DESCRIPTION="Open Lighting Architecture, a framework for lighting control information" -HOMEPAGE="https://www.openlighting.org/ola/" -SRC_URI="https://github.com/OpenLightingProject/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc examples ftdi http osc python rdm-tests tcmalloc test usb zeroconf" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) - rdm-tests? ( python )" - -RESTRICT="!test? ( test )" - -RDEPEND="