net-proxy/dae: add 0.6.0_rc1, drop 0.4.0
[gentoo-zh.git] / sys-fs / coda / coda-7.0.5.ebuild
blob8da0de8e3bb884f1b200b4eb1f51fa3582a0daee
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 PYTHON_COMPAT=( python3_11 )
7 inherit python-single-r1
9 DESCRIPTION="Coda is an advanced network file system, similar to NFS"
10 HOMEPAGE="
11 http://www.coda.cs.cmu.edu
12 https://github.com/cmusatyalab/coda
14 SRC_URI="http://coda.cs.cmu.edu/coda/source/${P}.tar.xz"
16 LICENSE="GPL-1"
17 SLOT="0"
18 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
19 RESTRICT="mirror"
21 COM_DEP="sys-libs/ncurses
22 dev-lang/lua
23 sys-devel/flex
24 sys-devel/bison
25 sys-libs/readline
26 sys-libs/lwp
29 DEPEND="${COM_DEP}
30 virtual/pkgconfig
33 RDEPEND="
34 ${COM_DEP}
35 ${PYTHON_DEPS}