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 62261158089 for ; Tue, 26 Sep 2023 19:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C3992BC03E; Tue, 26 Sep 2023 19:09:31 +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 813392BC03E for ; Tue, 26 Sep 2023 19:09:31 +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 8FBD8335D3B for ; Tue, 26 Sep 2023 19:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BB93127E for ; Tue, 26 Sep 2023 19:09:27 +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: <1695755220.cf53fdba63d0642e1fd2c117bd17a37945edd5c8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kross/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kross/Manifest kde-frameworks/kross/kross-5.108.0.ebuild X-VCS-Directories: kde-frameworks/kross/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cf53fdba63d0642e1fd2c117bd17a37945edd5c8 X-VCS-Branch: master Date: Tue, 26 Sep 2023 19:09:27 +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: 6fa0cc3b-739d-4519-950d-fd687e5427a7 X-Archives-Hash: 5d4f345698ccdc650501edce902c32d7 commit: cf53fdba63d0642e1fd2c117bd17a37945edd5c8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 26 18:41:26 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 26 19:07:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf53fdba kde-frameworks/kross: drop 5.108.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kross/Manifest | 1 - kde-frameworks/kross/kross-5.108.0.ebuild | 33 ------------------------------- 2 files changed, 34 deletions(-) diff --git a/kde-frameworks/kross/Manifest b/kde-frameworks/kross/Manifest index d533a58821ee..aed028a8b12e 100644 --- a/kde-frameworks/kross/Manifest +++ b/kde-frameworks/kross/Manifest @@ -1,2 +1 @@ -DIST kross-5.108.0.tar.xz 2440312 BLAKE2B e2dec742038366610af354c7a97b34fb67dbaa4be216d59079cf49245fbb0c30f76ca69b4a57c9b02ce9e8243ae557b23d7b0c7d249cdd0b94454549d7c74458 SHA512 577722bb280dfe7084fd70866297cea2a34c9f762fe98744a61e92bcb0ee12e4e5852d79a651f0121180641df4ff6b1ff995a8af71ad5ee361444f8c0aea4bad DIST kross-5.110.0.tar.xz 2440032 BLAKE2B 484a14709f678b041f8818e424ec8aaa4ecca446244cdff39ea9af177f768417f9870a34ba15633c112c574dbbd7ff1d23f43ef5dc1122af6cbdff89c5728520 SHA512 9a005a5f87ae56de9f2ed7987223089800631ffd2ed41903b607cde12ab377b3e625bde2154b4f6d63f228aa29b8ddb43424842c731740e9fdc5efda9a48216a diff --git a/kde-frameworks/kross/kross-5.108.0.ebuild b/kde-frameworks/kross/kross-5.108.0.ebuild deleted file mode 100644 index ffa2e8ffc4e4..000000000000 --- a/kde-frameworks/kross/kross-5.108.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -ECM_QTHELP="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework for embedding scripting into applications" -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" -IUSE="" - -RDEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtscript-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - =kde-frameworks/kcompletion-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/kparts-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kxmlgui-${PVCUT}*:5 -" -DEPEND="${RDEPEND} - >=dev-qt/designer-${QTMIN}:5 -"