From d4bd6695641f6d2ec7ff8681913d304e995902f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 29 May 2018 03:22:09 +0100 Subject: gentoo resync : 29.05.2018 --- net-libs/iax/iax-0.2.2-r1.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'net-libs/iax/iax-0.2.2-r1.ebuild') diff --git a/net-libs/iax/iax-0.2.2-r1.ebuild b/net-libs/iax/iax-0.2.2-r1.ebuild index 5bdaf96a5ee8..46813b978f01 100644 --- a/net-libs/iax/iax-0.2.2-r1.ebuild +++ b/net-libs/iax/iax-0.2.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="2" +EAPI=6 DESCRIPTION="IAX (Inter Asterisk eXchange) Library" -HOMEPAGE="http://www.asterisk.org/" -SRC_URI="http://downloads.asterisk.org/pub/telephony/libiax/${P}.tar.gz" +HOMEPAGE="https://www.asterisk.org/" +SRC_URI="https://downloads.asterisk.org/pub/telephony/libiax/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" @@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="debug snomhack" src_prepare() { + default if ! use debug; then sed -i -e "s:-DDEBUG_SUPPORT -DDEBUG_DEFAULT ::" src/Makefile.in \ || die "sed failed" @@ -34,8 +35,3 @@ src_configure() { $(use_enable debug extreme-debug) \ $(use_enable snomhack) } - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -} -- cgit v1.2.3