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 5AD171581D0 for ; Fri, 20 Sep 2024 22:02:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CB7BE29CF; Fri, 20 Sep 2024 22:01:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 83841E29E0 for ; Fri, 20 Sep 2024 22:01:57 +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 C68E83431E7 for ; Fri, 20 Sep 2024 22:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF59227FB for ; Fri, 20 Sep 2024 22:01:53 +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: <1726869683.d3a60545fb71b68e21a28eeb369ef11c55af39af.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kquickimageeditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kquickimageeditor/kquickimageeditor-0.3.0.ebuild X-VCS-Directories: media-libs/kquickimageeditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d3a60545fb71b68e21a28eeb369ef11c55af39af X-VCS-Branch: master Date: Fri, 20 Sep 2024 22:01:53 +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: ccc99643-4c79-4fa5-8480-0622fa2c5364 X-Archives-Hash: 4ff204685762ae116392162739f31fd2 commit: d3a60545fb71b68e21a28eeb369ef11c55af39af Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 20 19:07:55 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 20 22:01:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a60545 media-libs/kquickimageeditor: drop 0.3.0 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kquickimageeditor-0.3.0.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/media-libs/kquickimageeditor/kquickimageeditor-0.3.0.ebuild b/media-libs/kquickimageeditor/kquickimageeditor-0.3.0.ebuild deleted file mode 100644 index bf5206687067..000000000000 --- a/media-libs/kquickimageeditor/kquickimageeditor-0.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.106.0 -QTMIN=5.15.9 -inherit ecm kde.org - -DESCRIPTION="QtQuick components providing basic image editing capabilities" -HOMEPAGE="https://invent.kde.org/libraries/kquickimageeditor -https://api.kde.org/kquickimageeditor/html/index.html" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" -fi - -LICENSE="LGPL-2.1+" -SLOT="5" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 -" -RDEPEND="${DEPEND} - >=dev-qt/qtgraphicaleffects-${QTMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 -"