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 522E4158017 for ; Thu, 30 Sep 2021 17:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0375DE0920; Thu, 30 Sep 2021 17:24:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2471E091B for ; Thu, 30 Sep 2021 17:24:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 262C5342D06 for ; Thu, 30 Sep 2021 17:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD921145 for ; Thu, 30 Sep 2021 17:24:36 +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: <1633022530.3d290a5881c30f38c8b933005e54256bafc0674c.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-0.16.1.ebuild X-VCS-Directories: x11-libs/qtermwidget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3d290a5881c30f38c8b933005e54256bafc0674c X-VCS-Branch: master Date: Thu, 30 Sep 2021 17:24:36 +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: 8ff16819-5c4a-432b-b394-2a64b07143e0 X-Archives-Hash: 40723be36d88128f55bbb3355b31e8bd commit: 3d290a5881c30f38c8b933005e54256bafc0674c Author: Jimi Huotari gentoo org> AuthorDate: Sat Sep 25 06:56:12 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 30 17:22:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d290a58 x11-libs/qtermwidget: remove version 0.16.1 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> x11-libs/qtermwidget/Manifest | 1 - x11-libs/qtermwidget/qtermwidget-0.16.1.ebuild | 31 -------------------------- 2 files changed, 32 deletions(-) diff --git a/x11-libs/qtermwidget/Manifest b/x11-libs/qtermwidget/Manifest index b672a6ac59d..d68053121b7 100644 --- a/x11-libs/qtermwidget/Manifest +++ b/x11-libs/qtermwidget/Manifest @@ -1,2 +1 @@ -DIST qtermwidget-0.16.1.tar.xz 182764 BLAKE2B ba041130d8d67c08db07b91a5eb513c6fee548df3abef3ac7d7ccc5114771f2a14fff3c3f01a762670d8e3d9887fd7f62e1c018ea98ee7cc8e68b77317871966 SHA512 689d067e259aa07b22e1d3344467180109e871a8d45551085625c04670f1422b821bbbf52caf2b67e10ce8e78214c8e65811e6eb4fc61dd246fc25598ed095c5 DIST qtermwidget-0.17.0.tar.xz 187424 BLAKE2B 8053eae3674f12839a205b0686bdb42d83662604da1f43ee6c4feb60c35af6a2f7b65a095a89b64ffd9d2c3ac10e7c78df721862f15f401126fcab3d321fb92e SHA512 c8f75dcd5182a6eea933452c89126fbe64035b278e8e9817d6966693f741691244e5766c49046e83add8f38cb00ff08e2640d2fa149c5aa46b20d8a06a22e78f diff --git a/x11-libs/qtermwidget/qtermwidget-0.16.1.ebuild b/x11-libs/qtermwidget/qtermwidget-0.16.1.ebuild deleted file mode 100644 index f739ad66dc1..00000000000 --- a/x11-libs/qtermwidget/qtermwidget-0.16.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Qt terminal emulator widget" -HOMEPAGE="https://lxqt.github.io/" - -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 ~ppc64 x86" -fi - -LICENSE="BSD GPL-2 LGPL-2+" -SLOT="0/${PV}" - -BDEPEND=" - dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.8.0 -" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND}"