* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitqlient-gitserver-plugin/, dev-vcs/gitqlient/, dev-vcs/gitahead/, ...
2024-05-13 22:38 [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/gitqlient-gitserver-plugin/, dev-vcs/gitqlient/, dev-vcs/gitahead/, Julien Roy
@ 2024-05-13 22:21 ` Julien Roy
0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-05-13 22:21 UTC (permalink / raw
To: gentoo-commits
commit: e9e9388f65f2f389b86eaf1183088395c399f605
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Apr 27 22:49:50 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9e9388f
dev-vcs/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild | 3 ++-
dev-vcs/gitahead/gitahead-2.7.1.ebuild | 3 ++-
.../gitqlient-gitserver-plugin-0.2.0.ebuild | 7 +++----
.../gitqlient-jenkins-plugin/gitqlient-jenkins-plugin-0.2.0.ebuild | 7 +++----
dev-vcs/gitqlient/gitqlient-1.6.2.ebuild | 4 ++--
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild b/dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild
index 4b22787437..d9107e25e5 100644
--- a/dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild
+++ b/dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild
@@ -21,8 +21,9 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RESTRICT="test"
+
IUSE="gnome-keyring"
+RESTRICT="test"
RDEPEND="
app-text/cmark:=
diff --git a/dev-vcs/gitahead/gitahead-2.7.1.ebuild b/dev-vcs/gitahead/gitahead-2.7.1.ebuild
index 5408b298d4..c8283cc386 100644
--- a/dev-vcs/gitahead/gitahead-2.7.1.ebuild
+++ b/dev-vcs/gitahead/gitahead-2.7.1.ebuild
@@ -21,8 +21,9 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RESTRICT="test"
+
IUSE="gnome-keyring"
+RESTRICT="test"
RDEPEND="
app-text/cmark:=
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
index a2d34bacd7..3756f6211f 100644
--- 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
@@ -17,11 +17,11 @@ SRC_URI="
https://github.com/francescmm/${GQ}/releases/download/v${GQ_PV}/${GQ_PN}_${GQ_PV}.tar.gz -> ${GQ_PN}-${GQ_PV}.tar.gz
"
-KEYWORDS="~amd64"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
LICENSE="LGPL-2.1"
SLOT="0"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
+KEYWORDS="~amd64"
PDEPEND=">=dev-vcs/gitqlient-1.6.1"
RDEPEND="
@@ -29,7 +29,6 @@ RDEPEND="
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"
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
index 6dd31629a2..01634b0e64 100644
--- 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
@@ -17,11 +17,11 @@ SRC_URI="
https://github.com/francescmm/${GQ}/releases/download/v${GQ_PV}/${GQ_PN}_${GQ_PV}.tar.gz -> ${GQ_PN}-${GQ_PV}.tar.gz
"
-KEYWORDS="~amd64"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
LICENSE="LGPL-2.1"
SLOT="0"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
+KEYWORDS="~amd64"
PDEPEND=">=dev-vcs/gitqlient-1.6.1"
RDEPEND="
@@ -29,7 +29,6 @@ RDEPEND="
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"
diff --git a/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild b/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild
index 683c5b9c49..346aa3547f 100644
--- a/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild
@@ -9,13 +9,13 @@ 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"
+KEYWORDS="~amd64 ~x86"
DEPEND="
dev-qt/qtcore:5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/gitqlient-gitserver-plugin/, dev-vcs/gitqlient/, dev-vcs/gitahead/, ...
@ 2024-05-13 22:38 Julien Roy
2024-05-13 22:21 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
0 siblings, 1 reply; 2+ messages in thread
From: Julien Roy @ 2024-05-13 22:38 UTC (permalink / raw
To: gentoo-commits
commit: e9e9388f65f2f389b86eaf1183088395c399f605
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Apr 27 22:49:50 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9e9388f
dev-vcs/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild | 3 ++-
dev-vcs/gitahead/gitahead-2.7.1.ebuild | 3 ++-
.../gitqlient-gitserver-plugin-0.2.0.ebuild | 7 +++----
.../gitqlient-jenkins-plugin/gitqlient-jenkins-plugin-0.2.0.ebuild | 7 +++----
dev-vcs/gitqlient/gitqlient-1.6.2.ebuild | 4 ++--
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild b/dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild
index 4b22787437..d9107e25e5 100644
--- a/dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild
+++ b/dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild
@@ -21,8 +21,9 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RESTRICT="test"
+
IUSE="gnome-keyring"
+RESTRICT="test"
RDEPEND="
app-text/cmark:=
diff --git a/dev-vcs/gitahead/gitahead-2.7.1.ebuild b/dev-vcs/gitahead/gitahead-2.7.1.ebuild
index 5408b298d4..c8283cc386 100644
--- a/dev-vcs/gitahead/gitahead-2.7.1.ebuild
+++ b/dev-vcs/gitahead/gitahead-2.7.1.ebuild
@@ -21,8 +21,9 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RESTRICT="test"
+
IUSE="gnome-keyring"
+RESTRICT="test"
RDEPEND="
app-text/cmark:=
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
index a2d34bacd7..3756f6211f 100644
--- 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
@@ -17,11 +17,11 @@ SRC_URI="
https://github.com/francescmm/${GQ}/releases/download/v${GQ_PV}/${GQ_PN}_${GQ_PV}.tar.gz -> ${GQ_PN}-${GQ_PV}.tar.gz
"
-KEYWORDS="~amd64"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
LICENSE="LGPL-2.1"
SLOT="0"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
+KEYWORDS="~amd64"
PDEPEND=">=dev-vcs/gitqlient-1.6.1"
RDEPEND="
@@ -29,7 +29,6 @@ RDEPEND="
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"
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
index 6dd31629a2..01634b0e64 100644
--- 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
@@ -17,11 +17,11 @@ SRC_URI="
https://github.com/francescmm/${GQ}/releases/download/v${GQ_PV}/${GQ_PN}_${GQ_PV}.tar.gz -> ${GQ_PN}-${GQ_PV}.tar.gz
"
-KEYWORDS="~amd64"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
LICENSE="LGPL-2.1"
SLOT="0"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
+KEYWORDS="~amd64"
PDEPEND=">=dev-vcs/gitqlient-1.6.1"
RDEPEND="
@@ -29,7 +29,6 @@ RDEPEND="
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"
diff --git a/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild b/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild
index 683c5b9c49..346aa3547f 100644
--- a/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-1.6.2.ebuild
@@ -9,13 +9,13 @@ 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"
+KEYWORDS="~amd64 ~x86"
DEPEND="
dev-qt/qtcore:5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-13 22:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 22:38 [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/gitqlient-gitserver-plugin/, dev-vcs/gitqlient/, dev-vcs/gitahead/, Julien Roy
2024-05-13 22:21 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox