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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9434D139337 for ; Mon, 26 Jul 2021 21:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF73E0935; Mon, 26 Jul 2021 21:56:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1412E0935 for ; Mon, 26 Jul 2021 21:56:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7824B342AD3 for ; Mon, 26 Jul 2021 21:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D645C798 for ; Mon, 26 Jul 2021 21:56:15 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1627336540.978027ffb0df4b0775c2fcaf88863cd2a4689329.conikost@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.1.ebuild net-misc/seafile/seafile-8.0.2.ebuild net-misc/seafile/seafile-8.0.3.ebuild X-VCS-Directories: net-misc/seafile/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 978027ffb0df4b0775c2fcaf88863cd2a4689329 X-VCS-Branch: master Date: Mon, 26 Jul 2021 21:56:15 +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: 8ce71f20-c76b-42ae-849e-db03da5d6b41 X-Archives-Hash: 39a52b017184eb056c2cae5e9b42c088 commit: 978027ffb0df4b0775c2fcaf88863cd2a4689329 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Jul 26 20:21:50 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 26 21:55:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978027ff net-misc/seafile: adjust comment Just adjusting a comment, as ltprune.eclass will be gone in future. No changes in ebuild. Signed-off-by: Conrad Kostecki gentoo.org> net-misc/seafile/seafile-8.0.1.ebuild | 2 +- net-misc/seafile/seafile-8.0.2.ebuild | 2 +- net-misc/seafile/seafile-8.0.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/seafile/seafile-8.0.1.ebuild b/net-misc/seafile/seafile-8.0.1.ebuild index 891aaaa47dd..ffc82290de4 100644 --- a/net-misc/seafile/seafile-8.0.1.ebuild +++ b/net-misc/seafile/seafile-8.0.1.ebuild @@ -42,7 +42,7 @@ src_prepare() { src_install() { default - # Remove unnecessary .la files, as recommended by ltprune.eclass + # Remove unnecessary .la files find "${ED}" -name '*.la' -o -name '*.a' -delete || die python_fix_shebang "${ED}"/usr/bin } diff --git a/net-misc/seafile/seafile-8.0.2.ebuild b/net-misc/seafile/seafile-8.0.2.ebuild index 04c6660122f..53ed66a1dc8 100644 --- a/net-misc/seafile/seafile-8.0.2.ebuild +++ b/net-misc/seafile/seafile-8.0.2.ebuild @@ -46,7 +46,7 @@ src_prepare() { src_install() { default - # Remove unnecessary .la files, as recommended by ltprune.eclass + # Remove unnecessary .la files find "${ED}" -name '*.la' -o -name '*.a' -delete || die python_fix_shebang "${ED}"/usr/bin } diff --git a/net-misc/seafile/seafile-8.0.3.ebuild b/net-misc/seafile/seafile-8.0.3.ebuild index 1506b7efd42..e9ac6acd1fa 100644 --- a/net-misc/seafile/seafile-8.0.3.ebuild +++ b/net-misc/seafile/seafile-8.0.3.ebuild @@ -51,7 +51,7 @@ src_configure() { src_install() { default - # Remove unnecessary .la files, as recommended by ltprune.eclass + # Remove unnecessary .la files find "${ED}" -name '*.la' -delete || die python_fix_shebang "${ED}"/usr/bin/seaf-cli }