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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AACB51382C5 for ; Sun, 11 Apr 2021 14:23:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3783E086A; Sun, 11 Apr 2021 14:23:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9084E086A for ; Sun, 11 Apr 2021 14:23:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BAF633BF55 for ; Sun, 11 Apr 2021 14:23:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDD54647 for ; Sun, 11 Apr 2021 14:23:26 +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: <1618150978.a08bed89a8fb2e92bbdc9535961c2afcb6fec177.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kdeclarative/Manifest kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild X-VCS-Directories: kde-frameworks/kdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a08bed89a8fb2e92bbdc9535961c2afcb6fec177 X-VCS-Branch: master Date: Sun, 11 Apr 2021 14:23:26 +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: 591c6f75-79f2-443f-8293-08bc7d28d649 X-Archives-Hash: 4f9d547165bb633933a2c2e3677e1d97 commit: a08bed89a8fb2e92bbdc9535961c2afcb6fec177 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 6 12:14:08 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 11 14:22:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08bed89 kde-frameworks/kdeclarative: drop 5.77.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.77.0.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 5d28a50daa0..27ce9769e06 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ -DIST kdeclarative-5.77.0.tar.xz 185036 BLAKE2B 53ce685df457d3e8b33d37efedbd7ba56b430a228c32673ca01cdf401f80a8e3518431d15182dbf28f4fa4a439369e380e65c13cf9fe385f42c98d54d50043a6 SHA512 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c DIST kdeclarative-5.80.0.tar.xz 185132 BLAKE2B 049e696d2387db07fa496ae35050d6a1448f4a9b20bf3ef9e5a040068838376545202a777c993fc93c8fa91081cc9ced89d73d16ee113f498e0d818464abb8f8 SHA512 e3db516267474acab8967464eb7ec7ff0ce93614efd708d76d9df5273d31cc104e6ec3a4dd8115d86ffc357e85a27afb797c5842d489ae93636d9a1f16d9915a DIST kdeclarative-5.81.0.tar.xz 185232 BLAKE2B 2bd92b07951e10cecdf922c04b69fec436e56120a8c4c50ca84f831a7d92e0e91812a27ec545b5eda17d36d3c41d08d19e0da181258b25c63fea0c2667a6867a SHA512 b3050dc06f87ba3d9a78315ba2a542c81f2c0d8b47ec03e69dee13c90193b839a0c8cab5ccf29eb4afbf2c28bf4a89020ff7dfa52c85fb4a596b42416f798900 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild deleted file mode 100644 index c547e2f6459..00000000000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"