From cc651686afe763c72eaf2bd0fb122e624e134275 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 2 Sep 2022 11:24:50 +0100 Subject: net-libs/xrootd: drop 5.0.3-r1 Signed-off-by: Marek Szuba --- net-libs/xrootd/xrootd-5.0.3-r1.ebuild | 117 --------------------------------- 1 file changed, 117 deletions(-) delete mode 100644 net-libs/xrootd/xrootd-5.0.3-r1.ebuild (limited to 'net-libs/xrootd/xrootd-5.0.3-r1.ebuild') diff --git a/net-libs/xrootd/xrootd-5.0.3-r1.ebuild b/net-libs/xrootd/xrootd-5.0.3-r1.ebuild deleted file mode 100644 index 63d03a9265a8..000000000000 --- a/net-libs/xrootd/xrootd-5.0.3-r1.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -# Upstream does not support the building of Python bindings -# via CMake for more than one implementation at a time. -inherit cmake python-single-r1 - -DESCRIPTION="Extended ROOT remote file server" -HOMEPAGE="http://xrootd.org/" -SRC_URI="http://xrootd.org/download/v${PV}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="doc examples fuse http kerberos python readline ssl test" -RESTRICT="!test? ( test )" - -CDEPEND="acct-group/xrootd - acct-user/xrootd - sys-libs/zlib - virtual/libcrypt:= - fuse? ( sys-fs/fuse:= ) - kerberos? ( virtual/krb5 ) - python? ( ${PYTHON_DEPS} ) - readline? ( sys-libs/readline:0= ) - ssl? (