mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
seafile-pro-server-9.0.3.ebuild
This commit is contained in:
parent
0d71315fd0
commit
757583bf0b
2 changed files with 42 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST seafile-pro-server_7.1.22_x86-64_CentOS.tar.gz 116769747 BLAKE2B b42a4c5806649874a2f46abba81d698c0d3675843c088a3fbcf993cb929c3d6968ea44e8c77c3ae3548cc6520e314fef8d6ab895f2630cfb8052f01ac4da1b55 SHA512 14aaceaec2e72d6edcd46fd58d5f1c843454c10c10dafdb55092a2bcee16c71f7a62f9995d66ec8cc4a3929c2717e9b410beee4774d2233d41d3e888e048171a
|
||||
DIST seafile-pro-server_8.0.14_x86-64_CentOS.tar.gz 124758132 BLAKE2B f55e175e70e62b3ba979da535c89a1c7d621864e213a5e358ffa9bb76e520ab977b189880a9ef9d26d46e24357c7d6fde5abf73b8a417a7ab2ee6cc061f39692 SHA512 56f1a43fe95810a3775b4096e74a95c81800a038cd69f29b6a7c4ebf72ac9a8a5367f999def5a64af3f59c09fdaec3708a116a587eadf611ce5ae3accaf06dfd
|
||||
DIST seafile-pro-server_9.0.3_x86-64_CentOS.tar.gz 102163757 BLAKE2B f883fc780990d195dbdbf6332d1b9ee0cb4b37f56368e9ebb4519b8558533fefee37d4cc8ff68f2f1b096d3db6374061ac8cbcefc6c805fc13202fcca35d38da SHA512 e781eed11fdcead55e388501c9f26a7449cb7eb3088910347e1de5b0ae640bc50c5c2ce3381f7b9b5237da260e738fabcf1eaa0afb386f98aff144c73aadf4d7
|
||||
|
|
|
|||
41
www-apps/seafile-pro-server/seafile-pro-server-9.0.3.ebuild
Normal file
41
www-apps/seafile-pro-server/seafile-pro-server-9.0.3.ebuild
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
inherit python-single-r1
|
||||
|
||||
MY_P="seafile-pro-server_${PV}_x86-64_CentOS.tar.gz"
|
||||
|
||||
DESCRIPTION="Meta package for Seafile Pro Edition, file sync share solution"
|
||||
HOMEPAGE="https://github.com/haiwen/seafile-server/ http://www.seafile.com/"
|
||||
SRC_URI="https://download.seafile.com/d/6e5297246c/files/?p=%2Fpro%2F${MY_P}&dl=1 -> ${MY_P}"
|
||||
|
||||
LICENSE="seafile"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="fuse mysql psd sqlite"
|
||||
|
||||
#https://manual.seafile.com/upgrade/upgrade_notes_for_8.0.x/
|
||||
#https://manual.seafile.com/changelog/changelog-for-seafile-professional-server/
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/future[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/pylibmc[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/django-simple-captcha[${PYTHON_MULTI_USEDEP}]
|
||||
|
||||
dev-python/jinja[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/sqlalchemy[sqlite?,${PYTHON_MULTI_USEDEP}]
|
||||
psd? ( dev-python/psd-tools )
|
||||
dev-python/django-pylibmc[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/ldap3[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
|
||||
fuse? ( sys-fs/fuse:0 )
|
||||
mysql? ( $(python_gen_cond_dep ' dev-python/mysqlclient[${PYTHON_MULTI_USEDEP}]') )
|
||||
sys-libs/libselinux
|
||||
dev-libs/nss
|
||||
virtual/jre:*"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue