Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/
Date: Sun, 26 Jun 2016 12:21:58
Message-Id: 1466943878.f43e46fb293191a7fe2bf0cffc128e326dfe7e9c.blueness@gentoo
1 commit: f43e46fb293191a7fe2bf0cffc128e326dfe7e9c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 12:08:19 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 12:24:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43e46fb
7
8 dev-libs/yaz: bump EAPI and add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/yaz/yaz-3.0.53.ebuild | 11 ++++++-----
13 dev-libs/yaz/yaz-4.2.30.ebuild | 11 ++++++-----
14 dev-libs/yaz/yaz-4.2.51.ebuild | 11 ++++++-----
15 3 files changed, 18 insertions(+), 15 deletions(-)
16
17 diff --git a/dev-libs/yaz/yaz-3.0.53.ebuild b/dev-libs/yaz/yaz-3.0.53.ebuild
18 index 9fdd73c..6d3e253 100644
19 --- a/dev-libs/yaz/yaz-3.0.53.ebuild
20 +++ b/dev-libs/yaz/yaz-3.0.53.ebuild
21 @@ -1,22 +1,23 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 -EAPI=2
28 +EAPI=5
29 inherit eutils autotools
30
31 -DESCRIPTION="C/C++ programmer's toolkit supporting the development of Z39.50v3 clients and servers"
32 +DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers"
33 HOMEPAGE="http://www.indexdata.dk/yaz"
34 SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz"
35
36 LICENSE="BSD GPL-2"
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
39 -IUSE="debug icu tcpd ziffy"
40 +IUSE="debug icu libressl tcpd ziffy"
41
42 RDEPEND="dev-libs/libxml2
43 dev-libs/libxslt
44 - dev-libs/openssl
45 + !libressl? ( dev-libs/openssl:0= )
46 + libressl? ( dev-libs/libressl:0= )
47 icu? ( dev-libs/icu )
48 tcpd? ( sys-apps/tcp-wrappers )
49 ziffy? ( net-libs/libpcap )"
50
51 diff --git a/dev-libs/yaz/yaz-4.2.30.ebuild b/dev-libs/yaz/yaz-4.2.30.ebuild
52 index a2a7d78..8745232 100644
53 --- a/dev-libs/yaz/yaz-4.2.30.ebuild
54 +++ b/dev-libs/yaz/yaz-4.2.30.ebuild
55 @@ -1,22 +1,23 @@
56 -# Copyright 1999-2015 Gentoo Foundation
57 +# Copyright 1999-2016 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 -EAPI=2
62 +EAPI=5
63 inherit eutils autotools
64
65 -DESCRIPTION="C/C++ programmer's toolkit supporting the development of Z39.50v3 clients and servers"
66 +DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers"
67 HOMEPAGE="http://www.indexdata.dk/yaz"
68 SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz"
69
70 LICENSE="BSD GPL-2"
71 SLOT="4"
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
73 -IUSE="debug icu tcpd ziffy"
74 +IUSE="debug icu libressl tcpd ziffy"
75
76 RDEPEND="dev-libs/libxml2
77 dev-libs/libxslt
78 - dev-libs/openssl
79 + !libressl? ( dev-libs/openssl:0= )
80 + libressl? ( dev-libs/libressl:0= )
81 icu? ( dev-libs/icu )
82 tcpd? ( sys-apps/tcp-wrappers )
83 ziffy? ( net-libs/libpcap )"
84
85 diff --git a/dev-libs/yaz/yaz-4.2.51.ebuild b/dev-libs/yaz/yaz-4.2.51.ebuild
86 index a2a7d78..8745232 100644
87 --- a/dev-libs/yaz/yaz-4.2.51.ebuild
88 +++ b/dev-libs/yaz/yaz-4.2.51.ebuild
89 @@ -1,22 +1,23 @@
90 -# Copyright 1999-2015 Gentoo Foundation
91 +# Copyright 1999-2016 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Id$
94
95 -EAPI=2
96 +EAPI=5
97 inherit eutils autotools
98
99 -DESCRIPTION="C/C++ programmer's toolkit supporting the development of Z39.50v3 clients and servers"
100 +DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers"
101 HOMEPAGE="http://www.indexdata.dk/yaz"
102 SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz"
103
104 LICENSE="BSD GPL-2"
105 SLOT="4"
106 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
107 -IUSE="debug icu tcpd ziffy"
108 +IUSE="debug icu libressl tcpd ziffy"
109
110 RDEPEND="dev-libs/libxml2
111 dev-libs/libxslt
112 - dev-libs/openssl
113 + !libressl? ( dev-libs/openssl:0= )
114 + libressl? ( dev-libs/libressl:0= )
115 icu? ( dev-libs/icu )
116 tcpd? ( sys-apps/tcp-wrappers )
117 ziffy? ( net-libs/libpcap )"