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 1ACA515808B for ; Fri, 4 Oct 2024 22:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68AFCE29D0; Fri, 4 Oct 2024 22:35:15 +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 4EF75E29D0 for ; Fri, 4 Oct 2024 22:35:15 +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 699C033EDD8 for ; Fri, 4 Oct 2024 22:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C379527F9 for ; Fri, 4 Oct 2024 22:35:11 +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: <1728081300.e6436ee9c1b7a790458439a3a9f9cd82d4ef699a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kapptemplate/Manifest kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild X-VCS-Directories: kde-apps/kapptemplate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e6436ee9c1b7a790458439a3a9f9cd82d4ef699a X-VCS-Branch: master Date: Fri, 4 Oct 2024 22:35:11 +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: f66d5bcb-9234-4dbe-9743-56f342156a4f X-Archives-Hash: 0b0fed532802a1a851eccf3ceb900440 commit: e6436ee9c1b7a790458439a3a9f9cd82d4ef699a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 4 22:31:56 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 4 22:35:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6436ee9 kde-apps/kapptemplate: drop 24.05.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kapptemplate/Manifest | 1 - kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild | 31 ----------------------- 2 files changed, 32 deletions(-) diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest index 24bbbe12d677..920da3d34964 100644 --- a/kde-apps/kapptemplate/Manifest +++ b/kde-apps/kapptemplate/Manifest @@ -1,2 +1 @@ -DIST kapptemplate-24.05.2.tar.xz 342776 BLAKE2B de0cabcbf85c4377cc4169bce90e42cb6da6c98e3b0f8e5a388f56b10e53ad8f24f2ed7a266cd3e5012ad1d890d93b5ffe20e3d1e0045f39d69979e825af9ea1 SHA512 b7ef76c7d7054c182650a3d8878d79eb8db3a781a840b5ef8a47cc685f02e77d7cfe3f2e576f009ec00377c5099444a9e113b952141b042bef7de6a9f3257362 DIST kapptemplate-24.08.1.tar.xz 343088 BLAKE2B 3315e84c0538fd62c6cbd3da586f031dbdfbc87fd5fbf461075f0e0878a15239690fe24c3a83c082227b4a5d0daf9584dbaedbce188f46c4d0a3ab46539b3b7b SHA512 2005f403884e1bc2ef05b41b35d44022ba99f62cecba88f55ccb226f742be2756fc73d8c6d94a980ca7177381361ebcb88029aaf9dabf5ad50d9198aaaf832cb diff --git a/kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild b/kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild deleted file mode 100644 index 0cf53ab65fe7..000000000000 --- a/kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -ECM_TEST="forceoptional" -KFMIN=6.3.0 -QTMIN=6.6.2 -inherit ecm gear.kde.org - -DESCRIPTION="Shell script to create the necessary framework to develop KDE applications" -HOMEPAGE="https://apps.kde.org/kapptemplate/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="6" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - >=kde-frameworks/karchive-${KFMIN}:6 - >=kde-frameworks/kcompletion-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kconfigwidgets-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 -" -RDEPEND="${DEPEND}"