Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile/
Date: Fri, 17 Mar 2023 14:09:36
Message-Id: 1679062142.2fb08fe65f209fc798d5e98eef6081501dc41dbb.sam@gentoo
1 commit: 2fb08fe65f209fc798d5e98eef6081501dc41dbb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 14:09:02 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 14:09:02 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb08fe6
7
8 net-misc/seafile: fix S
9
10 Closes: https://bugs.gentoo.org/901733
11 Fixes: adfaf2ed6d9d1b3c7f15c2f46ce858360c3d53c6
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-misc/seafile/seafile-8.0.10-r1.ebuild | 3 +--
15 net-misc/seafile/seafile-8.0.9-r1.ebuild | 3 +--
16 2 files changed, 2 insertions(+), 4 deletions(-)
17
18 diff --git a/net-misc/seafile/seafile-8.0.10-r1.ebuild b/net-misc/seafile/seafile-8.0.10-r1.ebuild
19 index 6f496eb7bd8b..101373643601 100644
20 --- a/net-misc/seafile/seafile-8.0.10-r1.ebuild
21 +++ b/net-misc/seafile/seafile-8.0.10-r1.ebuild
22 @@ -14,6 +14,7 @@ inherit autotools python-single-r1 vala
23 DESCRIPTION="File syncing and sharing software with file encryption and group sharing"
24 HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile/"
25 #SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> ${P}.tar.gz"
26 +#S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
27 SRC_URI="https://github.com/haiwen/seafile/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
28
29 LICENSE="GPL-2+-with-openssl-exception"
30 @@ -39,8 +40,6 @@ DEPEND="${RDEPEND}"
31 BDEPEND="${PYTHON_DEPS}
32 $(vala_depend)"
33
34 -S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
35 -
36 pkg_setup() {
37 python-single-r1_pkg_setup
38 vala_setup
39
40 diff --git a/net-misc/seafile/seafile-8.0.9-r1.ebuild b/net-misc/seafile/seafile-8.0.9-r1.ebuild
41 index 36000e2b7d6f..a00e58b3b0fa 100644
42 --- a/net-misc/seafile/seafile-8.0.9-r1.ebuild
43 +++ b/net-misc/seafile/seafile-8.0.9-r1.ebuild
44 @@ -14,6 +14,7 @@ inherit autotools python-single-r1 vala
45 DESCRIPTION="File syncing and sharing software with file encryption and group sharing"
46 HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile/"
47 #SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> ${P}.tar.gz"
48 +#S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
49 SRC_URI="https://github.com/haiwen/seafile/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
50
51 LICENSE="GPL-2+-with-openssl-exception"
52 @@ -39,8 +40,6 @@ DEPEND="${RDEPEND}"
53 BDEPEND="${PYTHON_DEPS}
54 $(vala_depend)"
55
56 -S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
57 -
58 pkg_setup() {
59 python-single-r1_pkg_setup
60 vala_setup