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 A9FCD158041 for ; Wed, 28 Feb 2024 11:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE2FEE2B72; Wed, 28 Feb 2024 11:04:12 +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 D31CCE2B72 for ; Wed, 28 Feb 2024 11:04:12 +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 ED0B1340906 for ; Wed, 28 Feb 2024 11:04:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 869C014E6 for ; Wed, 28 Feb 2024 11:04:10 +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: <1709118148.e16f4dfd68afb37f078809d4dbafe62e28b2b7ab.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/plasma.kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e16f4dfd68afb37f078809d4dbafe62e28b2b7ab X-VCS-Branch: master Date: Wed, 28 Feb 2024 11:04:10 +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: f238e982-b9d9-4d12-9194-86dbe8b5d26d X-Archives-Hash: fb1dc8c1ce7384abe4ccbcc7a095356b commit: e16f4dfd68afb37f078809d4dbafe62e28b2b7ab Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 13:43:10 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 28 11:02:28 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e16f4dfd plasma.kde.org.eclass: Mark 6.0.0 as released Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/plasma.kde.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index e85803a817..ddbd3271e8 100644 --- a/eclass/plasma.kde.org.eclass +++ b/eclass/plasma.kde.org.eclass @@ -29,7 +29,7 @@ _PLASMA_KDE_ORG_ECLASS=1 # @INTERNAL # @DESCRIPTION: # For proper description see kde.org.eclass manpage. -KDE_PV_UNRELEASED=( 6.0.0 ) +KDE_PV_UNRELEASED=( ) # @ECLASS_VARIABLE: _PSLOT # @INTERNAL