mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 21:00:56 +02:00
seafile-pro-server-7.1.13.ebuild
This commit is contained in:
parent
d78ab59689
commit
e557cb100e
3 changed files with 4 additions and 43 deletions
|
|
@ -1,3 +1,2 @@
|
|||
DIST seafile-pro-server_7.1.10_x86-64_CentOS.tar.gz 104310517 BLAKE2B 10fbd40d796d1f1dd9449456fa382c8efdf879322caf9c7f9313322a2df635956df9d6d3471b8c76ff5bae49ba1ddebe4afe3b112df8cd47d587eec6ea346547 SHA512 5d84b3bdb061a24f641c0a48bd6afb732127cbafd464fd9d809bc51d35f83cf2c401702ed6f79fe1c306add3a6522dc3ebc1ca6cff1f27782099444fba8299a5
|
||||
DIST seafile-pro-server_7.1.8_x86-64_CentOS.tar.gz 104400788 BLAKE2B 4bb130b1d2779acfc9c90df2733a1425cda18e143152e5ddde3f87bb1f001feadaf4d941a2bee85e8462fd489d46c68fef1eb8e950e9d01f6c6b3b81d70a6a91 SHA512 ce2f37053b4efd45b6068696c977587ef7c8854a81d5e4f947c670e2b3e44529e9cb9a72c9ca39a29cffb631f47f2a70af60c75d353a961c105e2e68fe27988c
|
||||
DIST seafile-pro-server_7.1.9_x86-64_CentOS.tar.gz 104309030 BLAKE2B 12b4094436eb02bc2ef469484acf928001928d7cd5ccb84f05b94ed1049c03f9679798ea2ea860d37a7908cf3750068e6342b04e9b6ec04bc0c031b7b5d9614d SHA512 cb8aa905eeac8e384bb8f870cac5458c9752ddc6e2eb71fecccfe2b9623c03873cebedbb3b1810fa0848b7f0f9b55534eb6a3f13dc1195c174c4453bf6c09ba2
|
||||
DIST seafile-pro-server_7.1.13_x86-64_CentOS.tar.gz 104342370 BLAKE2B 6952a47a3e89fe48d80c115bcd2276db66eadb0d1cac984d39e80f4f6da01ec919209ffa4c0c3d66983566e46659f8a323c4ec8dd3bba70a61b9694467c4e541 SHA512 1a8206da21c177c8779767dbcda912ec90eaeda8e38d3662b6b8c5c96443bb24edb32efcefbf325f8b431ae6b145099639b2f36bf1578cbbf4517e2d9b8b01e2
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
inherit python-single-r1
|
||||
|
||||
MY_P="seafile-pro-server_${PV}_x86-64_CentOS.tar.gz"
|
||||
|
|
@ -17,6 +17,7 @@ KEYWORDS="amd64"
|
|||
IUSE="fuse mysql psd sqlite"
|
||||
|
||||
#https://download.seafile.com/published/seafile-manual/upgrade/upgrade_notes_for_7.1.x.md
|
||||
#https://manual.seafile.com/changelog/changelog-for-seafile-professional-server/
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pillow[${PYTHON_MULTI_USEDEP}]
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
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="GPL-2+-with-openssl-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="fuse mysql psd sqlite"
|
||||
|
||||
#https://download.seafile.com/published/seafile-manual/upgrade/upgrade_notes_for_7.1.x.md
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
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