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 290CD1581D8 for ; Wed, 4 Dec 2024 18:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA048E07B3; Wed, 4 Dec 2024 18:28:27 +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 22F0AE07D0 for ; Wed, 4 Dec 2024 18:28:27 +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 30B40340441 for ; Wed, 4 Dec 2024 18:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4A61898 for ; Wed, 4 Dec 2024 18:28:24 +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: <1733336796.f350143f2ab3afb46b17dcb29290390c13790990.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/isoimagewriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/isoimagewriter/Manifest app-cdr/isoimagewriter/isoimagewriter-24.08.1.ebuild X-VCS-Directories: app-cdr/isoimagewriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f350143f2ab3afb46b17dcb29290390c13790990 X-VCS-Branch: master Date: Wed, 4 Dec 2024 18:28:24 +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: eab745f7-b45c-477b-9df8-6c0e65644df8 X-Archives-Hash: 63b6d448e42e887a3878eb26df7e148c commit: f350143f2ab3afb46b17dcb29290390c13790990 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 4 18:14:51 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 4 18:26:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f350143f app-cdr/isoimagewriter: drop 24.08.1 Signed-off-by: Andreas Sturmlechner gentoo.org> app-cdr/isoimagewriter/Manifest | 1 - .../isoimagewriter/isoimagewriter-24.08.1.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/app-cdr/isoimagewriter/Manifest b/app-cdr/isoimagewriter/Manifest index 53be13712b5d..afb492ac0585 100644 --- a/app-cdr/isoimagewriter/Manifest +++ b/app-cdr/isoimagewriter/Manifest @@ -1,2 +1 @@ -DIST isoimagewriter-24.08.1.tar.xz 467760 BLAKE2B 2d38fa08b3e09e75d409ccde7dbaacd4dd54a356fad2aeef9d49831f8199456e2d73f2a48fcf7a499361ce1f3fd3273aa6aba264faf23525556a395e1ccfb98e SHA512 63968de1715780d11628222878f84ea150ee6f32013823e4babd48f34fd8d683ae5a469bac7a54ee66a68c7c8ffd0daf9bd59f349ef6adbb396d4f1cff000ff8 DIST isoimagewriter-24.08.3.tar.xz 467764 BLAKE2B bb01dc2308dfffb6a42fcfbfbb937371afbc5f4c2b1cb894591f087cf89343134e88b5d769fa74321dbf243497663e8f6b5efec0f94a494cf1b74bd91651b8fb SHA512 c566e8b8c35f08c21e243e0623fe8775c30fc7489887ecfcd9c8148a835c79bf2156811f56656e5f5affe084d158da3629b267b67fab51bbab8133e5e09ec540 diff --git a/app-cdr/isoimagewriter/isoimagewriter-24.08.1.ebuild b/app-cdr/isoimagewriter/isoimagewriter-24.08.1.ebuild deleted file mode 100644 index 5f44f7405658..000000000000 --- a/app-cdr/isoimagewriter/isoimagewriter-24.08.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=6.5.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org - -DESCRIPTION="Write hybrid ISO files onto a USB disk" -HOMEPAGE="https://community.kde.org/ISOImageWriter" - -LICENSE="GPL-3" -SLOT="6" -KEYWORDS="amd64 arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - >=app-crypt/gpgme-1.23.1-r1:=[cxx(+),qt6] - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] - >=kde-frameworks/karchive-${KFMIN}:6 - >=kde-frameworks/kcrash-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kiconthemes-${KFMIN}:6 - >=kde-frameworks/solid-${KFMIN}:6 -" -RDEPEND="${DEPEND} - sys-fs/udisks:2 -"