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 C2F3A158083 for ; Fri, 13 Sep 2024 17:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AEFFE29AF; Fri, 13 Sep 2024 17:20: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D988E29AF for ; Fri, 13 Sep 2024 17:20: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72D7A33C1EB for ; Fri, 13 Sep 2024 17:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0CCB27EB for ; Fri, 13 Sep 2024 17:20:12 +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: <1726247976.d5d28f0eddb66de589ed362dd9807cc9aeea2aa4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/dikt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/dikt/Manifest app-dicts/dikt/dikt-2s_p1.ebuild X-VCS-Directories: app-dicts/dikt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d5d28f0eddb66de589ed362dd9807cc9aeea2aa4 X-VCS-Branch: master Date: Fri, 13 Sep 2024 17:20:12 +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: 7a6493bc-f3eb-49f2-bb20-0c7618e6710f X-Archives-Hash: ae70528a109f9c566a19a19d3b0dd68f commit: d5d28f0eddb66de589ed362dd9807cc9aeea2aa4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 13 14:55:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 13 17:19:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d28f0e app-dicts/dikt: drop 2s_p1 Signed-off-by: Andreas Sturmlechner gentoo.org> app-dicts/dikt/Manifest | 1 - app-dicts/dikt/dikt-2s_p1.ebuild | 40 ---------------------------------------- 2 files changed, 41 deletions(-) diff --git a/app-dicts/dikt/Manifest b/app-dicts/dikt/Manifest index ddb9bdbb981a..330a5c904f94 100644 --- a/app-dicts/dikt/Manifest +++ b/app-dicts/dikt/Manifest @@ -1,2 +1 @@ -DIST dikt-2s1.tar.xz 52620 BLAKE2B 7afbefdf136b4aaf81ca30399263760a10366c362f07cf620a2c42ab10e5cd6b1eb3ada308f99d7a80a077089cc189ca634d5fdb30a30063dc12fc5e748ad555 SHA512 b7b26ace5ce6326191047d0d0515db2b88e790475be569d7bb994879046aa26c93a663d6bef31f8e8b233377ebd602355fb11b275f3aec910f99a5372fcde682 DIST dikt-3.tar.xz 52808 BLAKE2B f380bf47311e81a2126d312c28ad01981a80ef1cb40e0590e461609020a6ebf8a72bc06625a9a623aeaa661fe842cea7f8dcf1bdfad6f0807b2c96bc8875418e SHA512 441627ba4a168360832889d7de0a3c7a06d32e2d004ba33c95ac948ebbd676217cd13389a0e454011955f1bc8e6b65ced68529003a9cbad0fd75cb86896c8734 diff --git a/app-dicts/dikt/dikt-2s_p1.ebuild b/app-dicts/dikt/dikt-2s_p1.ebuild deleted file mode 100644 index 54ce7df0c267..000000000000 --- a/app-dicts/dikt/dikt-2s_p1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_P=${P/_p/} -KFMIN=5.60.0 -QTMIN=5.12.3 -inherit ecm - -DESCRIPTION="Dictionary application that implements the Dict protocol" -HOMEPAGE="https://dikt.tv/" -SRC_URI="https://bitbucket-archive.softwareheritage.org/static/67/67f37093-df38-43b8-845b-2952e0a33bb3/attachments/${MY_P}.txz -> ${MY_P}.tar.xz" -S="${WORKDIR}/${MY_P}" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND} - !app-dicts/dikt:4 -"