From dffc0cbc181b1f88a75e2f70cf114be3605a0409 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 26 May 2020 08:27:04 +0200 Subject: net-libs/wandio: Remove .la file(s) Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jeroen Roovers --- net-libs/wandio/wandio-4.2.3_p1-r1.ebuild | 54 +++++++++++++++++++++++++++++++ net-libs/wandio/wandio-4.2.3_p1.ebuild | 49 ---------------------------- 2 files changed, 54 insertions(+), 49 deletions(-) create mode 100644 net-libs/wandio/wandio-4.2.3_p1-r1.ebuild delete mode 100644 net-libs/wandio/wandio-4.2.3_p1.ebuild (limited to 'net-libs/wandio') diff --git a/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild new file mode 100644 index 000000000000..e0d614fcb241 --- /dev/null +++ b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools + +DESCRIPTION="C library for simple and efficient file IO" +HOMEPAGE="https://research.wand.net.nz/software/libwandio.php" +SRC_URI="https://github.com/wanduow/${PN}/archive/${PV/_p/-}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0/6" +KEYWORDS="~amd64 ~x86" +IUSE="bzip2 http lzma lzo static-libs test zlib" +RESTRICT="!test? ( test )" + +RDEPEND=" + !