diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-08-24 20:07:34 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-08-24 20:07:34 +0100 |
commit | 8fe6d9d1231876e871d462b251c1d438251d6b29 (patch) | |
tree | 2c16fa23d5d8a36cce764e1c124bc7e6d44ad560 /dev-embedded/libjaylink | |
parent | x11-drivers/nvidia-drivers: drop 390.151, 470.129.06, 510.73.05-r1 (diff) | |
download | gentoo-8fe6d9d1231876e871d462b251c1d438251d6b29.tar.gz gentoo-8fe6d9d1231876e871d462b251c1d438251d6b29.tar.bz2 gentoo-8fe6d9d1231876e871d462b251c1d438251d6b29.zip |
dev-embedded/libjaylink: drop live ebuild
It was added before a version was tagged upstream and is no longer
needed.
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-embedded/libjaylink')
-rw-r--r-- | dev-embedded/libjaylink/libjaylink-9999.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild deleted file mode 100644 index f1cfbdf3cbac..000000000000 --- a/dev-embedded/libjaylink/libjaylink-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git" - -inherit git-r3 autotools multilib-minimal - -DESCRIPTION="Library to access J-Link devices" -HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="" -IUSE="static-libs" - -DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die - eapply_user - eautoreconf - multilib_copy_sources -} - -multilib_src_configure() { - econf $(use_enable static-libs static) -} - -multilib_src_install_all() { - einstalldocs - use static-libs || find "${D}" -name '*.la' -delete || die -} |