mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
seafile-pro-server-9.0.10.ebuild
This commit is contained in:
parent
ebdb625646
commit
4794de4f96
3 changed files with 3 additions and 57 deletions
|
|
@ -1,3 +1,2 @@
|
||||||
DIST seafile-pro-server_9.0.6_x86-64_CentOS.tar.gz 103066976 BLAKE2B 1425b9569e1c04915776e584c788d301844d9bfb4d8421aa231c3eff92b3ff2edde0906ac313e62942bdf9ba93ce475c18da687bfca594d5aac2ab83dddfc1a8 SHA512 e25c08c8edf8d1cfae4dd0e62749d6fb73d0cf01e6967b51adde14b6d5413219a064f873d1cceb17af8a32dd0f1983b36a01f928a535ac6a4d6a0e7ef7635732
|
DIST seafile-pro-server_9.0.10_x86-64_CentOS.tar.gz 97125361 BLAKE2B 9fd362eb12afe4eacc8b7a8703580575adb4a6eb1c0695ff86620bce1ac91f997302bdfcbebe42e73f2e73e3c47556d7cce36fc4f0bd14ca9145db13d676460a SHA512 980be7f5949c8b38fdcd65203da92662748d9313610eff878553adebdd0360294353bd1fa1dc3e5cc921608bb274dca6b3e5aabb688242621b3c7c4350f55aff
|
||||||
DIST seafile-pro-server_9.0.7_x86-64_CentOS.tar.gz 96811511 BLAKE2B d768d8167340a99094e81125f830ed420e32dac81daf335a10f43888c956f5f0c430b223867881425fdca237628581b1ff97091ffe03a713bae37c43e740de51 SHA512 a78084d871ca238e91e1b248087e192ec3969d564c1fd8d82afa8d7d1ecf1d8f5607f5e96c2d23b59d8c1745a82ee970d4a51732929b389ea79f3b4c2b2b8648
|
|
||||||
DIST seafile-pro-server_9.0.9_x86-64_CentOS.tar.gz 97112439 BLAKE2B 5565a0fcfb70a7f6c86e4f617859defb43a29c1412c2e50b82b621d7dc8424d99c8ebbb9e04e0f5306ca851a23b6181635f237fb4b71a7ad8b5d3962a58d59bb SHA512 2089807f8b04b0759c08636be0c3d1be836b31d4c1c210bd05d0da0dabf44a8930deee8f87d1dd246f4dc3d303abd41cc501eb61eff4bba63b9f94279ef2242b
|
DIST seafile-pro-server_9.0.9_x86-64_CentOS.tar.gz 97112439 BLAKE2B 5565a0fcfb70a7f6c86e4f617859defb43a29c1412c2e50b82b621d7dc8424d99c8ebbb9e04e0f5306ca851a23b6181635f237fb4b71a7ad8b5d3962a58d59bb SHA512 2089807f8b04b0759c08636be0c3d1be836b31d4c1c210bd05d0da0dabf44a8930deee8f87d1dd246f4dc3d303abd41cc501eb61eff4bba63b9f94279ef2242b
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ IUSE="fuse mysql psd sqlite"
|
||||||
|
|
||||||
# https://manual.seafile.com/upgrade/upgrade_notes_for_8.0.x/
|
# https://manual.seafile.com/upgrade/upgrade_notes_for_8.0.x/
|
||||||
# https://manual.seafile.com/changelog/changelog-for-seafile-professional-server/
|
# https://manual.seafile.com/changelog/changelog-for-seafile-professional-server/
|
||||||
# ~dev-python/cffi-1.14.6[${PYTHON_USEDEP}]
|
|
||||||
|
|
||||||
RDEPEND="${PYTHON_DEPS}
|
RDEPEND="${PYTHON_DEPS}
|
||||||
>=app-misc/elasticsearch-7.16.2
|
>=app-misc/elasticsearch-7.16.2
|
||||||
|
|
@ -34,6 +33,8 @@ RDEPEND="${PYTHON_DEPS}
|
||||||
dev-python/django-pylibmc[${PYTHON_USEDEP}]
|
dev-python/django-pylibmc[${PYTHON_USEDEP}]
|
||||||
dev-python/ldap3[${PYTHON_USEDEP}]
|
dev-python/ldap3[${PYTHON_USEDEP}]
|
||||||
|
|
||||||
|
dev-python/lxml[${PYTHON_USEDEP}]
|
||||||
|
|
||||||
dev-python/cffi
|
dev-python/cffi
|
||||||
dev-python/requests
|
dev-python/requests
|
||||||
|
|
||||||
|
|
@ -1,54 +0,0 @@
|
||||||
# Copyright 1999-2022 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/
|
|
||||||
# ~dev-python/cffi-1.14.6[${PYTHON_USEDEP}]
|
|
||||||
RDEPEND="${PYTHON_DEPS}
|
|
||||||
>=app-misc/elasticsearch-7.16.2
|
|
||||||
$(python_gen_cond_dep '
|
|
||||||
dev-python/future[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pillow[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pylibmc[${PYTHON_USEDEP}]
|
|
||||||
dev-python/django-simple-captcha[${PYTHON_USEDEP}]
|
|
||||||
|
|
||||||
dev-python/jinja[${PYTHON_USEDEP}]
|
|
||||||
dev-python/sqlalchemy[sqlite?,${PYTHON_USEDEP}]
|
|
||||||
psd? ( dev-python/psd-tools )
|
|
||||||
dev-python/django-pylibmc[${PYTHON_USEDEP}]
|
|
||||||
dev-python/ldap3[${PYTHON_USEDEP}]
|
|
||||||
~dev-python/cffi-1.15.0[${PYTHON_USEDEP}]
|
|
||||||
')
|
|
||||||
fuse? ( sys-fs/fuse:0 )
|
|
||||||
mysql? ( $(python_gen_cond_dep ' dev-python/mysqlclient[${PYTHON_USEDEP}]') )
|
|
||||||
sys-libs/libselinux
|
|
||||||
dev-libs/nss
|
|
||||||
virtual/jre:*"
|
|
||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
#match with cffi in RDEPEND section
|
|
||||||
sed -e "s|1.14.0|1.15.0|" -i seahub/thirdpart/cffi/__init__.py || die "sed failed"
|
|
||||||
eapply_user
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
einfo "follow the official documentation:"
|
|
||||||
einfo "https://manual.seafile.com/deploy_pro/download_and_setup_seafile_professional_server/"
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue