From 067a9b19c37cc87db203bfced5cd909f33b14f18 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sun, 27 May 2018 21:15:09 -0400 Subject: [PATCH] net-libs/libeXosip: bump EAPI; drop eutils; add LibreSSL support Bug: https://bugs.gentoo.org/565238 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- net-libs/libeXosip/libeXosip-3.5.0.ebuild | 20 +++++++++----------- net-libs/libeXosip/libeXosip-4.0.0.ebuild | 20 ++++++++++---------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/net-libs/libeXosip/libeXosip-3.5.0.ebuild b/net-libs/libeXosip/libeXosip-3.5.0.ebuild index 322a25facbbe..3f2fed0aaf0a 100644 --- a/net-libs/libeXosip/libeXosip-3.5.0.ebuild +++ b/net-libs/libeXosip/libeXosip-3.5.0.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="2" - -inherit eutils +EAPI=6 MY_PV=${PV%.?}-${PV##*.} MY_PV=${PV} MY_P=${PN}2-${MY_PV} + DESCRIPTION="library to use the SIP protocol for multimedia session establishement" HOMEPAGE="https://savannah.nongnu.org/projects/exosip/" SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz" @@ -15,11 +14,15 @@ SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz" KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos" SLOT="0" LICENSE="GPL-2" -IUSE="+srv ssl" +IUSE="libressl +srv ssl" DEPEND=">=net-libs/libosip-3.2.0