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 C0C1815808B for ; Sun, 6 Mar 2022 16:44:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED45EE096B; Sun, 6 Mar 2022 16:44:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D87FBE096B for ; Sun, 6 Mar 2022 16:44:37 +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 E917E3432B9 for ; Sun, 6 Mar 2022 16:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E7411F1 for ; Sun, 6 Mar 2022 16:44:35 +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: <1646585063.83ffee6edc785b7a9d44a252b5e0e88e91c767cd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/qterm/qterm-0.7.3.ebuild X-VCS-Directories: x11-misc/qterm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 83ffee6edc785b7a9d44a252b5e0e88e91c767cd X-VCS-Branch: master Date: Sun, 6 Mar 2022 16:44:35 +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: 4ce1270c-56b4-4e58-a107-d43b43cf3a4f X-Archives-Hash: ae1a957714a89e2717377a44d81600c8 commit: 83ffee6edc785b7a9d44a252b5e0e88e91c767cd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 6 16:44:23 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 6 16:44:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ffee6e x11-misc/qterm: Drop 0.7.3 (r0), EAPI-6-- Closes: https://bugs.gentoo.org/761679 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/qterm/qterm-0.7.3.ebuild | 55 --------------------------------------- 1 file changed, 55 deletions(-) diff --git a/x11-misc/qterm/qterm-0.7.3.ebuild b/x11-misc/qterm/qterm-0.7.3.ebuild deleted file mode 100644 index 6b63700224d9..000000000000 --- a/x11-misc/qterm/qterm-0.7.3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cmake-utils gnome2-utils xdg-utils - -DESCRIPTION="A BBS client based on Qt" -HOMEPAGE="https://github.com/qterm/qterm" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtscript:5[scripttools] - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - x11-libs/libX11 - dev-libs/openssl:0=" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - dev-qt/qthelp:5 - x11-base/xorg-proto" - -DOCS=( README.rst RELEASE_NOTES TODO doc/script.txt ) - -src_prepare() { - # file collision with sys-cluster/torque, bug #176533 - sed -i "/PROGRAME /s/qterm/QTerm/" CMakeLists.txt - sed -i "s/Exec=qterm/Exec=QTerm/" src/${PN}.desktop - - cmake-utils_src_prepare - xdg_environment_reset -} - -src_configure() { - local mycmakeargs=( - -DQT5=ON - ) - cmake-utils_src_configure -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}