From 7d13210666e659d12f068b61c96f83c29005ec30 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 10 Nov 2022 05:07:43 +0000 Subject: dev-embedded/libftdi: drop obsolete sed for .pc files Closes: https://bugs.gentoo.org/880659 Bug: https://bugs.gentoo.org/766818 Signed-off-by: Sam James --- dev-embedded/libftdi/libftdi-1.5-r4.ebuild | 89 ++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 dev-embedded/libftdi/libftdi-1.5-r4.ebuild (limited to 'dev-embedded/libftdi/libftdi-1.5-r4.ebuild') diff --git a/dev-embedded/libftdi/libftdi-1.5-r4.ebuild b/dev-embedded/libftdi/libftdi-1.5-r4.ebuild new file mode 100644 index 000000000000..d0809d5547ab --- /dev/null +++ b/dev-embedded/libftdi/libftdi-1.5-r4.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit cmake python-single-r1 + +MY_P="${PN}1-${PV}" +if [[ ${PV} == 9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="git://developer.intra2net.com/${PN}" +else + SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2" + KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv sparc x86" +fi + +DESCRIPTION="Userspace access to FTDI USB interface chips" +HOMEPAGE="https://www.intra2net.com/en/developer/libftdi/" +S="${WORKDIR}/${MY_P}" + +LICENSE="LGPL-2" +SLOT="1" +IUSE="cxx doc examples python test tools" +RESTRICT="!test? ( test )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +BDEPEND=" + doc? ( app-doc/doxygen ) + python? ( dev-lang/swig )" +RDEPEND=" + virtual/libusb:1 + cxx? ( dev-libs/boost ) + python? ( ${PYTHON_DEPS} ) + tools? ( + !