From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/
Date: Sun, 26 Jun 2016 12:21:52 +0000 (UTC) [thread overview]
Message-ID: <1466943878.f43e46fb293191a7fe2bf0cffc128e326dfe7e9c.blueness@gentoo> (raw)
commit: f43e46fb293191a7fe2bf0cffc128e326dfe7e9c
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 12:08:19 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> 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 )"
next reply other threads:[~2016-06-26 12:21 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-26 12:21 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-06-28 6:00 [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/ Michał Górny
2016-07-03 18:45 Andreas Hüttel
2016-07-04 11:36 Tobias Klausmann
2016-08-30 20:29 Markus Meier
2016-10-01 14:12 Jeroen Roovers
2016-11-05 17:16 Pacho Ramos
2016-11-05 17:21 Pacho Ramos
2020-02-18 20:06 Andreas Sturmlechner
2021-07-25 21:46 Andreas K. Hüttel
2021-08-16 2:43 Sam James
2021-08-16 3:15 Sam James
2021-08-16 3:15 Sam James
2022-02-19 10:34 Arthur Zamarin
2022-02-19 12:38 Arthur Zamarin
2022-06-12 7:33 Joonas Niilola
2022-08-26 12:04 Sam James
2022-11-24 18:14 Conrad Kostecki
2022-12-18 11:34 Sam James
2022-12-18 11:55 Sam James
2022-12-18 12:28 Sam James
2022-12-18 20:07 Arthur Zamarin
2024-01-30 6:58 Sam James
2024-02-14 16:48 Sam James
2024-02-14 19:42 Sam James
2024-02-14 19:47 Arthur Zamarin
2024-02-17 14:48 Sam James
2024-08-25 15:24 Andreas K. Hüttel
2024-10-31 23:32 Andreas K. Hüttel
2025-01-02 0:14 Conrad Kostecki
2025-03-08 7:20 Arthur Zamarin
2025-03-08 7:20 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466943878.f43e46fb293191a7fe2bf0cffc128e326dfe7e9c.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox