From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-921231-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6D0DE139085
	for <garchives@archives.gentoo.org>; Wed,  4 Jan 2017 14:06:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 326DBE0DAC;
	Wed,  4 Jan 2017 14:06:44 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0AF6AE0DAC
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Jan 2017 14:06:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2B7413413A6
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Jan 2017 14:06:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 614C4261D
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Jan 2017 14:06:41 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1483538794.477f3780f22f20063f811728286c27bfd2e8d5cc.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libisds/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libisds/libisds-9999.ebuild
X-VCS-Directories: net-libs/libisds/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: 477f3780f22f20063f811728286c27bfd2e8d5cc
X-VCS-Branch: master
Date: Wed,  4 Jan 2017 14:06:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 865f4786-7dc1-4530-b027-88da2be0f0f3
X-Archives-Hash: 8d166bff9165628d7bf0ee70da6f0688

commit:     477f3780f22f20063f811728286c27bfd2e8d5cc
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 14:05:47 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 14:06:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477f3780

net-libs/libisds: Bumped live ebuild to EAPI-6.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libisds/libisds-9999.ebuild | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/net-libs/libisds/libisds-9999.ebuild b/net-libs/libisds/libisds-9999.ebuild
index ab81852..c034a61 100644
--- a/net-libs/libisds/libisds-9999.ebuild
+++ b/net-libs/libisds/libisds-9999.ebuild
@@ -1,18 +1,15 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-[[ ${PV} = 9999* ]] && inherit git-2 autotools
-EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
-inherit base eutils
+[[ ${PV} = 9999* ]] && inherit git-r3 autotools
 
 DESCRIPTION="Client library for accessing ISDS Soap services"
 HOMEPAGE="http://xpisar.wz.cz/libisds/"
 if [[ ${PV} = 9999* ]]; then
-	SRC_URI=""
-	KEYWORDS=""
+	EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
 else
 	SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
 	KEYWORDS="~amd64 ~mips ~x86"
@@ -25,7 +22,7 @@ IUSE="+curl debug nls static-libs test"
 COMMON_DEPEND="
 	app-crypt/gpgme
 	dev-libs/expat
-	dev-libs/libgcrypt:0
+	dev-libs/libgcrypt:0=
 	dev-libs/libxml2
 	curl? ( net-misc/curl[ssl] )
 "
@@ -40,23 +37,25 @@ RDEPEND="${COMMON_DEPEND}
 DOCS=( NEWS README AUTHORS ChangeLog )
 
 src_prepare() {
-	base_src_prepare
+	default
 	[[ ${PV} = 9999* ]] && eautoreconf
 }
 
 src_configure() {
-	econf \
-		--disable-fatalwarnings \
-		$(use_with curl libcurl) \
-		$(use_enable curl curlreauthorizationbug) \
-		$(use_enable debug) \
-		$(use_enable nls) \
-		$(use_enable static-libs static) \
+	local myeconfargs=(
+		--disable-fatalwarnings
+		$(use_with curl libcurl)
+		$(use_enable curl curlreauthorizationbug)
+		$(use_enable debug)
+		$(use_enable nls)
+		$(use_enable static-libs static)
 		$(use_enable test)
+	)
+	econf "${myeconfargs[@]}"
 }
 
 src_install() {
-	base_src_install
+	default
 
-	prune_libtool_files --all
+	find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
 }