commit:     03abf35bfb546c2bfcc56e176f74c6cfb725b79e
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 17:51:35 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 17:51:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03abf35b

net-libs/xrootd-ceph: remove old

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

 net-libs/xrootd-ceph/Manifest                 |  1 -
 net-libs/xrootd-ceph/xrootd-ceph-5.0.0.ebuild | 36 ---------------------------
 2 files changed, 37 deletions(-)

diff --git a/net-libs/xrootd-ceph/Manifest b/net-libs/xrootd-ceph/Manifest
index 3ebe5df95c6..43e153a5bb1 100644
--- a/net-libs/xrootd-ceph/Manifest
+++ b/net-libs/xrootd-ceph/Manifest
@@ -1,4 +1,3 @@
 DIST xrootd-ceph-4.12.0.tar.gz 80601 BLAKE2B 
05e31ec3a03d50f36f7ef368705ca8ad064d1d9da4fc3815aaf96ce358da07348aaea264d82884da2782cf7c1069b584269fff9f2a3140057b2d4d2929639f77
 SHA512 
de55cc923bad3629de6428dbc4e7c7e2cb802512f03f49bcfc79f12221828cd9702f1c9a1bc28b599dce801c937146cf381dfd589c85f4f5721c4fbf13f6ad34
 DIST xrootd-ceph-4.12.4.tar.gz 81253 BLAKE2B 
0b3d0e347e02b6948550c44487e0edb1c65075407b444b6242fb3e647e3fe91ff2d03ca10f13b5ae05ffa931eaf0b73a75055999a55b74ec20d8e6b853865f67
 SHA512 
cd793d18f6162a98f50f605177aae1421227226540fe3e632adae3632c053e78f3b53b1e09f6f60a9c64a5a5e5d019aceaf1ab1c11dde81e5c36512b47ac0ac9
-DIST xrootd-ceph-5.0.0.tar.gz 80615 BLAKE2B 
dd37dd2c76d59c8e1fe672fd9a573af8197f0f93a64e1ea1a2b02fca6be66c163c54f999089d397715135d0e209cc0b570f6d381b9f3c472a1e7316e22a03d46
 SHA512 
12215876bd73d59217909390595d128d03e12eed82d130ccec3b88c02620dbeb3e028e4d8101121778df5a804de1cc66bc485aa3073455ab5ef88d8ac158550f
 DIST xrootd-ceph-5.0.2.tar.gz 81255 BLAKE2B 
529d2c361cc7660cdbb481cdbae1fbf4cd706f29df868c645775b96efa7efaaecd9ea8b7d915c15b5ff78ad1395bb8271a3f1c1105ea0b42dced77efa33acaa7
 SHA512 
9f8de694a9a864ee0a963bb47c603d2cd3a77b4e13efacdd7f35674016358ce3b0a3fc5850098a29774749f54fa82db12c0e56b55d814873c124d9e19c7c23c5

diff --git a/net-libs/xrootd-ceph/xrootd-ceph-5.0.0.ebuild 
b/net-libs/xrootd-ceph/xrootd-ceph-5.0.0.ebuild
deleted file mode 100644
index f38a421f486..00000000000
--- a/net-libs/xrootd-ceph/xrootd-ceph-5.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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"
-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)
-               # As of 5.0.0 the default plug-in version is still 4.
-               -DPLUGIN_VERSION=$(ver_cut 1)
-       )
-       cmake_src_configure
-}

Reply via email to