From 9ce6d0aa8a0b1fd89706dddbe31e4ad0809c3045 Mon Sep 17 00:00:00 2001 From: nic Date: Mon, 14 Apr 2025 11:19:07 -0400 Subject: rm nanopb-9999, ivpn-3.13.4, qflipper-9999 --- dev-libs/nanopb/nanopb-9999.ebuild | 51 -------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 dev-libs/nanopb/nanopb-9999.ebuild (limited to 'dev-libs/nanopb/nanopb-9999.ebuild') diff --git a/dev-libs/nanopb/nanopb-9999.ebuild b/dev-libs/nanopb/nanopb-9999.ebuild deleted file mode 100644 index f3c7500..0000000 --- a/dev-libs/nanopb/nanopb-9999.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) - -inherit cmake flag-o-matic python-single-r1 - -DESCRIPTION="plain-C Protocol Buffers for embedded/memory-constrained systems" -HOMEPAGE="https://jpa.kapsi.fi/nanopb/ https://github.com/nanopb/nanopb" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/nanopb/nanopb.git" -else - SRC_URI="https://github.com/nanopb/nanopb/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -LICENSE="ZLIB" -SLOT="0" -IUSE="+pb-malloc" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - dev-libs/protobuf - ${PYTHON_DEPS} -" -DEPEND=" - dev-build/scons - ${RDEPEND} -" -BDEPEND="${PYTHON_DEPS}" - -#S="${WORKDIR}/${PN}-${PV}" - -src_configure() { - use pb-malloc && append-cppflags "-DPB_ENABLE_MALLOC" - cmake_src_configure -} - -src_test() { - cd "${S}"/tests - scons -} - -src_install() { - cmake_src_install - python_optimize -} -- cgit v1.2.3