* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2021-11-19 1:15 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2021-11-19 1:15 UTC (permalink / raw
To: gentoo-commits
commit: 6fd539f850738cfbbd69ef45fb4ef24ddac2bd36
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Nov 18 04:22:13 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2021-11-19 1:58 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2021-11-19 1:58 UTC (permalink / raw
To: gentoo-commits
commit: e27e22ddbb82e9fe537bfaff766784ebebba7e0a
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Nov 19 01:52:20 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Nov 19 01:57:39 2021 +0000
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 <gentoo <AT> 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
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2021-12-21 11:46 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2021-12-21 11:46 UTC (permalink / raw
To: gentoo-commits
commit: 26e4f8b6dd47c686e10e0bd628bf1c6b669ddb47
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Dec 20 00:28:24 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Dec 21 11:44:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26e4f8b6
dev-cpp/qt-jdenticon: Version bump 0.3.0
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-cpp/qt-jdenticon/Manifest | 1 +
dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild | 27 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-cpp/qt-jdenticon/Manifest b/dev-cpp/qt-jdenticon/Manifest
index bfeb60512..d9e190417 100644
--- a/dev-cpp/qt-jdenticon/Manifest
+++ b/dev-cpp/qt-jdenticon/Manifest
@@ -1 +1,2 @@
DIST qt-jdenticon-0.2.1.tar.gz 11590 BLAKE2B 0884fe3ab8f2e9f62c1592f96a311bec8992f6230bafe6a82f4fc67995fca4e2ac8677e22df3c69ecd9a9e3e35d6d0fb695d34aa69646c472cb78ec8c4cad4cc SHA512 22194dfbf4baf3cab4a4b51457a79538f9fdc62fc5a26c5492b76ce88c98b61c7cdd29dd42a3a886d9f755163ae9bd30f67cc5c3376e8c0a17e438e53b833740
+DIST qt-jdenticon-0.3.0.tar.gz 11021 BLAKE2B c4cbeba7848791b2386ac474ca7412b361ee949a126f10cdb523210a8415b436c365a3c056ca3fa9c196835f6bfc92b24a01f2906e62897b88af2e80a83d3bb3 SHA512 a3477ce8fd26de563c1397a07895dcd0ec8210c62fe82e808a8c322c298111c48570ce23df639d648d86a0627b455dc7d1772e985197351251d49abd461b8c23
diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild
new file mode 100644
index 000000000..f7916f42f
--- /dev/null
+++ b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.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
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2022-12-21 9:14 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2022-12-21 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 0472b184e29050b4438a1802f761e3ce7ab4a573
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Dec 21 09:03:22 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Dec 21 09:14:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0472b184
dev-cpp/qt-jdenticon: don't compile in install phase
Closes: https://bugs.gentoo.org/887323
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild
index f7916f42f..5fc489197 100644
--- a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild
+++ b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-src_compile() {
+src_configure() {
eqmake5
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2022-12-21 9:14 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2022-12-21 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 01b77a85d1d69e3b07d1b5733a43b2d36bb4c16c
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Dec 21 09:06:28 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Dec 21 09:14:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01b77a85
dev-cpp/qt-jdenticon: add github upstream metadata
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-cpp/qt-jdenticon/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-cpp/qt-jdenticon/metadata.xml b/dev-cpp/qt-jdenticon/metadata.xml
index cbc269df2..1be1263d6 100644
--- a/dev-cpp/qt-jdenticon/metadata.xml
+++ b/dev-cpp/qt-jdenticon/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
@@ -9,4 +9,7 @@
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>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2022-12-21 9:14 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2022-12-21 9:14 UTC (permalink / raw
To: gentoo-commits
commit: c359e66ddcaa29e09d8dd5cc81009c2e306c8655
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Dec 21 09:06:50 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Dec 21 09:14:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c359e66d
dev-cpp/qt-jdenticon: drop 0.2.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-cpp/qt-jdenticon/Manifest | 1 -
dev-cpp/qt-jdenticon/qt-jdenticon-0.2.1.ebuild | 27 --------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-cpp/qt-jdenticon/Manifest b/dev-cpp/qt-jdenticon/Manifest
index d9e190417..82904140e 100644
--- a/dev-cpp/qt-jdenticon/Manifest
+++ b/dev-cpp/qt-jdenticon/Manifest
@@ -1,2 +1 @@
-DIST qt-jdenticon-0.2.1.tar.gz 11590 BLAKE2B 0884fe3ab8f2e9f62c1592f96a311bec8992f6230bafe6a82f4fc67995fca4e2ac8677e22df3c69ecd9a9e3e35d6d0fb695d34aa69646c472cb78ec8c4cad4cc SHA512 22194dfbf4baf3cab4a4b51457a79538f9fdc62fc5a26c5492b76ce88c98b61c7cdd29dd42a3a886d9f755163ae9bd30f67cc5c3376e8c0a17e438e53b833740
DIST qt-jdenticon-0.3.0.tar.gz 11021 BLAKE2B c4cbeba7848791b2386ac474ca7412b361ee949a126f10cdb523210a8415b436c365a3c056ca3fa9c196835f6bfc92b24a01f2906e62897b88af2e80a83d3bb3 SHA512 a3477ce8fd26de563c1397a07895dcd0ec8210c62fe82e808a8c322c298111c48570ce23df639d648d86a0627b455dc7d1772e985197351251d49abd461b8c23
diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.1.ebuild b/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.1.ebuild
deleted file mode 100644
index f7916f42f..000000000
--- a/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.1.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_compile() {
- eqmake5
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2024-03-12 9:08 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2024-03-12 9:08 UTC (permalink / raw
To: gentoo-commits
commit: 49a7b84f282e2a1b87495e4b33a8a380b9a3dc1e
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Mar 12 08:53:06 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Mar 12 08:53:06 2024 +0000
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 <gentoo <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2024-03-12 9:08 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2024-03-12 9:08 UTC (permalink / raw
To: gentoo-commits
commit: a20d4e4c32a171f1f8723a60a337aead4bcedc6e
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Mar 12 09:01:26 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Mar 12 09:01:26 2024 +0000
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 <gentoo <AT> 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 0000000000..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}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2024-03-25 12:27 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2024-03-25 12:27 UTC (permalink / raw
To: gentoo-commits
commit: 8f3cc27decdaadf7fe664e854cf77667a2c86805
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Mar 25 12:23:53 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Mar 25 12:27:09 2024 +0000
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 <gentoo <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2024-05-24 10:33 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2024-05-24 10:33 UTC (permalink / raw
To: gentoo-commits
commit: 4183534a981beb2b16240d744f3a8f7f94a2a1b9
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri May 24 10:12:36 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri May 24 10:12:36 2024 +0000
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 <gentoo <AT> 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}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/
@ 2024-06-13 12:55 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2024-06-13 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 287cf09fb97f547365a9254ffac44828ca99f1a6
Author: tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Jun 13 11:47:13 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Jun 13 12:53:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=287cf09f
dev-cpp/qt-jdenticon: add 0.3.1
Signed-off-by: tea <gentoo <AT> tastytea.de>
dev-cpp/qt-jdenticon/Manifest | 1 +
dev-cpp/qt-jdenticon/qt-jdenticon-0.3.1.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-cpp/qt-jdenticon/Manifest b/dev-cpp/qt-jdenticon/Manifest
index aeffc4634..4f52e0a30 100644
--- a/dev-cpp/qt-jdenticon/Manifest
+++ b/dev-cpp/qt-jdenticon/Manifest
@@ -1,2 +1,3 @@
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.1.ebuild b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.1.ebuild
new file mode 100644
index 000000000..2863440cc
--- /dev/null
+++ b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.1.ebuild
@@ -0,0 +1,19 @@
+# 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}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-06-13 12:55 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-21 11:46 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/qt-jdenticon/ Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
2024-06-13 12:55 Ronny Gutbrod
2024-05-24 10:33 Ronny Gutbrod
2024-03-25 12:27 Ronny Gutbrod
2024-03-12 9:08 Ronny Gutbrod
2024-03-12 9:08 Ronny Gutbrod
2022-12-21 9:14 Ronny Gutbrod
2022-12-21 9:14 Ronny Gutbrod
2022-12-21 9:14 Ronny Gutbrod
2021-11-19 1:58 Ronny Gutbrod
2021-11-19 1:15 Ronny Gutbrod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox