mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
seafile-pro-server-8.0.1.ebuild
This commit is contained in:
parent
fc3fce045e
commit
da349f60c8
4 changed files with 1 additions and 83 deletions
|
|
@ -1,4 +1,2 @@
|
|||
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
|
||||
DIST seafile-pro-server_7.1.15_x86-64_CentOS.tar.gz 104352148 BLAKE2B a058929ef630f52d1a6539162345d0f21f12956825c484599d85db62df4de5e6673976b1c17fdbb4a743e12611ea5991110f327613dcf4e2f4e3558ff5244a93 SHA512 e24f56cb62860c8f89f68cded8b825288c2d28f04d33198e75db66ee5c16f36026ba65cca296c44978fb9507a23a75bec1e3c116ce83c251b50f1a338bf16f6c
|
||||
DIST seafile-pro-server_8.0.0_x86-64_CentOS.tar.gz 109895128 BLAKE2B 85cc91217175d0ac364a4eaffe85c77e93e095f59d41b0a959193fa922eeee4f1bc8ab32e9b24561f8d78ae3a9afaf5979dc898743fb89e06428569d9fa353ae SHA512 0d6c5d7a36e7b8c0037c276be3398284b4d52bff41a4c989ad165ae4aeb76a4b3859f0107fa41d53f3a2a11cfde11a62cacc4b1f0a32d0ab3e38e457a49ecef3
|
||||
DIST seafile-pro-server_8.0.1_x86-64_CentOS.tar.gz 110228196 BLAKE2B 3608128f21d2bf3f4a1ea192ebc3446f34125a4ab934851957398d8c0ee2ac33c0defd451b36ce0f7d69786a1599ee26e3e432edcc3031a2e8be9c1ba57af944 SHA512 70fe70ceea67b0f6dd0c2babf2eac24d8f46940898a63bdda426751cc37808f9863efa77c8d74594764ca88df8faff4444c5ca15e3352165712a02a14be49a01
|
||||
|
|
|
|||
|
|
@ -1,40 +0,0 @@
|
|||
# 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}"
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
# 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}"
|
||||
Loading…
Reference in a new issue