From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB68015A7D9 for ; Fri, 17 Mar 2023 14:09:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00BE1E0729; Fri, 17 Mar 2023 14:09:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9DAFE0729 for ; Fri, 17 Mar 2023 14:09:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEB0F341034 for ; Fri, 17 Mar 2023 14:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 631B08E3 for ; Fri, 17 Mar 2023 14:09:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679062142.2fb08fe65f209fc798d5e98eef6081501dc41dbb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/seafile/seafile-8.0.10-r1.ebuild net-misc/seafile/seafile-8.0.9-r1.ebuild X-VCS-Directories: net-misc/seafile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2fb08fe65f209fc798d5e98eef6081501dc41dbb X-VCS-Branch: master Date: Fri, 17 Mar 2023 14:09:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b21e6849-00d3-4746-9dd4-50c6680a8efe X-Archives-Hash: 20f390b315982fb8e1a8cc1f6fcabe04 commit: 2fb08fe65f209fc798d5e98eef6081501dc41dbb Author: Sam James gentoo org> AuthorDate: Fri Mar 17 14:09:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 17 14:09:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb08fe6 net-misc/seafile: fix S Closes: https://bugs.gentoo.org/901733 Fixes: adfaf2ed6d9d1b3c7f15c2f46ce858360c3d53c6 Signed-off-by: Sam James gentoo.org> net-misc/seafile/seafile-8.0.10-r1.ebuild | 3 +-- 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