From 58dac6481c32b92688e89233c0a4b10327db4a5a Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Sun, 25 Dec 2016 12:05:58 +0300 Subject: net-libs/xrootd: version bump - version bump to 4.5.0; - add USE=rbd for Ceph's Rados Block Device support; - sort cmake args. Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko --- net-libs/xrootd/xrootd-4.5.0.ebuild | 79 +++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 net-libs/xrootd/xrootd-4.5.0.ebuild (limited to 'net-libs/xrootd/xrootd-4.5.0.ebuild') diff --git a/net-libs/xrootd/xrootd-4.5.0.ebuild b/net-libs/xrootd/xrootd-4.5.0.ebuild new file mode 100644 index 000000000000..c7f762555e4e --- /dev/null +++ b/net-libs/xrootd/xrootd-4.5.0.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils user + +DESCRIPTION="Extended ROOT remote file server" +HOMEPAGE="http://xrootd.org/" +SRC_URI="http://xrootd.org/download/v${PV}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc fuse http kerberos readline rbd ssl test" + +RDEPEND=" + !