* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitqlient/, dev-vcs/gitqlient-gitserver-plugin/, ...
@ 2024-03-25 20:48 Sergey Torokhov
0 siblings, 0 replies; only message in thread
From: Sergey Torokhov @ 2024-03-25 20:48 UTC (permalink / raw
To: gentoo-commits
commit: 4396db0823bee8e2bbb0dd24387e34d6c9ac6ff9
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Mon Mar 25 20:43:38 2024 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Mon Mar 25 20:48:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4396db08
dev-vcs/gitqlient: restore removed package with plugins
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-vcs/gitqlient-gitserver-plugin/Manifest | 2 +
.../gitqlient-gitserver-plugin-0.2.0.ebuild | 55 ++++++++++++++++++++++
dev-vcs/gitqlient-gitserver-plugin/metadata.xml | 11 +++++
dev-vcs/gitqlient-jenkins-plugin/Manifest | 2 +
.../gitqlient-jenkins-plugin-0.2.0.ebuild | 55 ++++++++++++++++++++++
dev-vcs/gitqlient-jenkins-plugin/metadata.xml | 11 +++++
dev-vcs/gitqlient/Manifest | 1 +
dev-vcs/gitqlient/gitqlient-1.6.2.ebuild | 55 ++++++++++++++++++++++
dev-vcs/gitqlient/gitqlient-9999.ebuild | 42 +++++++++++++++++
dev-vcs/gitqlient/metadata.xml | 15 ++++++
10 files changed, 249 insertions(+)
diff --git a/dev-vcs/gitqlient-gitserver-plugin/Manifest b/dev-vcs/gitqlient-gitserver-plugin/Manifest
new file mode 100644
index 0000000000..403902245b
--- /dev/null
+++ b/dev-vcs/gitqlient-gitserver-plugin/Manifest
@@ -0,0 +1,2 @@
+DIST gitqlient-1.6.1.tar.gz 4971880 BLAKE2B b793dd406d1dff7aa193916a08dc5c10159eb54f79d2d9930b672aed5ee5d98fe3d6afb1869032bdeee1790b078a5fefa8064506353d56e870ea95bb24ebcc26 SHA512 e115c9fca6c8fe17b32d326a7f649d35ea55fd1f4c1df7c30962e9f07382d246cd23b8dbdbf6759620d1ba7ba9c48c7a391b2e0a730a58bba9f1ba6425a2da9e
+DIST gitqlient-GitServerPlugin-0.2.0.tar.gz 78411 BLAKE2B 4220f0d53abccac79a21cb5cb2e1cad608fbfc62afe797ed446594a642010f6476c519c3ba807db4cbc8f51150420186933cfeb18b27b98ddfd18882213e04e2 SHA512 d01c8fd3132d03f1f819ec7c81f920f6e37146f43182c322d6048ba008ab83dac71b43510445fe9ec5612555e1b18c2afb4a0193dd1a3dabb3b80ae35e9e9381
diff --git a/dev-vcs/gitqlient-gitserver-plugin/gitqlient-gitserver-plugin-0.2.0.ebuild b/dev-vcs/gitqlient-gitserver-plugin/gitqlient-gitserver-plugin-0.2.0.ebuild
new file mode 100644
index 0000000000..a2d34bacd7
--- /dev/null
+++ b/dev-vcs/gitqlient-gitserver-plugin/gitqlient-gitserver-plugin-0.2.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils
+
+MY_PN="GitServerPlugin"
+GQ="GitQlient"
+GQ_PN="gitqlient"
+GQ_PV="1.6.1"
+
+DESCRIPTION="GitQlient GitServer plugin"
+HOMEPAGE="https://github.com/francescmm/GitServerPlugin"
+SRC_URI="
+ https://github.com/francescmm/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${GQ_PN}-${MY_PN}-${PV}.tar.gz
+ https://github.com/francescmm/${GQ}/releases/download/v${GQ_PV}/${GQ_PN}_${GQ_PV}.tar.gz -> ${GQ_PN}-${GQ_PV}.tar.gz
+"
+
+KEYWORDS="~amd64"
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+PDEPEND=">=dev-vcs/gitqlient-1.6.1"
+RDEPEND="
+ dev-qt/qtnetwork:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtwebengine:5[widgets]
+"
+DEPEND="${DEPEND}"
+
+# No need SONAME for runtime plugin
+QA_SONAME="usr/lib.*/lib${MY_PN}.so"
+
+src_prepare() {
+ default
+
+ mv -T ../"${GQ_PN}_${GQ_PV}"/src/AuxiliarCustomWidgets src/AuxiliarCustomWidgets || die
+ mv -T ../"${GQ_PN}_${GQ_PV}"/src/QLogger src/QLogger || die
+ mv -T ../"${GQ_PN}_${GQ_PV}"/src/git src/git || die
+}
+
+src_configure() {
+ eqmake5 "${MY_PN}".pro
+}
+
+src_install() {
+ dolib.so lib/lib"${MY_PN}".so
+}
+
+pkg_postinst() {
+ elog "To use ${MY_PN} set PluginFolder in GitQlient settings Plugin tab to /usr/$(get_libdir)"
+}
diff --git a/dev-vcs/gitqlient-gitserver-plugin/metadata.xml b/dev-vcs/gitqlient-gitserver-plugin/metadata.xml
new file mode 100644
index 0000000000..91604cefd9
--- /dev/null
+++ b/dev-vcs/gitqlient-gitserver-plugin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>torokhov-s-a@yandex.ru</email>
+ <name>Sergey Torokhov</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">francescmm/GitServerPlugin</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-vcs/gitqlient-jenkins-plugin/Manifest b/dev-vcs/gitqlient-jenkins-plugin/Manifest
new file mode 100644
index 0000000000..ff31e25c39
--- /dev/null
+++ b/dev-vcs/gitqlient-jenkins-plugin/Manifest
@@ -0,0 +1,2 @@
+DIST gitqlient-1.6.1.tar.gz 4971880 BLAKE2B b793dd406d1dff7aa193916a08dc5c10159eb54f79d2d9930b672aed5ee5d98fe3d6afb1869032bdeee1790b078a5fefa8064506353d56e870ea95bb24ebcc26 SHA512 e115c9fca6c8fe17b32d326a7f649d35ea55fd1f4c1df7c30962e9f07382d246cd23b8dbdbf6759620d1ba7ba9c48c7a391b2e0a730a58bba9f1ba6425a2da9e
+DIST gitqlient-JenkinsPlugin-0.2.0.tar.gz 29474 BLAKE2B f8dfb020f68ec474b0d15b62a5566316f21cd29f4878170bcf7940e3df596a970535d5db3c3f05f12d18fdff5f5b6f99db242c807e8554754f08f14ad31997a0 SHA512 0c3089b80116974a687821940d7e78c6b663acf50cb060cff824d3e1e1838773eca8ed671778d2cf016d0b3e5fff8daab958f765af4eacc04dea66864966ae8e
diff --git a/dev-vcs/gitqlient-jenkins-plugin/gitqlient-jenkins-plugin-0.2.0.ebuild b/dev-vcs/gitqlient-jenkins-plugin/gitqlient-jenkins-plugin-0.2.0.ebuild
new file mode 100644
index 0000000000..6dd31629a2
--- /dev/null
+++ b/dev-vcs/gitqlient-jenkins-plugin/gitqlient-jenkins-plugin-0.2.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils
+
+MY_PN="JenkinsPlugin"
+GQ="GitQlient"
+GQ_PN="gitqlient"
+GQ_PV="1.6.1"
+
+DESCRIPTION="GitQlient Jenkins plugin"
+HOMEPAGE="https://github.com/francescmm/JenkinsPlugin"
+SRC_URI="
+ https://github.com/francescmm/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${GQ_PN}-${MY_PN}-${PV}.tar.gz
+ https://github.com/francescmm/${GQ}/releases/download/v${GQ_PV}/${GQ_PN}_${GQ_PV}.tar.gz -> ${GQ_PN}-${GQ_PV}.tar.gz
+"
+
+KEYWORDS="~amd64"
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+PDEPEND=">=dev-vcs/gitqlient-1.6.1"
+RDEPEND="
+ dev-qt/qtnetwork:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtwebengine:5[widgets]
+"
+DEPEND="${DEPEND}"
+
+# No need SONAME for runtime plugin
+QA_SONAME="usr/lib.*/lib${MY_PN}.so"
+
+src_prepare() {
+ default
+
+ mv -T ../"${GQ_PN}_${GQ_PV}"/src/AuxiliarCustomWidgets src/AuxiliarCustomWidgets || die
+ mv -T ../"${GQ_PN}_${GQ_PV}"/src/QLogger src/QLogger || die
+ mv -T ../"${GQ_PN}_${GQ_PV}"/src/QPinnableTabWidget src/QPinnableTabWidget || die
+}
+
+src_configure() {
+ eqmake5 "${MY_PN}".pro
+}
+
+src_install() {
+ dolib.so lib/lib"${MY_PN}".so
+}
+
+pkg_postinst() {
+ elog "To use ${MY_PN} set PluginFolder in GitQlient settings Plugin tab to /usr/$(get_libdir)"
+}
diff --git a/dev-vcs/gitqlient-jenkins-plugin/metadata.xml b/dev-vcs/gitqlient-jenkins-plugin/metadata.xml
new file mode 100644
index 0000000000..6df263613a
--- /dev/null
+++ b/dev-vcs/gitqlient-jenkins-plugin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>torokhov-s-a@yandex.ru</email>
+ <name>Sergey Torokhov</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">francescmm/JenkinsPlugin</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-vcs/gitqlient/Manifest b/dev-vcs/gitqlient/Manifest
new file mode 100644
index 0000000000..82a1745559
--- /dev/null
+++ b/dev-vcs/gitqlient/Manifest
@@ -0,0 +1 @@
+DIST gitqlient-1.6.2.tar.gz 4975350 BLAKE2B 86edd00f8b5647d9e9f7096f5306d330c66e0eb474447df94a320734126c37e370384ddf12fdec58764d57834c1a0b9489911db1b4f590368da1de904eafb51a SHA512 ca8c6c30b7acade8120afa9df568d6b61f4f521b13f5541bc136810a014d4ace30c54ca973ddd4a4368a6f59f22ec3d91b87bac8a6c9861953ac1ee0195d717e
diff --git a/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild b/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild
new file mode 100644
index 0000000000..683c5b9c49
--- /dev/null
+++ b/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature qmake-utils xdg
+
+MY_PN="GitQlient"
+
+DESCRIPTION="Multi-platform Git client written with Qt"
+HOMEPAGE="https://github.com/francescmm/GitQlient"
+
+SRC_URI="https://github.com/francescmm/${MY_PN}/releases/download/v${PV}/${PN}_${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+S="${WORKDIR}/${PN}_${PV}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwidgets:5
+"
+RDEPEND="
+ ${DEPEND}
+ dev-vcs/git
+"
+
+src_prepare() {
+ default
+
+ # Drop 'fatal' warning on version detection via git command:
+ sed -i -e '/message("Submodule update:")/d' \
+ -e "/system(git submodule update --init --recursive)/d" \
+ -e "/GQ_SHA =/s| \$\$system(git rev-parse --short HEAD)||" \
+ -e "/VERSION =/s| \$\$system(git describe --abbrev=0)||" "${MY_PN}".pro || die
+}
+
+src_configure() {
+ eqmake5 PREFIX=/usr "${MY_PN}".pro
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
+
+pkg_postinst() {
+ optfeature "Terminal tab plugin support" x11-libs/qtermwidget
+ optfeature "GitServer plugin support" dev-vcs/gitqlient-gitserver-plugin
+ optfeature "Jenkins plugin support" dev-vcs/gitqlient-jenkins-plugin
+ elog "To use plugins set PluginFolder in GitQlient settings Plugin tab to /usr/$(get_libdir)"
+ xdg_pkg_postinst
+}
diff --git a/dev-vcs/gitqlient/gitqlient-9999.ebuild b/dev-vcs/gitqlient/gitqlient-9999.ebuild
new file mode 100644
index 0000000000..7e5ab5757f
--- /dev/null
+++ b/dev-vcs/gitqlient/gitqlient-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3 optfeature qmake-utils xdg
+
+MY_PN="GitQlient"
+
+DESCRIPTION="Multi-platform Git client written with Qt"
+HOMEPAGE="https://github.com/francescmm/GitQlient"
+EGIT_REPO_URI="https://github.com/francescmm/${MY_PN}.git"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwidgets:5
+"
+RDEPEND="
+ ${DEPEND}
+ dev-vcs/git
+"
+
+src_configure() {
+ eqmake5 PREFIX=/usr "${MY_PN}".pro
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
+
+pkg_postinst() {
+ optfeature "Terminal tab plugin support" x11-libs/qtermwidget
+ optfeature "GitServer plugin support" dev-vcs/gitqlient-gitserver-plugin
+ optfeature "Jenkins plugin support" dev-vcs/gitqlient-jenkins-plugin
+ elog "To use plugins set PluginFolder in GitQlient settings Plugin tab to /usr/$(get_libdir)"
+ xdg_pkg_postinst
+}
diff --git a/dev-vcs/gitqlient/metadata.xml b/dev-vcs/gitqlient/metadata.xml
new file mode 100644
index 0000000000..0f64cebebd
--- /dev/null
+++ b/dev-vcs/gitqlient/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>torokhov-s-a@yandex.ru</email>
+ <name>Sergey Torokhov</name>
+ </maintainer>
+<longdescription lang="en">
+ GitQlient, pronounced as git+client is a multi-platform Git client originally forked from QGit.
+ Nowadays it goes beyond of just a fork and adds a lot of new functionality.
+</longdescription>
+<upstream>
+ <remote-id type="github">francescmm/GitQlient</remote-id>
+</upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-03-25 20:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 20:48 [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitqlient/, dev-vcs/gitqlient-gitserver-plugin/, Sergey Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox