public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/iio-sensor-proxy/, gnome-extra/junction/, gnome-extra/portfolio/
@ 2024-05-13 22:21 Julien Roy
  2024-05-13 22:38 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Roy @ 2024-05-13 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     98b864d91f3c2a361b67ff8990f0768592f59fc1
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May  1 13:32:07 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=98b864d9

gnome-extra/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.3.ebuild | 2 +-
 gnome-extra/junction/junction-1.7-r1.ebuild              | 4 +++-
 gnome-extra/portfolio/portfolio-0.9.14.ebuild            | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.3.ebuild b/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.3.ebuild
index 8bdd7ff426..b28336f779 100644
--- a/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.3.ebuild
+++ b/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.3.ebuild
@@ -12,8 +12,8 @@ SRC_URI="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/${PV}/
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-RESTRICT="test"
 IUSE="+systemd"
+RESTRICT="test"
 
 RDEPEND="
 	dev-libs/glib:*

diff --git a/gnome-extra/junction/junction-1.7-r1.ebuild b/gnome-extra/junction/junction-1.7-r1.ebuild
index d47f929f4c..8b941c733b 100644
--- a/gnome-extra/junction/junction-1.7-r1.ebuild
+++ b/gnome-extra/junction/junction-1.7-r1.ebuild
@@ -6,6 +6,7 @@ EAPI=8
 inherit gnome2-utils meson
 
 TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
+
 DESCRIPTION="Application/browser chooser"
 HOMEPAGE="
 	https://apps.gnome.org/app/re.sonny.Junction/
@@ -15,11 +16,12 @@ SRC_URI="
 	https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
 	https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz
 "
+
 S="${WORKDIR}/${PN^}-${PV}"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 DEPEND="
 	dev-libs/gjs

diff --git a/gnome-extra/portfolio/portfolio-0.9.14.ebuild b/gnome-extra/portfolio/portfolio-0.9.14.ebuild
index ddda9e684c..24a3683fdd 100644
--- a/gnome-extra/portfolio/portfolio-0.9.14.ebuild
+++ b/gnome-extra/portfolio/portfolio-0.9.14.ebuild
@@ -11,6 +11,8 @@ DESCRIPTION="A minimalist file manager for those who want to use Linux mobile de
 HOMEPAGE="https://github.com/tchx84/Portfolio"
 SRC_URI="https://github.com/tchx84/Portfolio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
+S="${WORKDIR}"/Portfolio-"${PV}"
+
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
@@ -24,8 +26,6 @@ RDEPEND="
 	x11-libs/gtk+
 "
 
-S="${WORKDIR}"/Portfolio-"${PV}"
-
 src_prepare() {
 	default
 	# shebang fixing craziness


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/iio-sensor-proxy/, gnome-extra/junction/, gnome-extra/portfolio/
  2024-05-13 22:21 [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/iio-sensor-proxy/, gnome-extra/junction/, gnome-extra/portfolio/ Julien Roy
@ 2024-05-13 22:38 ` Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-05-13 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     98b864d91f3c2a361b67ff8990f0768592f59fc1
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May  1 13:32:07 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=98b864d9

gnome-extra/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.3.ebuild | 2 +-
 gnome-extra/junction/junction-1.7-r1.ebuild              | 4 +++-
 gnome-extra/portfolio/portfolio-0.9.14.ebuild            | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.3.ebuild b/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.3.ebuild
index 8bdd7ff426..b28336f779 100644
--- a/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.3.ebuild
+++ b/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.3.ebuild
@@ -12,8 +12,8 @@ SRC_URI="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/${PV}/
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-RESTRICT="test"
 IUSE="+systemd"
+RESTRICT="test"
 
 RDEPEND="
 	dev-libs/glib:*

diff --git a/gnome-extra/junction/junction-1.7-r1.ebuild b/gnome-extra/junction/junction-1.7-r1.ebuild
index d47f929f4c..8b941c733b 100644
--- a/gnome-extra/junction/junction-1.7-r1.ebuild
+++ b/gnome-extra/junction/junction-1.7-r1.ebuild
@@ -6,6 +6,7 @@ EAPI=8
 inherit gnome2-utils meson
 
 TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
+
 DESCRIPTION="Application/browser chooser"
 HOMEPAGE="
 	https://apps.gnome.org/app/re.sonny.Junction/
@@ -15,11 +16,12 @@ SRC_URI="
 	https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
 	https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz
 "
+
 S="${WORKDIR}/${PN^}-${PV}"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 DEPEND="
 	dev-libs/gjs

diff --git a/gnome-extra/portfolio/portfolio-0.9.14.ebuild b/gnome-extra/portfolio/portfolio-0.9.14.ebuild
index ddda9e684c..24a3683fdd 100644
--- a/gnome-extra/portfolio/portfolio-0.9.14.ebuild
+++ b/gnome-extra/portfolio/portfolio-0.9.14.ebuild
@@ -11,6 +11,8 @@ DESCRIPTION="A minimalist file manager for those who want to use Linux mobile de
 HOMEPAGE="https://github.com/tchx84/Portfolio"
 SRC_URI="https://github.com/tchx84/Portfolio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
+S="${WORKDIR}"/Portfolio-"${PV}"
+
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
@@ -24,8 +26,6 @@ RDEPEND="
 	x11-libs/gtk+
 "
 
-S="${WORKDIR}"/Portfolio-"${PV}"
-
 src_prepare() {
 	default
 	# shebang fixing craziness


^ 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:21 [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/iio-sensor-proxy/, gnome-extra/junction/, gnome-extra/portfolio/ Julien Roy
2024-05-13 22:38 ` [gentoo-commits] repo/proj/guru:master " Julien Roy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox