From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EEC0B1382D6 for ; Sun, 26 Jun 2016 12:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF416141B2; Sun, 26 Jun 2016 12:21:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0A16A141B2 for ; Sun, 26 Jun 2016 12:21:56 +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 DF1F1340CB1 for ; Sun, 26 Jun 2016 12:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65AB82433 for ; Sun, 26 Jun 2016 12:21:52 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1466943878.f43e46fb293191a7fe2bf0cffc128e326dfe7e9c.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/yaz/yaz-3.0.53.ebuild dev-libs/yaz/yaz-4.2.30.ebuild dev-libs/yaz/yaz-4.2.51.ebuild X-VCS-Directories: dev-libs/yaz/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: f43e46fb293191a7fe2bf0cffc128e326dfe7e9c X-VCS-Branch: master Date: Sun, 26 Jun 2016 12:21:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c4dcade6-bcf5-48f5-a033-126c7077cbc9 X-Archives-Hash: bd62ddc083559ecd5c1696ee92b46bd0 commit: f43e46fb293191a7fe2bf0cffc128e326dfe7e9c Author: Anthony G. Basile gentoo org> AuthorDate: Sun Jun 26 12:08:19 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Jun 26 12:24:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43e46fb dev-libs/yaz: bump EAPI and add libressl support Package-Manager: portage-2.2.28 dev-libs/yaz/yaz-3.0.53.ebuild | 11 ++++++----- dev-libs/yaz/yaz-4.2.30.ebuild | 11 ++++++----- dev-libs/yaz/yaz-4.2.51.ebuild | 11 ++++++----- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/dev-libs/yaz/yaz-3.0.53.ebuild b/dev-libs/yaz/yaz-3.0.53.ebuild index 9fdd73c..6d3e253 100644 --- a/dev-libs/yaz/yaz-3.0.53.ebuild +++ b/dev-libs/yaz/yaz-3.0.53.ebuild @@ -1,22 +1,23 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 inherit eutils autotools -DESCRIPTION="C/C++ programmer's toolkit supporting the development of Z39.50v3 clients and servers" +DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers" HOMEPAGE="http://www.indexdata.dk/yaz" SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="debug icu tcpd ziffy" +IUSE="debug icu libressl tcpd ziffy" RDEPEND="dev-libs/libxml2 dev-libs/libxslt - dev-libs/openssl + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) icu? ( dev-libs/icu ) tcpd? ( sys-apps/tcp-wrappers ) ziffy? ( net-libs/libpcap )" diff --git a/dev-libs/yaz/yaz-4.2.30.ebuild b/dev-libs/yaz/yaz-4.2.30.ebuild index a2a7d78..8745232 100644 --- a/dev-libs/yaz/yaz-4.2.30.ebuild +++ b/dev-libs/yaz/yaz-4.2.30.ebuild @@ -1,22 +1,23 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 inherit eutils autotools -DESCRIPTION="C/C++ programmer's toolkit supporting the development of Z39.50v3 clients and servers" +DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers" HOMEPAGE="http://www.indexdata.dk/yaz" SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="4" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="debug icu tcpd ziffy" +IUSE="debug icu libressl tcpd ziffy" RDEPEND="dev-libs/libxml2 dev-libs/libxslt - dev-libs/openssl + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) icu? ( dev-libs/icu ) tcpd? ( sys-apps/tcp-wrappers ) ziffy? ( net-libs/libpcap )" diff --git a/dev-libs/yaz/yaz-4.2.51.ebuild b/dev-libs/yaz/yaz-4.2.51.ebuild index a2a7d78..8745232 100644 --- a/dev-libs/yaz/yaz-4.2.51.ebuild +++ b/dev-libs/yaz/yaz-4.2.51.ebuild @@ -1,22 +1,23 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 inherit eutils autotools -DESCRIPTION="C/C++ programmer's toolkit supporting the development of Z39.50v3 clients and servers" +DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers" HOMEPAGE="http://www.indexdata.dk/yaz" SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="4" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="debug icu tcpd ziffy" +IUSE="debug icu libressl tcpd ziffy" RDEPEND="dev-libs/libxml2 dev-libs/libxslt - dev-libs/openssl + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) icu? ( dev-libs/icu ) tcpd? ( sys-apps/tcp-wrappers ) ziffy? ( net-libs/libpcap )"