diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-06-19 17:14:48 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-06-19 18:12:02 +0200 |
commit | 12c68a2825964f8132c88ef2cb425440c16e13b1 (patch) | |
tree | 89d7cb160d27129865bf71ce10dbe3c9b2369a08 /net-libs/xrootd-ceph | |
parent | net-libs/xrootd: bump to 4.12.3 (diff) | |
download | gentoo-12c68a2825964f8132c88ef2cb425440c16e13b1.tar.gz gentoo-12c68a2825964f8132c88ef2cb425440c16e13b1.tar.bz2 gentoo-12c68a2825964f8132c88ef2cb425440c16e13b1.zip |
net-libs/xrootd-ceph: bump to 4.12.3
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs/xrootd-ceph')
-rw-r--r-- | net-libs/xrootd-ceph/Manifest | 1 | ||||
-rw-r--r-- | net-libs/xrootd-ceph/xrootd-ceph-4.12.3.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/net-libs/xrootd-ceph/Manifest b/net-libs/xrootd-ceph/Manifest index 24eab4063e39..ccf5c92d389a 100644 --- a/net-libs/xrootd-ceph/Manifest +++ b/net-libs/xrootd-ceph/Manifest @@ -1 +1,2 @@ DIST xrootd-ceph-4.12.0.tar.gz 80601 BLAKE2B 05e31ec3a03d50f36f7ef368705ca8ad064d1d9da4fc3815aaf96ce358da07348aaea264d82884da2782cf7c1069b584269fff9f2a3140057b2d4d2929639f77 SHA512 de55cc923bad3629de6428dbc4e7c7e2cb802512f03f49bcfc79f12221828cd9702f1c9a1bc28b599dce801c937146cf381dfd589c85f4f5721c4fbf13f6ad34 +DIST xrootd-ceph-4.12.3.tar.gz 80615 BLAKE2B d7040be47fe3f9283036f1d56f509860c6a56f29f68835d1469f3ee48377dd90e1c76b28c65b1dab24b64e00083368e1242bd4988f15b6b9df50a0c7715d9f00 SHA512 8df64c33b97cb9d92bc0a962c34c82d789551d76a3450b56125f2924357ee46c51513f992809357a217890d1d261144a92ee1b95f075b2c8081d4646402467b0 diff --git a/net-libs/xrootd-ceph/xrootd-ceph-4.12.3.ebuild b/net-libs/xrootd-ceph/xrootd-ceph-4.12.3.ebuild new file mode 100644 index 000000000000..f701427b94c7 --- /dev/null +++ b/net-libs/xrootd-ceph/xrootd-ceph-4.12.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="xrootd OSS plug-in for interfacing with Ceph storage platform" +HOMEPAGE="https://xrootd.slac.stanford.edu/" +SRC_URI="https://github.com/xrootd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux" + +DEPEND="net-libs/xrootd + !<net-libs/xrootd-4.10.0[rbd] + sys-cluster/ceph" +RDEPEND="${DEPEND}" + +# xrootd plugins are not intended to be linked with, +# they are to be loaded at runtime by xrootd, +# see https://github.com/xrootd/xrootd/issues/447 +QA_SONAME="/usr/lib.*/libXrd.*-$(ver_cut 1).so" |