From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxr/
Date: Sun, 26 Jun 2016 00:09:32 +0000 (UTC) [thread overview]
Message-ID: <1466897791.14a4f4f05ada7f789e5db7991b6a0f2b76b68a23.blueness@gentoo> (raw)
commit: 14a4f4f05ada7f789e5db7991b6a0f2b76b68a23
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 23:36:31 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 23:36:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a4f4f0
dev-libs/libxr: bump EAPI and add libressl support
Package-Manager: portage-2.2.28
dev-libs/libxr/libxr-1.0.ebuild | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/dev-libs/libxr/libxr-1.0.ebuild b/dev-libs/libxr/libxr-1.0.ebuild
index 8aedc03..cdd0cf7 100644
--- a/dev-libs/libxr/libxr-1.0.ebuild
+++ b/dev-libs/libxr/libxr-1.0.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
+
DESCRIPTION="Cross-platform XML-RPC client/server library written in C"
HOMEPAGE="http://oss.zonio.net/libxr.htm"
SRC_URI="http://oss.zonio.net/releases/libxr/${P}.tar.bz2"
@@ -9,22 +11,22 @@ SRC_URI="http://oss.zonio.net/releases/libxr/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
+IUSE="libressl"
# IUSE="json"
RDEPEND=">=dev-libs/glib-2.12
- >=dev-libs/libxml2-2.6.20
- dev-libs/openssl"
-# json? ( >=dev-libs/json-c-0.3 )"
+ >=dev-libs/libxml2-2.6.20
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
+# json? ( >=dev-libs/json-c-0.3 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-util/re2c"
-src_compile() {
- econf --without-json || die
- emake || die
+src_configure() {
+ econf --without-json
}
src_install() {
- emake DESTDIR="$D" install || die
+ emake DESTDIR="$D" install
}
next reply other threads:[~2016-06-26 0:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-26 0:09 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-08 17:58 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxr/ Austin English
2016-05-28 8:30 Pacho Ramos
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=1466897791.14a4f4f05ada7f789e5db7991b6a0f2b76b68a23.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