From b2a3508c3634488d32ec5bbe6b4365ab27185ebd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 19 Sep 2022 17:22:12 +0100 Subject: gentoo auto-resync : 19:09:2022 - 17:22:11 --- net-fs/cvmfs/cvmfs-2.9.4.ebuild | 104 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 net-fs/cvmfs/cvmfs-2.9.4.ebuild (limited to 'net-fs/cvmfs/cvmfs-2.9.4.ebuild') diff --git a/net-fs/cvmfs/cvmfs-2.9.4.ebuild b/net-fs/cvmfs/cvmfs-2.9.4.ebuild new file mode 100644 index 000000000000..ed1428a69031 --- /dev/null +++ b/net-fs/cvmfs/cvmfs-2.9.4.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake linux-info bash-completion-r1 + +DESCRIPTION="HTTP read-only file system for distributing software" +HOMEPAGE="https://cernvm.cern.ch/fs/" +SRC_URI="https://ecsft.cern.ch/dist/cvmfs/${P}/source.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="server" + +CDEPEND=" + acct-group/cvmfs + acct-user/cvmfs + app-arch/libarchive + dev-cpp/gtest + dev-cpp/sparsehash + dev-db/sqlite:3= +