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 BD4D3158009 for ; Sun, 18 Jun 2023 14:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8CD2E0955; Sun, 18 Jun 2023 14:54:02 +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 AB83CE0951 for ; Sun, 18 Jun 2023 14:54:02 +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 B802F340FD5 for ; Sun, 18 Jun 2023 14:54:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9158EA66 for ; Sun, 18 Jun 2023 14:53:58 +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: <1687099994.95b664796f0600a79af5c62e8fbe7cc901e40472.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qtermwidget/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qtermwidget/Manifest x11-libs/qtermwidget/qtermwidget-1.2.0.ebuild X-VCS-Directories: x11-libs/qtermwidget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 95b664796f0600a79af5c62e8fbe7cc901e40472 X-VCS-Branch: master Date: Sun, 18 Jun 2023 14:53:58 +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: 20afbf5e-f4cc-4a7f-aaa2-e05a317089fb X-Archives-Hash: a1cfbdb29ce6d3b7e5e5fd2ea1260246 commit: 95b664796f0600a79af5c62e8fbe7cc901e40472 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 18 09:48:12 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 18 14:53:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b66479 x11-libs/qtermwidget: drop 1.2.0 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-libs/qtermwidget/Manifest | 1 - x11-libs/qtermwidget/qtermwidget-1.2.0.ebuild | 31 --------------------------- 2 files changed, 32 deletions(-) diff --git a/x11-libs/qtermwidget/Manifest b/x11-libs/qtermwidget/Manifest index 28b9524d19cf..91be2403ce4a 100644 --- a/x11-libs/qtermwidget/Manifest +++ b/x11-libs/qtermwidget/Manifest @@ -1,2 +1 @@ -DIST qtermwidget-1.2.0.tar.xz 189276 BLAKE2B bd74e1a9e468697f45a7ab338617aad09a2a3477d94253ec859cb97f7945677f430d5289c75652cec6fdb711fb40459fdc35851abf0b3af845588d4ef744ecc2 SHA512 0424720144aca1d6b463bff0f79935b63bc8902dbc169901b2d0f4a8df1dd73ea1b0224fd3d69049cb9d1500fbab8eb349212c1c967a4188f25f7c0a2330bd5a DIST qtermwidget-1.3.0.tar.xz 189464 BLAKE2B f6257588d6c8505737affcec56cc2da66121cb1fecaa8a44f4afad528f5bd18cb738cb9b65da7b2c1632093680bec2403439a323cdec5d2845b8799de0e02a50 SHA512 f1731f6915bb9d5ea83a434cab169064fe7ac2fcf60c6b35c696e4d945fe11937dd98311916d6272016b059ed7f3fc66a955b91d0b0e7e6499f69627116608ed diff --git a/x11-libs/qtermwidget/qtermwidget-1.2.0.ebuild b/x11-libs/qtermwidget/qtermwidget-1.2.0.ebuild deleted file mode 100644 index ecde49f74bb3..000000000000 --- a/x11-libs/qtermwidget/qtermwidget-1.2.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Qt terminal emulator widget" -HOMEPAGE="https://lxqt-project.org/" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" -else - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -fi - -LICENSE="BSD GPL-2 LGPL-2+" -SLOT="0/${PV}" - -BDEPEND=" - >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.12.0 -" -DEPEND=" - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtwidgets-5.15:5 -" -RDEPEND="${DEPEND}"