public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/fchroot/, sys-apps/bat-extras/, sys-apps/ov/, sys-apps/openSeaChest/, ...
@ 2024-05-15  0:59 Julien Roy
  2024-05-15  1:03 ` [gentoo-commits] repo/proj/guru:master commit in: sys-apps/fchroot/, sys-apps/pnpm-bin/, sys-apps/openSeaChest/, sys-apps/ov/, Julien Roy
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Roy @ 2024-05-15  0:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ad3cd174f419fafe74ab66405cf31f1c2902dbe3
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue May 14 23:33:59 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 00:59:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad3cd174

sys-apps/*: fix variable order

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

 sys-apps/bat-extras/bat-extras-2023.09.19.ebuild  | 2 --
 sys-apps/fchroot/fchroot-0.1.2.ebuild             | 3 ++-
 sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild | 2 +-
 sys-apps/openSeaChest/openSeaChest-23.12.ebuild   | 2 +-
 sys-apps/ov/ov-0.32.0.ebuild                      | 4 ++--
 sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild           | 7 +++----
 6 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild b/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild
index f0c500214b..c89742c14c 100644
--- a/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild
+++ b/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild
@@ -38,8 +38,6 @@ RDEPEND="
 	virtual/rust[rustfmt(+)]
 "
 
-S="${WORKDIR}/${P}"
-
 src_unpack() {
 	default
 	if [[ ${PV} == *9999 ]]; then

diff --git a/sys-apps/fchroot/fchroot-0.1.2.ebuild b/sys-apps/fchroot/fchroot-0.1.2.ebuild
index 9c5b93bd92..f42c6f55b3 100644
--- a/sys-apps/fchroot/fchroot-0.1.2.ebuild
+++ b/sys-apps/fchroot/fchroot-0.1.2.ebuild
@@ -10,11 +10,12 @@ inherit distutils-r1 pypi
 DESCRIPTION="Funtoo's franken-chroot tool - chroot from AMD64 to ARM system"
 HOMEPAGE="https://code.funtoo.org/bitbucket/users/drobbins/repos/fchroot/browse"
 
-RESTRICT="mirror test"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 
+RESTRICT="mirror test"
+
 RDEPEND="
 	${PYTHON_DEPS}
 	app-emulation/qemu[qemu_user_targets_aarch64,qemu_user_targets_arm,static-user]

diff --git a/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild b/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
index 8a087598c1..977e43a0d9 100644
--- a/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
+++ b/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
@@ -8,7 +8,7 @@ inherit meson
 DESCRIPTION="SeaGate's open source harddrive control utilities"
 HOMEPAGE="https://github.com/Seagate/openSeaChest"
 SRC_URI="https://github.com/Seagate/openSeaChest/releases/download/v${PV}/SourceCode_With_Submodules.tar.xz -> openSeaChest-v${PV}.tar.xz"
+S="${WORKDIR}/openSeaChest-v${PV}"
 LICENSE="MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-S="${WORKDIR}/openSeaChest-v${PV}"

diff --git a/sys-apps/openSeaChest/openSeaChest-23.12.ebuild b/sys-apps/openSeaChest/openSeaChest-23.12.ebuild
index 8a087598c1..977e43a0d9 100644
--- a/sys-apps/openSeaChest/openSeaChest-23.12.ebuild
+++ b/sys-apps/openSeaChest/openSeaChest-23.12.ebuild
@@ -8,7 +8,7 @@ inherit meson
 DESCRIPTION="SeaGate's open source harddrive control utilities"
 HOMEPAGE="https://github.com/Seagate/openSeaChest"
 SRC_URI="https://github.com/Seagate/openSeaChest/releases/download/v${PV}/SourceCode_With_Submodules.tar.xz -> openSeaChest-v${PV}.tar.xz"
+S="${WORKDIR}/openSeaChest-v${PV}"
 LICENSE="MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-S="${WORKDIR}/openSeaChest-v${PV}"

diff --git a/sys-apps/ov/ov-0.32.0.ebuild b/sys-apps/ov/ov-0.32.0.ebuild
index 501cdca535..5f6f16bfbc 100644
--- a/sys-apps/ov/ov-0.32.0.ebuild
+++ b/sys-apps/ov/ov-0.32.0.ebuild
@@ -9,12 +9,12 @@ DESCRIPTION="Feature-rich terminal pager"
 HOMEPAGE="https://github.com/noborus/ov"
 SRC_URI="https://github.com/noborus/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
+S="${WORKDIR}"
+
 LICENSE="MIT Apache-2.0 BSD-2 BSD MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 
-S="${WORKDIR}"
-
 src_compile() {
 	ego build -v -x -o ${PN} -ldflags="-X main.Version=${PV}"
 	edo ./ov --config ov.yaml --completion fish > ov.fish

diff --git a/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild b/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild
index 4f3f2f23f5..e5a0811728 100644
--- a/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild
+++ b/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild
@@ -5,17 +5,16 @@ EAPI=8
 
 DESCRIPTION="Fast, disk space efficient package manager, alternative to npm and yarn"
 HOMEPAGE="https://pnpm.io"
-
 SRC_URI="https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-x64"
-KEYWORDS="~amd64"
+
+S="${WORKDIR}"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RESTRICT="strip"
 
-S="${WORKDIR}"
-
 QA_PREBUILT="usr/bin/${PN}"
 
 src_install() {


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

* [gentoo-commits] repo/proj/guru:master commit in: sys-apps/fchroot/, sys-apps/pnpm-bin/, sys-apps/openSeaChest/, sys-apps/ov/, ...
  2024-05-15  0:59 [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/fchroot/, sys-apps/bat-extras/, sys-apps/ov/, sys-apps/openSeaChest/, Julien Roy
@ 2024-05-15  1:03 ` Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-05-15  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ad3cd174f419fafe74ab66405cf31f1c2902dbe3
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue May 14 23:33:59 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 00:59:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad3cd174

sys-apps/*: fix variable order

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

 sys-apps/bat-extras/bat-extras-2023.09.19.ebuild  | 2 --
 sys-apps/fchroot/fchroot-0.1.2.ebuild             | 3 ++-
 sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild | 2 +-
 sys-apps/openSeaChest/openSeaChest-23.12.ebuild   | 2 +-
 sys-apps/ov/ov-0.32.0.ebuild                      | 4 ++--
 sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild           | 7 +++----
 6 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild b/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild
index f0c500214b..c89742c14c 100644
--- a/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild
+++ b/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild
@@ -38,8 +38,6 @@ RDEPEND="
 	virtual/rust[rustfmt(+)]
 "
 
-S="${WORKDIR}/${P}"
-
 src_unpack() {
 	default
 	if [[ ${PV} == *9999 ]]; then

diff --git a/sys-apps/fchroot/fchroot-0.1.2.ebuild b/sys-apps/fchroot/fchroot-0.1.2.ebuild
index 9c5b93bd92..f42c6f55b3 100644
--- a/sys-apps/fchroot/fchroot-0.1.2.ebuild
+++ b/sys-apps/fchroot/fchroot-0.1.2.ebuild
@@ -10,11 +10,12 @@ inherit distutils-r1 pypi
 DESCRIPTION="Funtoo's franken-chroot tool - chroot from AMD64 to ARM system"
 HOMEPAGE="https://code.funtoo.org/bitbucket/users/drobbins/repos/fchroot/browse"
 
-RESTRICT="mirror test"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 
+RESTRICT="mirror test"
+
 RDEPEND="
 	${PYTHON_DEPS}
 	app-emulation/qemu[qemu_user_targets_aarch64,qemu_user_targets_arm,static-user]

diff --git a/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild b/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
index 8a087598c1..977e43a0d9 100644
--- a/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
+++ b/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
@@ -8,7 +8,7 @@ inherit meson
 DESCRIPTION="SeaGate's open source harddrive control utilities"
 HOMEPAGE="https://github.com/Seagate/openSeaChest"
 SRC_URI="https://github.com/Seagate/openSeaChest/releases/download/v${PV}/SourceCode_With_Submodules.tar.xz -> openSeaChest-v${PV}.tar.xz"
+S="${WORKDIR}/openSeaChest-v${PV}"
 LICENSE="MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-S="${WORKDIR}/openSeaChest-v${PV}"

diff --git a/sys-apps/openSeaChest/openSeaChest-23.12.ebuild b/sys-apps/openSeaChest/openSeaChest-23.12.ebuild
index 8a087598c1..977e43a0d9 100644
--- a/sys-apps/openSeaChest/openSeaChest-23.12.ebuild
+++ b/sys-apps/openSeaChest/openSeaChest-23.12.ebuild
@@ -8,7 +8,7 @@ inherit meson
 DESCRIPTION="SeaGate's open source harddrive control utilities"
 HOMEPAGE="https://github.com/Seagate/openSeaChest"
 SRC_URI="https://github.com/Seagate/openSeaChest/releases/download/v${PV}/SourceCode_With_Submodules.tar.xz -> openSeaChest-v${PV}.tar.xz"
+S="${WORKDIR}/openSeaChest-v${PV}"
 LICENSE="MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-S="${WORKDIR}/openSeaChest-v${PV}"

diff --git a/sys-apps/ov/ov-0.32.0.ebuild b/sys-apps/ov/ov-0.32.0.ebuild
index 501cdca535..5f6f16bfbc 100644
--- a/sys-apps/ov/ov-0.32.0.ebuild
+++ b/sys-apps/ov/ov-0.32.0.ebuild
@@ -9,12 +9,12 @@ DESCRIPTION="Feature-rich terminal pager"
 HOMEPAGE="https://github.com/noborus/ov"
 SRC_URI="https://github.com/noborus/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
+S="${WORKDIR}"
+
 LICENSE="MIT Apache-2.0 BSD-2 BSD MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 
-S="${WORKDIR}"
-
 src_compile() {
 	ego build -v -x -o ${PN} -ldflags="-X main.Version=${PV}"
 	edo ./ov --config ov.yaml --completion fish > ov.fish

diff --git a/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild b/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild
index 4f3f2f23f5..e5a0811728 100644
--- a/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild
+++ b/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild
@@ -5,17 +5,16 @@ EAPI=8
 
 DESCRIPTION="Fast, disk space efficient package manager, alternative to npm and yarn"
 HOMEPAGE="https://pnpm.io"
-
 SRC_URI="https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-x64"
-KEYWORDS="~amd64"
+
+S="${WORKDIR}"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RESTRICT="strip"
 
-S="${WORKDIR}"
-
 QA_PREBUILT="usr/bin/${PN}"
 
 src_install() {


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

end of thread, other threads:[~2024-05-15  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15  0:59 [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/fchroot/, sys-apps/bat-extras/, sys-apps/ov/, sys-apps/openSeaChest/, Julien Roy
2024-05-15  1:03 ` [gentoo-commits] repo/proj/guru:master commit in: sys-apps/fchroot/, sys-apps/pnpm-bin/, sys-apps/openSeaChest/, sys-apps/ov/, Julien Roy

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