From fcf660f89dc8bb14d39e8b1d601f41dcbfdb1ada Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 8 May 2020 23:00:22 +0200 Subject: [PATCH] net-libs/xrootd-ceph: not-quite-new package This used to be part of net-libs/xrootd but got split into a separate upstream package before version 4.10.0. Seeing as the code in question has been in the tree before (still is in fact, we've still got 4.8.4), let this package directly inherit the keywords, as well as the maintainer, of xrootd itself. Signed-off-by: Marek Szuba --- net-libs/xrootd-ceph/Manifest | 1 + net-libs/xrootd-ceph/metadata.xml | 13 ++++++++++ .../xrootd-ceph/xrootd-ceph-4.12.0.ebuild | 24 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 net-libs/xrootd-ceph/Manifest create mode 100644 net-libs/xrootd-ceph/metadata.xml create mode 100644 net-libs/xrootd-ceph/xrootd-ceph-4.12.0.ebuild diff --git a/net-libs/xrootd-ceph/Manifest b/net-libs/xrootd-ceph/Manifest new file mode 100644 index 000000000000..24eab4063e39 --- /dev/null +++ b/net-libs/xrootd-ceph/Manifest @@ -0,0 +1 @@ +DIST xrootd-ceph-4.12.0.tar.gz 80601 BLAKE2B 05e31ec3a03d50f36f7ef368705ca8ad064d1d9da4fc3815aaf96ce358da07348aaea264d82884da2782cf7c1069b584269fff9f2a3140057b2d4d2929639f77 SHA512 de55cc923bad3629de6428dbc4e7c7e2cb802512f03f49bcfc79f12221828cd9702f1c9a1bc28b599dce801c937146cf381dfd589c85f4f5721c4fbf13f6ad34 diff --git a/net-libs/xrootd-ceph/metadata.xml b/net-libs/xrootd-ceph/metadata.xml new file mode 100644 index 000000000000..65cbb7c9f142 --- /dev/null +++ b/net-libs/xrootd-ceph/metadata.xml @@ -0,0 +1,13 @@ + + + + + sci-physics@gentoo.org + Gentoo Physics Project + + + This XROOTD plug-in allows it to interface with rados block devices via + sys-cluster/ceph. Until its version 4.10.0 it used to part + of net-libs/xrootd itself. + + diff --git a/net-libs/xrootd-ceph/xrootd-ceph-4.12.0.ebuild b/net-libs/xrootd-ceph/xrootd-ceph-4.12.0.ebuild new file mode 100644 index 000000000000..867190e4408b --- /dev/null +++ b/net-libs/xrootd-ceph/xrootd-ceph-4.12.0.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 ~x86 ~amd64-linux ~x86-linux" + +DEPEND="net-libs/xrootd + !