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 D7C76158086 for ; Mon, 29 Nov 2021 13:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD69D2BC0B2; Mon, 29 Nov 2021 13:52:54 +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 C2CD72BC0B3 for ; Mon, 29 Nov 2021 13:52:54 +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 C79FC342D10 for ; Mon, 29 Nov 2021 13:52:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 345DC236 for ; Mon, 29 Nov 2021 13:52:50 +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: <1638193929.aa4c1c2557ad6e02b52430034443b9eeb90622dc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/markdownpart/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/markdownpart/Manifest kde-misc/markdownpart/markdownpart-21.04.3.ebuild X-VCS-Directories: kde-misc/markdownpart/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aa4c1c2557ad6e02b52430034443b9eeb90622dc X-VCS-Branch: master Date: Mon, 29 Nov 2021 13:52:50 +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: 6726ea7b-4d2a-410b-9b4d-ac3d31404053 X-Archives-Hash: 8560c5f75d1e285fb2cd60f1922347d8 commit: aa4c1c2557ad6e02b52430034443b9eeb90622dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 28 13:09:23 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 29 13:52:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4c1c25 kde-misc/markdownpart: drop 21.04.3* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/markdownpart/Manifest | 1 - kde-misc/markdownpart/markdownpart-21.04.3.ebuild | 30 ----------------------- 2 files changed, 31 deletions(-) diff --git a/kde-misc/markdownpart/Manifest b/kde-misc/markdownpart/Manifest index 4f814c2b4cf7..07486db190ff 100644 --- a/kde-misc/markdownpart/Manifest +++ b/kde-misc/markdownpart/Manifest @@ -1,2 +1 @@ -DIST markdownpart-21.04.3.tar.xz 28232 BLAKE2B 8d84bfc7a53a7b3ccdce5547f6bb19b7f0e492c4c12ca085acb9d1e4988d357dee30d963b06e7d8e5db92a4f8af0ea5310788062858f0cae76f93bda5b7c202b SHA512 c32f5b74e3dc0874a8513f3cc48a09358486f206d80c952b0ccb33ffa37ac22fafc61868d1fd643432c5a6a64c2263f426e78d5c34fb434e35b766c7cdd6fcb6 DIST markdownpart-21.08.3.tar.xz 28268 BLAKE2B 87bb62c793f7e393a869666d1ff010fd22da391dd3dce7a13091faf25cf0ca1c61199ad4e7e955d98830defd33ad7fe41ee084c7ba1ebb6ebcc71a30bd493cc8 SHA512 8c5d154e829526bfc25a3fa09ff8a0565b9a97d853cf284d98c1ec27eca8756e6d25d6cb413abb5cf78ff7bade4f39913ead1f6fffd7e7c60f7a7cca86198303 diff --git a/kde-misc/markdownpart/markdownpart-21.04.3.ebuild b/kde-misc/markdownpart/markdownpart-21.04.3.ebuild deleted file mode 100644 index 8ec3982ffd32..000000000000 --- a/kde-misc/markdownpart/markdownpart-21.04.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_GEAR="true" -KDE_ORG_CATEGORY=utilities -KFMIN=5.80.0 -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Markdown viewer KParts plugin based on QTextDocument" -HOMEPAGE="https://apps.kde.org/markdownpart/" - -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}"