diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-26 08:08:19 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-26 08:24:38 -0400 |
commit | f43e46fb293191a7fe2bf0cffc128e326dfe7e9c (patch) | |
tree | 01fb769cc1f0ccc4cf21a68aaac0741cdb6bf5c4 /dev-libs/yaz | |
parent | dev-libs/xml-security-c: add libressl support (diff) | |
download | gentoo-f43e46fb293191a7fe2bf0cffc128e326dfe7e9c.tar.gz gentoo-f43e46fb293191a7fe2bf0cffc128e326dfe7e9c.tar.bz2 gentoo-f43e46fb293191a7fe2bf0cffc128e326dfe7e9c.zip |
dev-libs/yaz: bump EAPI and add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/yaz')
-rw-r--r-- | dev-libs/yaz/yaz-3.0.53.ebuild | 11 | ||||
-rw-r--r-- | dev-libs/yaz/yaz-4.2.30.ebuild | 11 | ||||
-rw-r--r-- | 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 9fdd73c01890..6d3e25304ff3 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 a2a7d782a9d1..874523278c8e 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 a2a7d782a9d1..874523278c8e 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 )" |