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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE4C5158042 for ; Fri, 15 Nov 2024 21:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80782E0918; Fri, 15 Nov 2024 21:08:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66133E0918 for ; Fri, 15 Nov 2024 21:08:28 +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 7AF9C343022 for ; Fri, 15 Nov 2024 21:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 173111E06 for ; Fri, 15 Nov 2024 21:08:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1731704768.ffe94eae2ecae173aeb3e6846f791ad05c5110ef.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/ecm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ffe94eae2ecae173aeb3e6846f791ad05c5110ef X-VCS-Branch: master Date: Fri, 15 Nov 2024 21:08:26 +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: d5b579bd-3228-454c-954c-aaf982ae4135 X-Archives-Hash: d1c47596d0c581d414e6b93c77c72d70 commit: ffe94eae2ecae173aeb3e6846f791ad05c5110ef Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 10 00:37:27 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 15 21:06:08 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ffe94eae ecm.eclass: Drop live ebuild warning Closes: https://bugs.gentoo.org/823808 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/ecm.eclass | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 3abf9e88a3..4fa9ce7aed 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -758,12 +758,6 @@ ecm_pkg_postinst() { false) xdg_pkg_postinst ;; *) ;; esac - - if [[ -n ${_KDE_ORG_ECLASS} ]] && [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]] && [[ ${KDE_BUILD_TYPE} = live ]]; then - einfo "WARNING! This is an experimental live ebuild of ${CATEGORY}/${PN}" - einfo "Use it at your own risk." - einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" - fi } # @FUNCTION: ecm_pkg_postrm