diff --git a/www-apps/seafile-pro-server/Manifest b/www-apps/seafile-pro-server/Manifest index e9a444f9d..5eaf43b26 100644 --- a/www-apps/seafile-pro-server/Manifest +++ b/www-apps/seafile-pro-server/Manifest @@ -1,2 +1,3 @@ DIST seafile-pro-server_7.1.10_x86-64_CentOS.tar.gz 104310517 BLAKE2B 10fbd40d796d1f1dd9449456fa382c8efdf879322caf9c7f9313322a2df635956df9d6d3471b8c76ff5bae49ba1ddebe4afe3b112df8cd47d587eec6ea346547 SHA512 5d84b3bdb061a24f641c0a48bd6afb732127cbafd464fd9d809bc51d35f83cf2c401702ed6f79fe1c306add3a6522dc3ebc1ca6cff1f27782099444fba8299a5 DIST seafile-pro-server_7.1.13_x86-64_CentOS.tar.gz 104342370 BLAKE2B 6952a47a3e89fe48d80c115bcd2276db66eadb0d1cac984d39e80f4f6da01ec919209ffa4c0c3d66983566e46659f8a323c4ec8dd3bba70a61b9694467c4e541 SHA512 1a8206da21c177c8779767dbcda912ec90eaeda8e38d3662b6b8c5c96443bb24edb32efcefbf325f8b431ae6b145099639b2f36bf1578cbbf4517e2d9b8b01e2 +DIST seafile-pro-server_7.1.14_x86-64_CentOS.tar.gz 104348424 BLAKE2B 1b544e32698e15b3cb0393891cf36b6721a00061dc679221d00f5640da222751aad04b7e27baf32713768444527e8631b323cd8acd5d4b137eab8e8fbf8471d2 SHA512 1bb03d44ef65fbd71d32eab6476faaa2d67a59ae98b597b6f99b565360d3fdfc04c8aca1c4887236016e10cdc4dbb959fd81b86608e878639001116abecb09fd diff --git a/www-apps/seafile-pro-server/seafile-pro-server-7.1.14.ebuild b/www-apps/seafile-pro-server/seafile-pro-server-7.1.14.ebuild new file mode 100644 index 000000000..3288cb9e6 --- /dev/null +++ b/www-apps/seafile-pro-server/seafile-pro-server-7.1.14.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) +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 +#https://manual.seafile.com/changelog/changelog-for-seafile-professional-server/ +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}"