[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/
commit: bdb67388b052f1c9a4d2db7399c219d73e47ea22
Author: Lucio Sauer posteo net>
AuthorDate: Mon Jun 23 12:57:12 2025 +
Commit: Paul Zander gmail com>
CommitDate: Tue Dec 2 14:25:15 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdb67388
dev-cpp/qt-jdenticon: drop 0.3.0-r1
Depends on Qt5.
Signed-off-by: Lucio Sauer posteo.net>
dev-cpp/qt-jdenticon/Manifest | 1 -
dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild | 28 ---
2 files changed, 29 deletions(-)
diff --git a/dev-cpp/qt-jdenticon/Manifest b/dev-cpp/qt-jdenticon/Manifest
index 4f52e0a30d..07f56ceeed 100644
--- a/dev-cpp/qt-jdenticon/Manifest
+++ b/dev-cpp/qt-jdenticon/Manifest
@@ -1,3 +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
DIST qt-jdenticon-0.3.1.tar.gz 12724 BLAKE2B
1556db9843b9f5e06989ac87250ea1812e17f3d1cbf7dcfa8671b0c29712df496fabdf169364c51a261f020aad49c92b9131db872f8918c65987f6202d96e68c
SHA512
c9ff2b262aa146bb2d45ba1a58210afb7fbad4550cc69be0317562e1f0d9fbae071c337da9f39fbdc1c24c8bf273cd5baeec66286e0885feca703bfc0189a7bd
diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
deleted file mode 100644
index f26a661156..00
--- a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2021-2024 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="5"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- eqmake5
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/
commit: 4183534a981beb2b16240d744f3a8f7f94a2a1b9
Author: tastytea tastytea de>
AuthorDate: Fri May 24 10:12:36 2024 +
Commit: Julien Roy jroy ca>
CommitDate: Fri May 24 10:12:36 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4183534a
dev-cpp/qt-jdenticon: add missing dependency
Closes: https://bugs.gentoo.org/932332
Signed-off-by: tastytea tastytea.de>
dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
index fafae716b..f26a66115 100644
--- a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
+++ b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
@@ -14,6 +14,7 @@ SLOT="5"
KEYWORDS="~amd64"
RDEPEND="
+ dev-qt/qtcore:5
dev-qt/qtgui:5
"
DEPEND="${RDEPEND}"
[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/
commit: 8f3cc27decdaadf7fe664e854cf77667a2c86805
Author: tastytea tastytea de>
AuthorDate: Mon Mar 25 12:23:53 2024 +
Commit: Julien Roy jroy ca>
CommitDate: Mon Mar 25 12:27:09 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f3cc27d
dev-cpp/qt-jdenticon: drop 0.3.0
forgot to clean up when adding slots 😅
Closes: https://bugs.gentoo.org/927798
Signed-off-by: tastytea tastytea.de>
dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild | 27 --
1 file changed, 27 deletions(-)
diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild
b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild
deleted file mode 100644
index 5fc489197f..00
--- a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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_configure() {
- eqmake5
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/
commit: a20d4e4c32a171f1f8723a60a337aead4bcedc6e
Author: tastytea tastytea de>
AuthorDate: Tue Mar 12 09:01:26 2024 +
Commit: Haelwenn Monnier hacktivis me>
CommitDate: Tue Mar 12 09:01:26 2024 +
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 00..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}"
[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/
commit: 49a7b84f282e2a1b87495e4b33a8a380b9a3dc1e
Author: tastytea tastytea de>
AuthorDate: Tue Mar 12 08:53:06 2024 +
Commit: Haelwenn Monnier hacktivis me>
CommitDate: Tue Mar 12 08:53:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49a7b84f
dev-cpp/qt-jdenticon: add slot 5 (qt5), fix dep
in preparation for slot 6 (qt6) in the next version
Signed-off-by: tastytea tastytea.de>
dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild | 27 +++
1 file changed, 27 insertions(+)
diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
new file mode 100644
index 00..fafae716b2
--- /dev/null
+++ b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2024 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="5"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-qt/qtgui:5
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ eqmake5
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/
commit: e27e22ddbb82e9fe537bfaff766784ebebba7e0a
Author: Ronny (tastytea) Gutbrod tastytea de>
AuthorDate: Fri Nov 19 01:52:20 2021 +
Commit: Haelwenn Monnier hacktivis me>
CommitDate: Fri Nov 19 01:57:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e27e22dd
dev-cpp/qt-jdenticon: Version bump 0.2.1.
Rename because ebuild is not in master branch yet.
Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de>
dev-cpp/qt-jdenticon/Manifest | 2 +-
.../{qt-jdenticon-0.2.0.ebuild => qt-jdenticon-0.2.1.ebuild}| 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/qt-jdenticon/Manifest b/dev-cpp/qt-jdenticon/Manifest
index 8bf046a60..bfeb60512 100644
--- a/dev-cpp/qt-jdenticon/Manifest
+++ b/dev-cpp/qt-jdenticon/Manifest
@@ -1 +1 @@
-DIST qt-jdenticon-0.2.0.tar.gz 11605 BLAKE2B
a75db20e5830c5e06a94628d5e6ea992ee1553bc26fd5c615b941f1a78a49389dd29791c7ca992c1bdb511c8e723034ced2e13f33e07ee73d42d2b06ad2189ff
SHA512
14cd4632ee627bffd64169c2fc27ffd556e5781d151537c70431cad3e6672b23ea2ecfd4f9504db66d3bae7e0ecf14181e20c150e67b1f9166084241cde54cee
+DIST qt-jdenticon-0.2.1.tar.gz 11590 BLAKE2B
0884fe3ab8f2e9f62c1592f96a311bec8992f6230bafe6a82f4fc67995fca4e2ac8677e22df3c69ecd9a9e3e35d6d0fb695d34aa69646c472cb78ec8c4cad4cc
SHA512
22194dfbf4baf3cab4a4b51457a79538f9fdc62fc5a26c5492b76ce88c98b61c7cdd29dd42a3a886d9f755163ae9bd30f67cc5c3376e8c0a17e438e53b833740
diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.0.ebuild
b/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.1.ebuild
similarity index 100%
rename from dev-cpp/qt-jdenticon/qt-jdenticon-0.2.0.ebuild
rename to dev-cpp/qt-jdenticon/qt-jdenticon-0.2.1.ebuild
[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/
commit: 6fd539f850738cfbbd69ef45fb4ef24ddac2bd36 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Nov 18 04:22:13 2021 + Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Nov 18 23:56:15 2021 + 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 0..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 0..cbc269df2 --- /dev/null +++ b/dev-cpp/qt-jdenticon/metadata.xml @@ -0,0 +1,12 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + [email protected] + 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 0..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 +}
