public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/
Date: Sat, 20 Nov 2021 13:05:55 +0000 (UTC)	[thread overview]
Message-ID: <1637279775.6fd539f850738cfbbd69ef45fb4ef24ddac2bd36.lanodan@gentoo> (raw)

commit:     6fd539f850738cfbbd69ef45fb4ef24ddac2bd36
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Nov 18 04:22:13 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> 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 <gentoo <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<longdescription lang="de">
+		It creates highly recognizable identicons from a hash. Identicons are
+		reproducible computer generated avatars.
+	</longdescription>
+</pkgmetadata>

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
+}


             reply	other threads:[~2021-11-20 13:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-20 13:05 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-20 13:05 [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/ Haelwenn Monnier
2024-03-12 14:48 Haelwenn Monnier
2024-03-12 14:48 Haelwenn Monnier
2024-03-25 16:13 Julien Roy
2024-05-24 18:26 Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1637279775.6fd539f850738cfbbd69ef45fb4ef24ddac2bd36.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox