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 97494158086 for ; Sat, 20 Nov 2021 13:06:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A683CE0830; Sat, 20 Nov 2021 13:06:00 +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 6EA99E0830 for ; Sat, 20 Nov 2021 13:06:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 879EA342C1A for ; Sat, 20 Nov 2021 13:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B61AC1EF for ; Sat, 20 Nov 2021 13:05:55 +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: <1637279775.6fd539f850738cfbbd69ef45fb4ef24ddac2bd36.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/metadata.xml dev-cpp/qt-jdenticon/qt-jdenticon-0.2.0.ebuild X-VCS-Directories: dev-cpp/qt-jdenticon/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 6fd539f850738cfbbd69ef45fb4ef24ddac2bd36 X-VCS-Branch: master Date: Sat, 20 Nov 2021 13:05: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: 9fc34488-9f0a-44c4-8d7f-28e0ab0001a7 X-Archives-Hash: 1a6432fac6cf5a58d03b4be9975c5090 commit: 6fd539f850738cfbbd69ef45fb4ef24ddac2bd36 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Nov 18 04:22:13 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Nov 18 23:56:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fd539f8 dev-cpp/qt-jdenticon: New package. Creates reproducible avatars from hashes. Dependency for net-im/nheko. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-cpp/qt-jdenticon/Manifest | 1 + dev-cpp/qt-jdenticon/metadata.xml | 12 ++++++++++++ dev-cpp/qt-jdenticon/qt-jdenticon-0.2.0.ebuild | 27 ++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-cpp/qt-jdenticon/Manifest b/dev-cpp/qt-jdenticon/Manifest new file mode 100644 index 000000000..8bf046a60 --- /dev/null +++ b/dev-cpp/qt-jdenticon/Manifest @@ -0,0 +1 @@ +DIST qt-jdenticon-0.2.0.tar.gz 11605 BLAKE2B a75db20e5830c5e06a94628d5e6ea992ee1553bc26fd5c615b941f1a78a49389dd29791c7ca992c1bdb511c8e723034ced2e13f33e07ee73d42d2b06ad2189ff SHA512 14cd4632ee627bffd64169c2fc27ffd556e5781d151537c70431cad3e6672b23ea2ecfd4f9504db66d3bae7e0ecf14181e20c150e67b1f9166084241cde54cee diff --git a/dev-cpp/qt-jdenticon/metadata.xml b/dev-cpp/qt-jdenticon/metadata.xml new file mode 100644 index 000000000..cbc269df2 --- /dev/null +++ b/dev-cpp/qt-jdenticon/metadata.xml @@ -0,0 +1,12 @@ + + + + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + + It creates highly recognizable identicons from a hash. Identicons are + reproducible computer generated avatars. + + diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.0.ebuild b/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.0.ebuild new file mode 100644 index 000000000..f7916f42f --- /dev/null +++ b/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qmake-utils + +DESCRIPTION="Qt5 / C++14 Port of Jdenticon" +HOMEPAGE="https://github.com/Nheko-Reborn/qt-jdenticon" +SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-qt/qtgui +" +DEPEND="${RDEPEND}" + +src_compile() { + eqmake5 +} + +src_install() { + emake INSTALL_ROOT="${D}" install +}