summaryrefslogtreecommitdiff
path: root/dev-cpp/qt-jdenticon
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/qt-jdenticon
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-cpp/qt-jdenticon')
-rw-r--r--dev-cpp/qt-jdenticon/Manifest2
-rw-r--r--dev-cpp/qt-jdenticon/metadata.xml15
-rw-r--r--dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0_p20240107.ebuild21
-rw-r--r--dev-cpp/qt-jdenticon/qt-jdenticon-0.3.1.ebuild19
4 files changed, 0 insertions, 57 deletions
diff --git a/dev-cpp/qt-jdenticon/Manifest b/dev-cpp/qt-jdenticon/Manifest
deleted file mode 100644
index 07f56ceeedd0..000000000000
--- a/dev-cpp/qt-jdenticon/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST qt-jdenticon-0.3.0_p20240107.tar.gz 12552 BLAKE2B 969d9a43fdadf388074da67d029bd7b71d5e11599d5d4a33e41fa5c9c193d47831e80e6b0d77afdb4791ba5c90c44b50dd088c03d048cecce4f7b8ce24684228 SHA512 034787268cdfe5f89960d93a113ba15f56b6f1abae3581239f3ab16adc48c7822b21baff7017247876d847f562c210d9a08bd484e206af139866a4c3f7790d4e
-DIST qt-jdenticon-0.3.1.tar.gz 12724 BLAKE2B 1556db9843b9f5e06989ac87250ea1812e17f3d1cbf7dcfa8671b0c29712df496fabdf169364c51a261f020aad49c92b9131db872f8918c65987f6202d96e68c SHA512 c9ff2b262aa146bb2d45ba1a58210afb7fbad4550cc69be0317562e1f0d9fbae071c337da9f39fbdc1c24c8bf273cd5baeec66286e0885feca703bfc0189a7bd
diff --git a/dev-cpp/qt-jdenticon/metadata.xml b/dev-cpp/qt-jdenticon/metadata.xml
deleted file mode 100644
index 2e1f315b49d9..000000000000
--- a/dev-cpp/qt-jdenticon/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tea+gentoo@cuddleslut.fr</email>
- <name>tea</name>
- </maintainer>
- <longdescription lang="de">
- It creates highly recognizable identicons from a hash. Identicons are
- reproducible computer generated avatars.
- </longdescription>
- <upstream>
- <remote-id type="github">Nheko-Reborn/qt-jdenticon</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 4849b8c606c6..000000000000
--- a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0_p20240107.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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}"
diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.1.ebuild b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.1.ebuild
deleted file mode 100644
index 2863440cc8c4..000000000000
--- a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-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="6"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-qt/qtbase:6[gui]
-"
-DEPEND="${RDEPEND}"