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 89030158041 for ; Tue, 12 Mar 2024 14:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26FE72BC013; Tue, 12 Mar 2024 14:48:45 +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 06AF42BC013 for ; Tue, 12 Mar 2024 14:48:44 +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 DAB7D342F64 for ; Tue, 12 Mar 2024 14:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01EB9151B for ; Tue, 12 Mar 2024 14:48:41 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1710234086.a20d4e4c32a171f1f8723a60a337aead4bcedc6e.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/qt-jdenticon/Manifest dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0_p20240107.ebuild X-VCS-Directories: dev-cpp/qt-jdenticon/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: a20d4e4c32a171f1f8723a60a337aead4bcedc6e X-VCS-Branch: master Date: Tue, 12 Mar 2024 14:48:41 +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: a1128e3c-5bd9-4b5d-8f97-e5ee77e60237 X-Archives-Hash: eece1b5edf66a1dae0fa5bae4f1359d1 commit: a20d4e4c32a171f1f8723a60a337aead4bcedc6e Author: tastytea tastytea de> AuthorDate: Tue Mar 12 09:01:26 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue Mar 12 09:01:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a20d4e4c dev-cpp/qt-jdenticon: add 0.3.0_p20240107 stable version has no qt6 support Signed-off-by: tastytea tastytea.de> dev-cpp/qt-jdenticon/Manifest | 1 + .../qt-jdenticon-0.3.0_p20240107.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-cpp/qt-jdenticon/Manifest b/dev-cpp/qt-jdenticon/Manifest index 82904140ef..aeffc4634a 100644 --- a/dev-cpp/qt-jdenticon/Manifest +++ b/dev-cpp/qt-jdenticon/Manifest @@ -1 +1,2 @@ DIST qt-jdenticon-0.3.0.tar.gz 11021 BLAKE2B c4cbeba7848791b2386ac474ca7412b361ee949a126f10cdb523210a8415b436c365a3c056ca3fa9c196835f6bfc92b24a01f2906e62897b88af2e80a83d3bb3 SHA512 a3477ce8fd26de563c1397a07895dcd0ec8210c62fe82e808a8c322c298111c48570ce23df639d648d86a0627b455dc7d1772e985197351251d49abd461b8c23 +DIST qt-jdenticon-0.3.0_p20240107.tar.gz 12552 BLAKE2B 969d9a43fdadf388074da67d029bd7b71d5e11599d5d4a33e41fa5c9c193d47831e80e6b0d77afdb4791ba5c90c44b50dd088c03d048cecce4f7b8ce24684228 SHA512 034787268cdfe5f89960d93a113ba15f56b6f1abae3581239f3ab16adc48c7822b21baff7017247876d847f562c210d9a08bd484e206af139866a4c3f7790d4e diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0_p20240107.ebuild b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0_p20240107.ebuild new file mode 100644 index 0000000000..4849b8c606 --- /dev/null +++ b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0_p20240107.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +MY_COMMIT="1e7013d64fd081d76e4ce69f2693129c817fd8f1" +DESCRIPTION="Qt5 / C++14 Port of Jdenticon" +HOMEPAGE="https://github.com/Nheko-Reborn/qt-jdenticon" +SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_COMMIT}" + +LICENSE="MIT" +SLOT="6" +KEYWORDS="~amd64" + +RDEPEND=" + dev-qt/qtbase:6[gui] +" +DEPEND="${RDEPEND}"