commit: 8fe6d9d1231876e871d462b251c1d438251d6b29 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Wed Aug 24 19:07:34 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Wed Aug 24 19:07:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe6d9d1
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 <AT> gentoo.org> dev-embedded/libjaylink/libjaylink-9999.ebuild | 36 -------------------------- 1 file changed, 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 -}
