commit:     4750239d11d7ad91081557acec6747aa196e1d62
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 21:11:50 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 21:11:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4750239d

net-libs/xrootd-ceph: treeclean

Closes: https://bugs.gentoo.org/894600
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/xrootd-ceph/Manifest                      |  2 --
 .../files/xrootd-ceph-5.4.0_no-werror.patch        | 11 -------
 net-libs/xrootd-ceph/metadata.xml                  | 16 ---------
 net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild      | 38 ----------------------
 net-libs/xrootd-ceph/xrootd-ceph-5.5.5.ebuild      | 38 ----------------------
 profiles/arch/amd64/x32/package.mask               |  5 ---
 profiles/package.mask                              |  7 ----
 7 files changed, 117 deletions(-)

diff --git a/net-libs/xrootd-ceph/Manifest b/net-libs/xrootd-ceph/Manifest
deleted file mode 100644
index c6fee4687bdd..000000000000
--- a/net-libs/xrootd-ceph/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST xrootd-ceph-5.5.4.tar.gz 82015 BLAKE2B 
cfd2ec0151bfb7113954a7bab4f522984b0692700a2cd141c7039418d528693bf45e65308395a8eacf4e1a5b34389fc3c0b83f0575af132730103376bc8e07fc
 SHA512 
59cc73505e8cb8ec9e43b30f3773872458257c3c463919337ef97e77de928378803719300f191877d54c1d67dbf45b54aa115ebc9bbac0f64acf51f4e7c23cc5
-DIST xrootd-ceph-5.5.5.tar.gz 82015 BLAKE2B 
ddc9f2e54d698b7974a768da9f528dbdbcf0990836acfaf3d51996630388e68ce3e8c35b5f5849331f4479c5d4df93b890e857afb31a0eac1e7fd950bb196fca
 SHA512 
0795a72c48275eb3f7ced96395536b1965f2422927e77c89e91acc3d0066d3bbafeddb378d3780d4b979e4c6308abd93a3a8bd759607562f5b1d263f99927414

diff --git a/net-libs/xrootd-ceph/files/xrootd-ceph-5.4.0_no-werror.patch 
b/net-libs/xrootd-ceph/files/xrootd-ceph-5.4.0_no-werror.patch
deleted file mode 100644
index f67fb513b455..000000000000
--- a/net-libs/xrootd-ceph/files/xrootd-ceph-5.4.0_no-werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/cmake/XRootDOSDefs.cmake
-+++ b/cmake/XRootDOSDefs.cmake
-@@ -12,7 +12,7 @@
- 
#-------------------------------------------------------------------------------
- if( CMAKE_COMPILER_IS_GNUCXX )
-   set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
--  set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror" )
-+  set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra" )
-   set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-parameter" )
-   # gcc 4.1 is retarded
-   execute_process( COMMAND ${CMAKE_C_COMPILER} -dumpversion

diff --git a/net-libs/xrootd-ceph/metadata.xml 
b/net-libs/xrootd-ceph/metadata.xml
deleted file mode 100644
index 0465b587dd37..000000000000
--- a/net-libs/xrootd-ceph/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>sci-phys...@gentoo.org</email>
-               <name>Gentoo Physics Project</name>
-       </maintainer>
-       <longdescription lang="en">
-               This XROOTD plug-in allows it to interface with rados block 
devices via
-               <pkg>sys-cluster/ceph</pkg>. Until its version 4.10.0 it used 
to part
-               of <pkg>net-libs/xrootd</pkg> itself.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">xrootd/xrootd-ceph</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild 
b/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild
deleted file mode 100644
index bea7bc8efad1..000000000000
--- a/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 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/refs/tags/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-${PV}
-       sys-cluster/ceph"
-RDEPEND="${DEPEND}"
-BDEPEND="test? ( dev-util/cppunit )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-5.4.0_no-werror.patch
-)
-
-# 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
-}

diff --git a/net-libs/xrootd-ceph/xrootd-ceph-5.5.5.ebuild 
b/net-libs/xrootd-ceph/xrootd-ceph-5.5.5.ebuild
deleted file mode 100644
index ef04b6db3238..000000000000
--- a/net-libs/xrootd-ceph/xrootd-ceph-5.5.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 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/refs/tags/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-${PV}
-       sys-cluster/ceph"
-RDEPEND="${DEPEND}"
-BDEPEND="test? ( dev-util/cppunit )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-5.4.0_no-werror.patch
-)
-
-# 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
-}

diff --git a/profiles/arch/amd64/x32/package.mask 
b/profiles/arch/amd64/x32/package.mask
index 032af5569537..08df9abeb7bc 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -150,11 +150,6 @@ media-video/jellyfin-media-player
 app-office/libreoffice-bin
 app-office/libreoffice-bin-debug
 
-# Marek Szuba <mare...@gentoo.org> (2020-05-08)
-# Requires sys-cluster/ceph, which is masked in this profile as well
-# (see below)
-net-libs/xrootd-ceph
-
 # Hasan ÇALIŞIR <hasan.cali...@psauxit.com> (2019-10-28)
 # requires net-libs/nodejs | sys-apps/yarn
 net-analyzer/gvm

diff --git a/profiles/package.mask b/profiles/package.mask
index 19c5fce85b82..9f421d94fbee 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -225,13 +225,6 @@ media-plugins/gst-transcoder
 # in 2018. Removal on or after 2023-12-01.
 app-admin/aws-elb-tools
 
-# Guilherme Amadio <ama...@gentoo.org> (2023-10-30)
-# net-libs/xrootd-ceph was split from net-libs/xrootd as a git
-# submodule, but has been merged back to the main repository in
-# net-libs/xrootd-5.6.0. Please switch to net-libs/xrootd[ceph]
-# instead of net-libs/xrootd-ceph. Removal on 2023-11-30.
-net-libs/xrootd-ceph
-
 # Michał Górny <mgo...@gentoo.org> (2023-10-27)
 # dev-games/cegui is unmaintained, does not support Python 3.11 and has
 # a ton of open bugs.  It is only used by games-rpg/sumwars.  CeGUI has

Reply via email to