From cc420fb8bdbc37a0c10b7dc2e02928bcd840147a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 5 Mar 2024 19:06:10 +0000 Subject: gentoo auto-resync : 05:03:2024 - 19:06:10 --- app-misc/ola/Manifest | 2 +- app-misc/ola/ola-0.10.9-r1.ebuild | 115 -------------------------------------- app-misc/ola/ola-0.10.9-r2.ebuild | 114 +++++++++++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+), 116 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 (limited to 'app-misc/ola') diff --git a/app-misc/ola/Manifest b/app-misc/ola/Manifest index 5b0752fccbc6..e7874ebefd1b 100644 --- a/app-misc/ola/Manifest +++ b/app-misc/ola/Manifest @@ -1,4 +1,4 @@ AUX ola-0.10.9-nullptr.patch 7412 BLAKE2B f03facd9b48493a47d35744d33edab8fbae87e0440053cd7f1610af40fae1a4d56b6a20beb2b3ca8b4fb64d023795ca9e12fd8149d69a150bc105f9978eaddbb SHA512 669ab2bab44cbab87f8c99f92799faa1422a0d0aaeb7da3c8b2dcdb71f47515e93f773b8fab372c66aa47a23797fce0725722ca25354e868ae2926510282058d DIST ola-0.10.9.tar.gz 2578760 BLAKE2B 8cace370b21788d0fe65e56d33fdc9436a5103837d370e3e7e07b43318d4ec3b29536b55c4b117f515a4698ebab88f58718759a0cf9a00f79d0b839e7a79d581 SHA512 e8e2f4249d6e1f63f6c36ae548d9e3a82080f0da82829f923ba6b4d63685fb89f9baccf4588fd6fcbf756708d91e27d022c0d623e7c03c84ec058e7dc7c46bdf -EBUILD ola-0.10.9-r1.ebuild 2471 BLAKE2B 4995348f9240e8f521d5ab8c9c51bcf03fe15d1fbc33d1bf3423e842293616fc60169871e2be3a111ca649fd67203bd6a32ff6f8bb1957910f028c93fc0f1f89 SHA512 b95eba3966b8f3b26c7a5f2b0d16a4a17b54d185a07c863f1bfa186727eeac4f8febec825845219c476307c4f0e1cae2f87435305f3fdc3c1ea11aa98b0b6d32 +EBUILD ola-0.10.9-r2.ebuild 2437 BLAKE2B f549d7c3ed854c24884653c06ffce6c2890d52947c067b92ee54322fb1156a67217b4da923937f3544e7ddb03b5929a82cdeb822e62f70886db11468ee16995b SHA512 d9ede9d22bace2100e82166c667f6a3e572422bd8f64e8712a1bb1f80a14338f791f034774bddc2681defcf88a143f8d24838a94f1f05885ce009db53928d615 MISC metadata.xml 1012 BLAKE2B 181177e538c6cdc37b3ba630b3bd3cffd1701e4f674cd51c6032c3b0367c11a0090482055328961e150203f47a1662597e2d0164c65c12662ce3ae2407db5a98 SHA512 01e6e96741b65a895229e7626e6fbfc51132d7b841c597933ea7055c302369264d014da1ff9c9bbad014c1cb812bb43d120a1d40c473c40eef6353ed4bfafc11 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="