From 8a757dd2fd37b50a5223f56ec4880b15f064adc3 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 21 Nov 2017 14:10:56 -0500 Subject: net-libs/libnsl: drop static libs Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 --- net-libs/libnsl/libnsl-1.1.0-r2.ebuild | 42 ------------------------------- net-libs/libnsl/libnsl-1.1.0-r3.ebuild | 46 ++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 42 deletions(-) delete mode 100644 net-libs/libnsl/libnsl-1.1.0-r2.ebuild create mode 100644 net-libs/libnsl/libnsl-1.1.0-r3.ebuild (limited to 'net-libs/libnsl') diff --git a/net-libs/libnsl/libnsl-1.1.0-r2.ebuild b/net-libs/libnsl/libnsl-1.1.0-r2.ebuild deleted file mode 100644 index 443cdca129ec..000000000000 --- a/net-libs/libnsl/libnsl-1.1.0-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools multilib-minimal - -DESCRIPTION="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version" -HOMEPAGE="https://github.com/thkukuk/libnsl" -SRC_URI="https://github.com/thkukuk/${PN}/archive/${P}.tar.gz" - -SLOT="0/2" -LICENSE="LGPL-2.1+" - -# Stabilize together with glibc-2.26! -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -IUSE="" - -DEPEND=" - net-libs/libtirpc[${MULTILIB_USEDEP}] -" -RDEPEND="${DEPEND} - !