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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58A6A158083 for ; Sun, 1 Sep 2024 14:37:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6457BE2A74; Sun, 1 Sep 2024 14:37:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4429CE2A74 for ; Sun, 1 Sep 2024 14:37:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15F4A343126 for ; Sun, 1 Sep 2024 14:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49F61DA2 for ; Sun, 1 Sep 2024 14:37:44 +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: <1725200914.22e5312e808ee7ef6a8b3928fc3935608ad9e9b9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/copyq/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/copyq/Manifest x11-misc/copyq/copyq-7.0.0.ebuild X-VCS-Directories: x11-misc/copyq/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 22e5312e808ee7ef6a8b3928fc3935608ad9e9b9 X-VCS-Branch: master Date: Sun, 1 Sep 2024 14:37:44 +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: 7bcf5e1d-3b0c-4e14-ad05-2fa5ef8f6045 X-Archives-Hash: 388a8fa039897a17d2b0f11d69276eb9 commit: 22e5312e808ee7ef6a8b3928fc3935608ad9e9b9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 1 14:28:34 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 1 14:28:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e5312e x11-misc/copyq: drop 7.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/copyq/Manifest | 1 - x11-misc/copyq/copyq-7.0.0.ebuild | 103 -------------------------------------- 2 files changed, 104 deletions(-) diff --git a/x11-misc/copyq/Manifest b/x11-misc/copyq/Manifest index 092518520b53..c9b144ae31ea 100644 --- a/x11-misc/copyq/Manifest +++ b/x11-misc/copyq/Manifest @@ -1,2 +1 @@ -DIST copyq-7.0.0.tar.gz 3323354 BLAKE2B 3c71bf94ed97d0564f89cb0b9927024df21520cf9eb758ec8c40e8156d9796b3c6df5518b9ad223c12489fe7aca3a067f772719a3a757f9a92e9ec18fe79e38c SHA512 f0b84ddef6791e229c625dbdefab2d3aad5be10d68745addb64d6e2b1546e033f1f95fb1a1218f9fdd19b5fcdddf2d840b2480ad54e0f59a7d5741781b3a43c4 DIST copyq-7.1.0.tar.gz 3351093 BLAKE2B 758271f6bb54760372b8b5ab84de7c91af874bd72a22c8c22d338705869eab5500fde90808b4bf1288f8bdbad11163283637b81d85c09ccf0d734286dee605b6 SHA512 4320095ab75c361cc3d553c7817951eb6e74d47223f62bf6c1722e0f0b0d3ff59a1762354cf46fe0de064d516d60a467bff9ad9143b12016fc3f9e62139d3909 diff --git a/x11-misc/copyq/copyq-7.0.0.ebuild b/x11-misc/copyq/copyq-7.0.0.ebuild deleted file mode 100644 index d93363879bb5..000000000000 --- a/x11-misc/copyq/copyq-7.0.0.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake edo optfeature virtualx xdg - -DESCRIPTION="Clipboard manager with advanced features" -HOMEPAGE="https://github.com/hluk/CopyQ" -SRC_URI="https://github.com/hluk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/CopyQ-${PV}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug kde qt6 test" -RESTRICT="test" - -RDEPEND=" - dev-libs/wayland - x11-libs/libX11 - x11-libs/libXfixes - x11-libs/libXtst - !qt6? ( - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwayland:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - kde? ( kde-frameworks/knotifications:5 ) - test? ( dev-qt/qttest:5 ) - ) - qt6? ( - dev-qt/qtbase:6=[X,gui,network,widgets,xml(+)] - dev-qt/qtdeclarative:6 - dev-qt/qtsvg:6 - dev-qt/qtwayland:6 - ) -" -DEPEND="${RDEPEND} - x11-base/xorg-proto -" -BDEPEND=" - kde-frameworks/extra-cmake-modules:0 - !qt6? ( - dev-qt/linguist-tools:5 - dev-qt/qtwaylandscanner:5 - ) - qt6? ( - dev-qt/qttools:6[linguist] - dev-qt/qtwayland:6 - dev-util/wayland-scanner - ) - test? ( - app-crypt/gnupg - x11-wm/icewm - ) -" - -src_configure() { - if use debug; then - # Add debug definitions - CMAKE_BUILD_TYPE="Debug" - fi - - local mycmakeargs=( - -DPLUGIN_INSTALL_PREFIX="${EPREFIX}/usr/$(get_libdir)/${PN}/plugins" - -DWITH_NATIVE_NOTIFICATIONS=$(usex kde) - -DWITH_QT6=$(usex qt6) - -DWITH_TESTS=$(usex test) - ) - - cmake_src_configure -} - -my_src_test() { - local -x COPYQ_TESTS_RERUN_FAILED=0 - local -x COPYQ_TESTS_NO_NETWORK=1 - - ebegin "Starting IceWM" - icewm & - sleep 5 - eend 0 - - cd "${BUILD_DIR}" || die - mkdir -p "${HOME}"/.gnupg || die - - # ScriptError: Failed to send key presses - edo ./copyq tests -} - -src_test() { - virtx my_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - optfeature "encryption support" app-crypt/gnupg -}