commit:     ebbb07642bbb640bb852cedae1a9465ddfba1f2f
Author:     Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Thu Apr  1 23:12:47 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 07:42:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebbb0764

net-misc/seafile: version bump to 8.0.2

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/seafile/Manifest             |  1 +
 net-misc/seafile/seafile-8.0.2.ebuild | 54 +++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest
index 712ccdef60a..9baa650ac40 100644
--- a/net-misc/seafile/Manifest
+++ b/net-misc/seafile/Manifest
@@ -1 +1,2 @@
 DIST seafile-8.0.1.tar.gz 731105 BLAKE2B 
ac4b79112e40196cce2dbc64bb94a852b3f81ea08e0a833d45a297c02f5f66432345647b9a34aef67d8108d16eb5e3648002a070bb556a70be63b8c0314af9bb
 SHA512 
dd6366c06bfa25f16f5d3b2ef83b39b5886e834697891c274a3b4eafec3aabf72858dd4d341452e8d4fb8cd1166d30bb8a783dddb4370c02526e3a00ed9fdb3c
+DIST seafile-8.0.2.tar.gz 732341 BLAKE2B 
29bf3187a37c0f01261d3afba996e1165ddebe05a36f734fd3d7ee5d0368ae2f94b70cd9251799ddeeea2318c510094b7b2fe917ce06a6328aca00f378dcb9ae
 SHA512 
772dfb060e381eb2395b7ab094e11865f13e71f8c767d31e4ca8b48eaadf74d5d447298ea261f9cd48ff126828829c8d258ca943b01890f72072a36753d8333b

diff --git a/net-misc/seafile/seafile-8.0.2.ebuild 
b/net-misc/seafile/seafile-8.0.2.ebuild
new file mode 100644
index 00000000000..112354cfcd0
--- /dev/null
+++ b/net-misc/seafile/seafile-8.0.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=(python3_{7,8,9})
+
+WANT_AUTOMAKE=1.16
+
+RELEASE_COMMIT="2493113afb174b1a0e6f860512922b69c05cee69"
+
+inherit autotools python-single-r1 vala
+
+DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
+HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile/";
+SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+       $(python_gen_cond_dep '
+               dev-python/future[${PYTHON_MULTI_USEDEP}]
+       ')
+       !libressl? ( dev-libs/openssl:= )
+       libressl? ( dev-libs/libressl:= )
+       dev-db/sqlite:3
+       dev-libs/glib:2
+       dev-libs/jansson
+       dev-libs/libevent
+       net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
+       net-misc/curl
+       sys-libs/zlib"
+DEPEND="${RDEPEND}
+       $(vala_depend)"
+
+S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
+
+src_prepare() {
+       default
+       sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die
+       eautoreconf
+       vala_src_prepare
+}
+
+src_install() {
+       default
+       # Remove unnecessary .la files, as recommended by ltprune.eclass
+       find "${ED}" -name '*.la' -o -name '*.a' -delete || die
+       python_fix_shebang "${ED}"/usr/bin
+}

Reply via email to