diff options
-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 |