diff options
author | Sam James <sam@gentoo.org> | 2023-03-17 14:09:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 14:09:02 +0000 |
commit | 2fb08fe65f209fc798d5e98eef6081501dc41dbb (patch) | |
tree | 4d4449e3335413a22cd533815b94541b32a0b3e2 /net-misc/seafile | |
parent | net-libs/libsoup: add another reference to apache patch (diff) | |
download | gentoo-2fb08fe65f209fc798d5e98eef6081501dc41dbb.tar.gz gentoo-2fb08fe65f209fc798d5e98eef6081501dc41dbb.tar.bz2 gentoo-2fb08fe65f209fc798d5e98eef6081501dc41dbb.zip |
net-misc/seafile: fix S
Closes: https://bugs.gentoo.org/901733
Fixes: adfaf2ed6d9d1b3c7f15c2f46ce858360c3d53c6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/seafile')
-rw-r--r-- | net-misc/seafile/seafile-8.0.10-r1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/seafile/seafile-8.0.9-r1.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/seafile/seafile-8.0.10-r1.ebuild b/net-misc/seafile/seafile-8.0.10-r1.ebuild index 6f496eb7bd8b..101373643601 100644 --- a/net-misc/seafile/seafile-8.0.10-r1.ebuild +++ b/net-misc/seafile/seafile-8.0.10-r1.ebuild @@ -14,6 +14,7 @@ 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" +#S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" SRC_URI="https://github.com/haiwen/seafile/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="GPL-2+-with-openssl-exception" @@ -39,8 +40,6 @@ DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS} $(vala_depend)" -S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" - pkg_setup() { python-single-r1_pkg_setup vala_setup diff --git a/net-misc/seafile/seafile-8.0.9-r1.ebuild b/net-misc/seafile/seafile-8.0.9-r1.ebuild index 36000e2b7d6f..a00e58b3b0fa 100644 --- a/net-misc/seafile/seafile-8.0.9-r1.ebuild +++ b/net-misc/seafile/seafile-8.0.9-r1.ebuild @@ -14,6 +14,7 @@ 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" +#S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" SRC_URI="https://github.com/haiwen/seafile/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="GPL-2+-with-openssl-exception" @@ -39,8 +40,6 @@ DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS} $(vala_depend)" -S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" - pkg_setup() { python-single-r1_pkg_setup vala_setup |