[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/qt-jdenticon/

2024-05-24 Thread Julien Roy
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/

2024-03-25 Thread Julien Roy
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/

2024-03-12 Thread Haelwenn Monnier
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/

2024-03-12 Thread Haelwenn Monnier
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/

2021-11-20 Thread Haelwenn Monnier
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/

2021-11-20 Thread Haelwenn Monnier
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;>
+
+   
+   gen...@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 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
+}