public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd-ceph/
Date: Fri, 17 Sep 2021 15:58:40 +0000 (UTC)	[thread overview]
Message-ID: <1631894314.7ef0199c5332dbf3200f3b05f8d2d658fbada6af.marecki@gentoo> (raw)

commit:     7ef0199c5332dbf3200f3b05f8d2d658fbada6af
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 17 15:57:59 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 15:58:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef0199c

net-libs/xrootd-ceph: add 5.3.1

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-libs/xrootd-ceph/Manifest                 |  1 +
 net-libs/xrootd-ceph/xrootd-ceph-5.3.1.ebuild | 34 +++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-libs/xrootd-ceph/Manifest b/net-libs/xrootd-ceph/Manifest
index bcadc83b008..025b6132986 100644
--- a/net-libs/xrootd-ceph/Manifest
+++ b/net-libs/xrootd-ceph/Manifest
@@ -1,3 +1,4 @@
 DIST xrootd-ceph-5.0.3.tar.gz 81835 BLAKE2B 1be45c78dd0ec4b20451cfa4a8a579e076e718509a47fa04027207c12e433338decefb9f82749cc15cae3cad75d97485fe0a7d6582cdcc0739bd222bc1d97b6b SHA512 3338a0ab0446e4c7ee3d232f5cce8f93c49e040b4792aa52f9dcf6f27f6767e6ffbaff17eb30a87c5b3ff713e1b0c4edb24d8d116c91351c4ed0c13963f80fc9
 DIST xrootd-ceph-5.1.1.tar.gz 81981 BLAKE2B 6f0ddfd2e20c0127223d3d41e614fbefefb8e1ce20ae9a805fc0d01d7c442f0b9b9323ba1761a9b5a160f63bfe1c823384f84c160eb98d316bddc3c1affe2b6c SHA512 fede94cbe614b6c7dced07d1bbe8661706c0e0c98c77cab0a777b62cb7b1a0790ce597bb6764b36b6d2cba9884f23f6d37d54adb5b11cb6d20e32b95a2877ef3
 DIST xrootd-ceph-5.2.0.tar.gz 82017 BLAKE2B 604c2c9eae857f05160b3cd853591283c5aebdec2345a810d2454f34bc22768db15f973ca9f672e6522297f939586ca8e996222487e2c1733205159521bf4996 SHA512 fdfe71c9bd087d216c2c4536b130cf90a392032ac8d0ad294b8ee7358449cbdf779f0f5d5aca02062cc04f510678bc6171f3dd29ad1f7aa207617aa3dfbd6f54
+DIST xrootd-ceph-5.3.1.tar.gz 82029 BLAKE2B 1946da121e620c68ddafe448f049d4495ec5326cfc0286944cea41cb940ac8982ced939989efddb3879baa694c34f93f75f6e58c00b75c5d385da863daa15154 SHA512 bcf4fc341644e6c4d2c83b4bc913203187385964da3d00d019d69de0e0abd19915a5194713574bb1b8562e80edd3eeefb6fee1762e7c8595b14d13657c237861

diff --git a/net-libs/xrootd-ceph/xrootd-ceph-5.3.1.ebuild b/net-libs/xrootd-ceph/xrootd-ceph-5.3.1.ebuild
new file mode 100644
index 00000000000..01734365262
--- /dev/null
+++ b/net-libs/xrootd-ceph/xrootd-ceph-5.3.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND=">=net-libs/xrootd-5.0.0
+	sys-cluster/ceph"
+RDEPEND="${DEPEND}"
+BDEPEND="test? ( dev-util/cppunit )"
+
+# 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.*/libXrdCeph.*-$(ver_cut 1)\.so
+	/usr/lib.*/libXrdCephTests\.so"
+
+src_configure() {
+	local mycmakeargs=(
+		-DENABLE_TESTS=$(usex test)
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2021-09-17 15:58 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-17 15:58 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-04  7:42 [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd-ceph/ Guilherme Amadio
2023-07-04  7:42 Guilherme Amadio
2023-06-07  6:27 Guilherme Amadio
2023-04-08 20:56 Marek Szuba
2023-03-24 15:39 Guilherme Amadio
2023-02-15 14:59 Guilherme Amadio
2023-02-15 14:59 Guilherme Amadio
2022-09-02 10:52 Marek Szuba
2022-07-30 15:27 Marek Szuba
2022-06-10 15:25 Marek Szuba
2021-12-16 15:48 Marek Szuba
2021-05-27 13:48 Marek Szuba
2021-03-12 16:14 Marek Szuba
2021-03-05  9:09 Andreas Sturmlechner
2021-03-04 10:41 Agostino Sarubbo
2021-02-25 15:34 Marek Szuba
2020-11-12  9:26 Marek Szuba
2020-10-16 10:59 Marek Szuba
2020-10-16 10:59 Marek Szuba
2020-10-09 11:12 Agostino Sarubbo
2020-09-18 17:53 Marek Szuba
2020-09-18 17:53 Marek Szuba
2020-09-18 17:53 Marek Szuba
2020-08-24 17:19 Marek Szuba
2020-07-08 14:47 Marek Szuba
2020-06-25  7:00 Agostino Sarubbo
2020-06-19 16:12 Marek Szuba
2020-05-08 21:07 Marek Szuba
2020-05-08 21:04 Marek Szuba

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=1631894314.7ef0199c5332dbf3200f3b05f8d2d658fbada6af.marecki@gentoo \
    --to=marecki@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