From 4d356eca43a710a901ad5e3075a56dc27ea82d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakov=20Smoli=C4=87?= Date: Sat, 11 Dec 2021 17:06:35 +0100 Subject: [PATCH] dev-libs/libserialport: drop 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolić --- .../libserialport/libserialport-0.1.1.ebuild | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 dev-libs/libserialport/libserialport-0.1.1.ebuild diff --git a/dev-libs/libserialport/libserialport-0.1.1.ebuild b/dev-libs/libserialport/libserialport-0.1.1.ebuild deleted file mode 100644 index b6824186f2226..0000000000000 --- a/dev-libs/libserialport/libserialport-0.1.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://sigrok.org/${PN}" - inherit autotools git-r3 -else - SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="Cross platform serial port access library" -HOMEPAGE="https://sigrok.org/wiki/Libserialport" - -LICENSE="LGPL-3" -SLOT="0" -IUSE="static-libs" - -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - - [[ ${PV} == "9999" ]] && eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - find "${ED}" -name '*.la' -type f -delete || die -}