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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83DD11581EE for ; Fri, 22 Nov 2024 22:30:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D22E4E0872; Fri, 22 Nov 2024 22:30:58 +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 B7895E0872 for ; Fri, 22 Nov 2024 22:30:58 +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 C097034092E for ; Fri, 22 Nov 2024 22:30:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF6921898 for ; Fri, 22 Nov 2024 22:30:55 +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: <1732314385.e4410430a1fd57ea31852fc1ab7eb40dbd9d9c4d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kaqaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild X-VCS-Directories: x11-misc/kaqaz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e4410430a1fd57ea31852fc1ab7eb40dbd9d9c4d X-VCS-Branch: master Date: Fri, 22 Nov 2024 22:30:55 +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: 452ceca8-60bc-42e6-ad69-350d09cd12b6 X-Archives-Hash: 704d2ddbf8efee43e1a1dc3f26f8aa7d commit: e4410430a1fd57ea31852fc1ab7eb40dbd9d9c4d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 22 21:01:56 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 22 22:26:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4410430 x11-misc/kaqaz: drop 1.2.0-r4 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild | 55 ------------------------------------ 1 file changed, 55 deletions(-) diff --git a/x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild b/x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild deleted file mode 100644 index 41c0d7e246ed..000000000000 --- a/x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Modern note manager" -HOMEPAGE="https://github.com/sialan-labs/kaqaz/" -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/sialan-labs/kaqaz.git" -else - SRC_URI="https://github.com/sialan-labs/kaqaz/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgraphicaleffects:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5[qml] - dev-qt/qtnetwork:5[ssl] - dev-qt/qtpositioning:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtsensors:5 - dev-qt/qtsql:5[sqlite] - dev-qt/qtquickcontrols:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-qt55.patch" - "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch" -) - -src_prepare() { - default - rm -r sialantools/qtsingleapplication || die -} - -src_configure() { - eqmake5 -} - -src_install() { - emake install INSTALL_ROOT="${D}" -}