* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
@ 2024-07-17 17:48 Joe Kappus
0 siblings, 0 replies; 10+ messages in thread
From: Joe Kappus @ 2024-07-17 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 84aa1908bc5e586c8cec49801a93ac1e86358547
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Jul 17 17:47:59 2024 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Jul 17 17:47:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84aa1908
app-admin/agru: new package, add 0.1.10
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
app-admin/agru/Manifest | 2 ++
app-admin/agru/agru-0.1.10.ebuild | 25 +++++++++++++++++++++++++
app-admin/agru/metadata.xml | 12 ++++++++++++
3 files changed, 39 insertions(+)
diff --git a/app-admin/agru/Manifest b/app-admin/agru/Manifest
new file mode 100644
index 000000000..21ace448a
--- /dev/null
+++ b/app-admin/agru/Manifest
@@ -0,0 +1,2 @@
+DIST agru-0.1.10-deps.tar.xz 175756 BLAKE2B da07ad7d294e473ff772929b2d3d1d128f4d95bf5cfdcecba0e57a40c47cc410282f00aba8b6a8963302ce273c7846c7125c0bb4ea89fbff3fe0b86b5958adff SHA512 cb2be81f4d64c67072e3856da23f9be29e14febc4e6f09daae550b8c0aee4153b56d62bbb473d354658099da4bb8fa2f19742c7649cb3be672f9653b7e68f771
+DIST agru-0.1.10.tar.gz 88805 BLAKE2B 1dcf24b7b4f1bd5916b4d84423f7f7849906a27ef6473da8f36bd22079a9c194ab4688d42785d0c7baa004daff64e46e71bdd69ff257127483d2cc25c305665a SHA512 6b7a406bbd202277ac54c2ba22708dfcea1e2b7ff44a2dd345c70817927b0be1f974d68b02a2955b368c9c4e2b11b512fca3b99b0a41f7df55720fc404abbc5b
diff --git a/app-admin/agru/agru-0.1.10.ebuild b/app-admin/agru/agru-0.1.10.ebuild
new file mode 100644
index 000000000..85dbdc073
--- /dev/null
+++ b/app-admin/agru/agru-0.1.10.ebuild
@@ -0,0 +1,25 @@
+EAPI=7
+inherit go-module
+
+DESCRIPTION="A tool for managing GitLab groups and projects"
+HOMEPAGE="https://gitlab.com/etke.cc/tools/agru"
+SRC_URI="https://gitlab.com/etke.cc/tools/agru/-/archive/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz
+ https://xwaretech.info/agru-${PV}-deps.tar.xz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="mirror strip"
+
+S="${WORKDIR}/${PN}-v${PV}-d6a2bd6d8a4fca3dbb0201c020e4f70ce9a90c39"
+
+src_compile() {
+ cd "${S}/cmd/agru" || die
+ ego build -o agru || die
+}
+
+src_install() {
+ cd "${S}/cmd/agru" || die
+ dobin agru
+}
diff --git a/app-admin/agru/metadata.xml b/app-admin/agru/metadata.xml
new file mode 100644
index 000000000..0676e5acb
--- /dev/null
+++ b/app-admin/agru/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>joe@wt.gd</email>
+ <name>Joe Kappus</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://gitlab.com/etke.cc/tools/agru/-/issues</bugs-to>
+ <remote-id type="gitlab">etke.cc/tools/agru</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
@ 2024-07-17 20:21 Joe Kappus
0 siblings, 0 replies; 10+ messages in thread
From: Joe Kappus @ 2024-07-17 20:21 UTC (permalink / raw
To: gentoo-commits
commit: ff24a644a0e1040eebbc6be90703b83d834d728a
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Jul 17 20:20:41 2024 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Jul 17 20:21:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff24a644
app-admin/agru: fixups, update EAPI 7 -> 8
Also adapted antecrescent's feedback from
https://github.com/gentoo/guru/commit/84aa1908bc5e586c8cec49801a93ac1e86358547
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
app-admin/agru/Manifest | 2 +-
app-admin/agru/agru-0.1.10.ebuild | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/app-admin/agru/Manifest b/app-admin/agru/Manifest
index 21ace448a..6d90a10a3 100644
--- a/app-admin/agru/Manifest
+++ b/app-admin/agru/Manifest
@@ -1,2 +1,2 @@
DIST agru-0.1.10-deps.tar.xz 175756 BLAKE2B da07ad7d294e473ff772929b2d3d1d128f4d95bf5cfdcecba0e57a40c47cc410282f00aba8b6a8963302ce273c7846c7125c0bb4ea89fbff3fe0b86b5958adff SHA512 cb2be81f4d64c67072e3856da23f9be29e14febc4e6f09daae550b8c0aee4153b56d62bbb473d354658099da4bb8fa2f19742c7649cb3be672f9653b7e68f771
-DIST agru-0.1.10.tar.gz 88805 BLAKE2B 1dcf24b7b4f1bd5916b4d84423f7f7849906a27ef6473da8f36bd22079a9c194ab4688d42785d0c7baa004daff64e46e71bdd69ff257127483d2cc25c305665a SHA512 6b7a406bbd202277ac54c2ba22708dfcea1e2b7ff44a2dd345c70817927b0be1f974d68b02a2955b368c9c4e2b11b512fca3b99b0a41f7df55720fc404abbc5b
+DIST agru-0.1.10.tar.bz2 71878 BLAKE2B 21985b9b9deab5915eaf17843d64243b18206d95321717c7118d8c59d0c6df577bf0da9a12f63e2a60579a3a6772e8f9addcab07b200087757a0f41bd1501be2 SHA512 0ff1f1bf99a183d7a9727951758d454143eab6111a6890e4e0617b58a58ef348d42283780a7a04a1d3a53747db0888f86fc95cecbaff3dae03af0d5c5142b135
diff --git a/app-admin/agru/agru-0.1.10.ebuild b/app-admin/agru/agru-0.1.10.ebuild
index 85dbdc073..ba10ddc5e 100644
--- a/app-admin/agru/agru-0.1.10.ebuild
+++ b/app-admin/agru/agru-0.1.10.ebuild
@@ -1,22 +1,22 @@
-EAPI=7
+# Copyright 1999-2024 Gentoo Authors
+
+EAPI=8
inherit go-module
DESCRIPTION="A tool for managing GitLab groups and projects"
HOMEPAGE="https://gitlab.com/etke.cc/tools/agru"
-SRC_URI="https://gitlab.com/etke.cc/tools/agru/-/archive/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz
+SRC_URI="https://gitlab.com/etke.cc/tools/agru/-/archive/v${PV}/v${PV}.tar.bz2 -> ${P}.tar.bz2
https://xwaretech.info/agru-${PV}-deps.tar.xz"
+S="${WORKDIR}/${PN}-v${PV}-d6a2bd6d8a4fca3dbb0201c020e4f70ce9a90c39"
+
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror strip"
-
-S="${WORKDIR}/${PN}-v${PV}-d6a2bd6d8a4fca3dbb0201c020e4f70ce9a90c39"
src_compile() {
cd "${S}/cmd/agru" || die
- ego build -o agru || die
+ ego build -o agru
}
src_install() {
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
@ 2024-07-17 20:35 Joe Kappus
0 siblings, 0 replies; 10+ messages in thread
From: Joe Kappus @ 2024-07-17 20:35 UTC (permalink / raw
To: gentoo-commits
commit: 833b7e5d3e3e9ac93e2517906611c967ae42f06d
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Jul 17 20:34:55 2024 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Jul 17 20:34:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=833b7e5d
app-admin/agru: fix copyright/license header
3rd time's the charm.
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
app-admin/agru/agru-0.1.10.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-admin/agru/agru-0.1.10.ebuild b/app-admin/agru/agru-0.1.10.ebuild
index ba10ddc5e..6c8479c1c 100644
--- a/app-admin/agru/agru-0.1.10.ebuild
+++ b/app-admin/agru/agru-0.1.10.ebuild
@@ -1,4 +1,5 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
@ 2025-06-02 4:12 Joe Kappus
0 siblings, 0 replies; 10+ messages in thread
From: Joe Kappus @ 2025-06-02 4:12 UTC (permalink / raw
To: gentoo-commits
commit: d7a5b5bca2c65ca0b3816adaad7ee175417887c0
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Mon Jun 2 04:11:45 2025 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Mon Jun 2 04:11:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7a5b5bc
app-admin/agru: add 0.1.15
Note, this changed to github upstream.
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
app-admin/agru/Manifest | 2 ++
app-admin/agru/agru-0.1.15.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-admin/agru/Manifest b/app-admin/agru/Manifest
index 6d90a10a3d..a15a32719f 100644
--- a/app-admin/agru/Manifest
+++ b/app-admin/agru/Manifest
@@ -1,2 +1,4 @@
DIST agru-0.1.10-deps.tar.xz 175756 BLAKE2B da07ad7d294e473ff772929b2d3d1d128f4d95bf5cfdcecba0e57a40c47cc410282f00aba8b6a8963302ce273c7846c7125c0bb4ea89fbff3fe0b86b5958adff SHA512 cb2be81f4d64c67072e3856da23f9be29e14febc4e6f09daae550b8c0aee4153b56d62bbb473d354658099da4bb8fa2f19742c7649cb3be672f9653b7e68f771
DIST agru-0.1.10.tar.bz2 71878 BLAKE2B 21985b9b9deab5915eaf17843d64243b18206d95321717c7118d8c59d0c6df577bf0da9a12f63e2a60579a3a6772e8f9addcab07b200087757a0f41bd1501be2 SHA512 0ff1f1bf99a183d7a9727951758d454143eab6111a6890e4e0617b58a58ef348d42283780a7a04a1d3a53747db0888f86fc95cecbaff3dae03af0d5c5142b135
+DIST agru-0.1.15-deps.tar.xz 209564 BLAKE2B bba14fb2b9cbf61f45a2833e4887042901052f9586ab96a3f2df31de159eb5d593fd3a324e5203b9cbfb2656c66178f4e84f0899f9b7869e692e75eb7c5d39e2 SHA512 1a1b088f62cacf3f39339147c680d69ed2b5f5665e0f4a70688d392a15475dc4dbb547e18b8d678e54e7c8a3e4570ff9f36e0a7dc1ef4de56123c5690bf124e2
+DIST agru-0.1.15.tar.gz 93705 BLAKE2B 273b9e1bceddfc4947f48ae6f2d7e1ecbfa7de5f12dfbf61cafe89b06f13c3f367975d3656b5ec35c05835a207745b4ed1a3cb3ea39142ec1e6b0dfd58320a5b SHA512 2fd672c14ac9a128a7ac98205b876b1582aaf8ab70a362946fadf30e3e0898035fcbd237e102705f8115475d570fd0bccb4987167df9453c640af8b2a02bcf6f
diff --git a/app-admin/agru/agru-0.1.15.ebuild b/app-admin/agru/agru-0.1.15.ebuild
new file mode 100644
index 0000000000..625a8b59e2
--- /dev/null
+++ b/app-admin/agru/agru-0.1.15.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="A tool for managing GitLab groups and projects"
+HOMEPAGE="https://github.com/etkecc/agru"
+
+SRC_URI="
+ https://github.com/etkecc/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://xwaretech.info/agru-${PV}-deps.tar.xz
+"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+ cd "${S}/cmd/agru" || die
+ ego build -o agru
+}
+
+src_install() {
+ cd "${S}/cmd/agru" || die
+ dobin agru
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
@ 2025-06-02 4:13 Joe Kappus
0 siblings, 0 replies; 10+ messages in thread
From: Joe Kappus @ 2025-06-02 4:13 UTC (permalink / raw
To: gentoo-commits
commit: bd437d75607b7824889c3ef11626cf715790a4f0
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Mon Jun 2 04:13:18 2025 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Mon Jun 2 04:13:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd437d75
app-admin/agru: update upstream metadata
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
app-admin/agru/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/agru/metadata.xml b/app-admin/agru/metadata.xml
index 0676e5acb2..2799d869f7 100644
--- a/app-admin/agru/metadata.xml
+++ b/app-admin/agru/metadata.xml
@@ -6,7 +6,7 @@
<name>Joe Kappus</name>
</maintainer>
<upstream>
- <bugs-to>https://gitlab.com/etke.cc/tools/agru/-/issues</bugs-to>
- <remote-id type="gitlab">etke.cc/tools/agru</remote-id>
+ <bugs-to>https://github.com/etkecc/agru/issues</bugs-to>
+ <remote-id type="github">etkecc/agru</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
@ 2025-06-02 4:13 Joe Kappus
0 siblings, 0 replies; 10+ messages in thread
From: Joe Kappus @ 2025-06-02 4:13 UTC (permalink / raw
To: gentoo-commits
commit: 094b26f2cfa321ffad9eab479f2ca63c9f2c0101
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Mon Jun 2 04:13:42 2025 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Mon Jun 2 04:13:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=094b26f2
app-admin/agru: drop 0.1.10
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
app-admin/agru/Manifest | 2 --
app-admin/agru/agru-0.1.10.ebuild | 27 ---------------------------
2 files changed, 29 deletions(-)
diff --git a/app-admin/agru/Manifest b/app-admin/agru/Manifest
index a15a32719f..4b33f32c24 100644
--- a/app-admin/agru/Manifest
+++ b/app-admin/agru/Manifest
@@ -1,4 +1,2 @@
-DIST agru-0.1.10-deps.tar.xz 175756 BLAKE2B da07ad7d294e473ff772929b2d3d1d128f4d95bf5cfdcecba0e57a40c47cc410282f00aba8b6a8963302ce273c7846c7125c0bb4ea89fbff3fe0b86b5958adff SHA512 cb2be81f4d64c67072e3856da23f9be29e14febc4e6f09daae550b8c0aee4153b56d62bbb473d354658099da4bb8fa2f19742c7649cb3be672f9653b7e68f771
-DIST agru-0.1.10.tar.bz2 71878 BLAKE2B 21985b9b9deab5915eaf17843d64243b18206d95321717c7118d8c59d0c6df577bf0da9a12f63e2a60579a3a6772e8f9addcab07b200087757a0f41bd1501be2 SHA512 0ff1f1bf99a183d7a9727951758d454143eab6111a6890e4e0617b58a58ef348d42283780a7a04a1d3a53747db0888f86fc95cecbaff3dae03af0d5c5142b135
DIST agru-0.1.15-deps.tar.xz 209564 BLAKE2B bba14fb2b9cbf61f45a2833e4887042901052f9586ab96a3f2df31de159eb5d593fd3a324e5203b9cbfb2656c66178f4e84f0899f9b7869e692e75eb7c5d39e2 SHA512 1a1b088f62cacf3f39339147c680d69ed2b5f5665e0f4a70688d392a15475dc4dbb547e18b8d678e54e7c8a3e4570ff9f36e0a7dc1ef4de56123c5690bf124e2
DIST agru-0.1.15.tar.gz 93705 BLAKE2B 273b9e1bceddfc4947f48ae6f2d7e1ecbfa7de5f12dfbf61cafe89b06f13c3f367975d3656b5ec35c05835a207745b4ed1a3cb3ea39142ec1e6b0dfd58320a5b SHA512 2fd672c14ac9a128a7ac98205b876b1582aaf8ab70a362946fadf30e3e0898035fcbd237e102705f8115475d570fd0bccb4987167df9453c640af8b2a02bcf6f
diff --git a/app-admin/agru/agru-0.1.10.ebuild b/app-admin/agru/agru-0.1.10.ebuild
deleted file mode 100644
index f26c3b03f8..0000000000
--- a/app-admin/agru/agru-0.1.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="A tool for managing GitLab groups and projects"
-HOMEPAGE="https://gitlab.com/etke.cc/tools/agru"
-
-SRC_URI="https://gitlab.com/etke.cc/tools/agru/-/archive/v${PV}/v${PV}.tar.bz2 -> ${P}.tar.bz2
-https://xwaretech.info/agru-${PV}-deps.tar.xz"
-
-S="${WORKDIR}/${PN}-v${PV}-d6a2bd6d8a4fca3dbb0201c020e4f70ce9a90c39"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
- cd "${S}/cmd/agru" || die
- ego build -o agru
-}
-
-src_install() {
- cd "${S}/cmd/agru" || die
- dobin agru
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
@ 2025-08-05 20:52 Joe Kappus
0 siblings, 0 replies; 10+ messages in thread
From: Joe Kappus @ 2025-08-05 20:52 UTC (permalink / raw
To: gentoo-commits
commit: d98bdee0fc539d2a9209e9347571bf0cbbd337ba
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Aug 5 20:52:28 2025 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Tue Aug 5 20:52:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d98bdee0
app-admin/agru: add 0.1.16
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
app-admin/agru/Manifest | 2 ++
app-admin/agru/agru-0.1.16.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-admin/agru/Manifest b/app-admin/agru/Manifest
index 4b33f32c24..5fa5a0fef6 100644
--- a/app-admin/agru/Manifest
+++ b/app-admin/agru/Manifest
@@ -1,2 +1,4 @@
DIST agru-0.1.15-deps.tar.xz 209564 BLAKE2B bba14fb2b9cbf61f45a2833e4887042901052f9586ab96a3f2df31de159eb5d593fd3a324e5203b9cbfb2656c66178f4e84f0899f9b7869e692e75eb7c5d39e2 SHA512 1a1b088f62cacf3f39339147c680d69ed2b5f5665e0f4a70688d392a15475dc4dbb547e18b8d678e54e7c8a3e4570ff9f36e0a7dc1ef4de56123c5690bf124e2
DIST agru-0.1.15.tar.gz 93705 BLAKE2B 273b9e1bceddfc4947f48ae6f2d7e1ecbfa7de5f12dfbf61cafe89b06f13c3f367975d3656b5ec35c05835a207745b4ed1a3cb3ea39142ec1e6b0dfd58320a5b SHA512 2fd672c14ac9a128a7ac98205b876b1582aaf8ab70a362946fadf30e3e0898035fcbd237e102705f8115475d570fd0bccb4987167df9453c640af8b2a02bcf6f
+DIST agru-0.1.16-deps.tar.xz 5403040 BLAKE2B a72df3df93949c791681609f655dda3cc7f79ef7ddef0ffd2208bb6468a12590ccedbfa8340ae0cd09fe158df490ac051533ef51c08b887d57971f8563615eeb SHA512 4a8e9b1ed2fa0d4e6f3aed3bf97e23aa9b68460aa74316f728019d65c2b4dff7363997a8c77325aededf25e7946a499dca10914a1d0e0e80e801190e7f896ef1
+DIST agru-0.1.16.tar.gz 1669153 BLAKE2B c277ace47e7c9635b81f242e0f2c40363f7d24d621c0b4505719b3222794f2bdbd442ab28d6d26c57c7b87e6af3c1a16601518369f9a6f55e2a8dd66248c1539 SHA512 1498267728aeda65fb38968c613012ac04ef066d16397740a708c2893af605eea7a05ac3b376557e85cc9a85f3bd994bf8b99d81ab73c1ac5f77971d990b1e3a
diff --git a/app-admin/agru/agru-0.1.16.ebuild b/app-admin/agru/agru-0.1.16.ebuild
new file mode 100644
index 0000000000..625a8b59e2
--- /dev/null
+++ b/app-admin/agru/agru-0.1.16.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="A tool for managing GitLab groups and projects"
+HOMEPAGE="https://github.com/etkecc/agru"
+
+SRC_URI="
+ https://github.com/etkecc/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://xwaretech.info/agru-${PV}-deps.tar.xz
+"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+ cd "${S}/cmd/agru" || die
+ ego build -o agru
+}
+
+src_install() {
+ cd "${S}/cmd/agru" || die
+ dobin agru
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
@ 2025-09-28 23:35 Joe Kappus
0 siblings, 0 replies; 10+ messages in thread
From: Joe Kappus @ 2025-09-28 23:35 UTC (permalink / raw
To: gentoo-commits
commit: 945b49e191701892b2cbebc4df975deaebfd28ff
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Sep 28 23:34:43 2025 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sun Sep 28 23:34:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=945b49e1
app-admin/agru: add 0.1.17
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
app-admin/agru/Manifest | 2 ++
app-admin/agru/agru-0.1.17.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-admin/agru/Manifest b/app-admin/agru/Manifest
index 5fa5a0fef6..fd374630ca 100644
--- a/app-admin/agru/Manifest
+++ b/app-admin/agru/Manifest
@@ -2,3 +2,5 @@ DIST agru-0.1.15-deps.tar.xz 209564 BLAKE2B bba14fb2b9cbf61f45a2833e488704290105
DIST agru-0.1.15.tar.gz 93705 BLAKE2B 273b9e1bceddfc4947f48ae6f2d7e1ecbfa7de5f12dfbf61cafe89b06f13c3f367975d3656b5ec35c05835a207745b4ed1a3cb3ea39142ec1e6b0dfd58320a5b SHA512 2fd672c14ac9a128a7ac98205b876b1582aaf8ab70a362946fadf30e3e0898035fcbd237e102705f8115475d570fd0bccb4987167df9453c640af8b2a02bcf6f
DIST agru-0.1.16-deps.tar.xz 5403040 BLAKE2B a72df3df93949c791681609f655dda3cc7f79ef7ddef0ffd2208bb6468a12590ccedbfa8340ae0cd09fe158df490ac051533ef51c08b887d57971f8563615eeb SHA512 4a8e9b1ed2fa0d4e6f3aed3bf97e23aa9b68460aa74316f728019d65c2b4dff7363997a8c77325aededf25e7946a499dca10914a1d0e0e80e801190e7f896ef1
DIST agru-0.1.16.tar.gz 1669153 BLAKE2B c277ace47e7c9635b81f242e0f2c40363f7d24d621c0b4505719b3222794f2bdbd442ab28d6d26c57c7b87e6af3c1a16601518369f9a6f55e2a8dd66248c1539 SHA512 1498267728aeda65fb38968c613012ac04ef066d16397740a708c2893af605eea7a05ac3b376557e85cc9a85f3bd994bf8b99d81ab73c1ac5f77971d990b1e3a
+DIST agru-0.1.17-deps.tar.xz 5414176 BLAKE2B fd2be383d6a95a88036b44801021e9f191d5bb9a559c7ad0883751ab8a65820357119e1051168cb4b7a86cefb06b1eb8f90b25db14d21e4a68cddf8e7d20e12f SHA512 a5ac51161a0a890179cbd7d02453439b9d8c1264c7645a02664b0e08701f50a657288658d631f769d54c98cc2dfdfff97a7749fa431bbf7c6574ead14397c32c
+DIST agru-0.1.17.tar.gz 1669324 BLAKE2B a20756789afb14a7e88c1da7eb3713b4e8f95eeca7a3a3df36f3f1b744f711cc8cc5e11703e9c316ef81edf23ad0dec5bf465e5cb2c78eba90c0d98145927bc7 SHA512 c1841d93989285a64028feaa79595d1a29e631227c6fc8865ee626765f0ebde37bdffd0158ddc77fc788feead33a6573c5968c6c653f86ffe784ddeed37ab34c
diff --git a/app-admin/agru/agru-0.1.17.ebuild b/app-admin/agru/agru-0.1.17.ebuild
new file mode 100644
index 0000000000..625a8b59e2
--- /dev/null
+++ b/app-admin/agru/agru-0.1.17.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="A tool for managing GitLab groups and projects"
+HOMEPAGE="https://github.com/etkecc/agru"
+
+SRC_URI="
+ https://github.com/etkecc/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://xwaretech.info/agru-${PV}-deps.tar.xz
+"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+ cd "${S}/cmd/agru" || die
+ ego build -o agru
+}
+
+src_install() {
+ cd "${S}/cmd/agru" || die
+ dobin agru
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
@ 2025-09-28 23:35 Joe Kappus
0 siblings, 0 replies; 10+ messages in thread
From: Joe Kappus @ 2025-09-28 23:35 UTC (permalink / raw
To: gentoo-commits
commit: d7a5e53630d90f4070b5751789387bf97ac635b9
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Sep 28 23:34:58 2025 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sun Sep 28 23:34:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7a5e536
app-admin/agru: drop 0.1.15
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
app-admin/agru/Manifest | 2 --
app-admin/agru/agru-0.1.15.ebuild | 27 ---------------------------
2 files changed, 29 deletions(-)
diff --git a/app-admin/agru/Manifest b/app-admin/agru/Manifest
index fd374630ca..226dc7aada 100644
--- a/app-admin/agru/Manifest
+++ b/app-admin/agru/Manifest
@@ -1,5 +1,3 @@
-DIST agru-0.1.15-deps.tar.xz 209564 BLAKE2B bba14fb2b9cbf61f45a2833e4887042901052f9586ab96a3f2df31de159eb5d593fd3a324e5203b9cbfb2656c66178f4e84f0899f9b7869e692e75eb7c5d39e2 SHA512 1a1b088f62cacf3f39339147c680d69ed2b5f5665e0f4a70688d392a15475dc4dbb547e18b8d678e54e7c8a3e4570ff9f36e0a7dc1ef4de56123c5690bf124e2
-DIST agru-0.1.15.tar.gz 93705 BLAKE2B 273b9e1bceddfc4947f48ae6f2d7e1ecbfa7de5f12dfbf61cafe89b06f13c3f367975d3656b5ec35c05835a207745b4ed1a3cb3ea39142ec1e6b0dfd58320a5b SHA512 2fd672c14ac9a128a7ac98205b876b1582aaf8ab70a362946fadf30e3e0898035fcbd237e102705f8115475d570fd0bccb4987167df9453c640af8b2a02bcf6f
DIST agru-0.1.16-deps.tar.xz 5403040 BLAKE2B a72df3df93949c791681609f655dda3cc7f79ef7ddef0ffd2208bb6468a12590ccedbfa8340ae0cd09fe158df490ac051533ef51c08b887d57971f8563615eeb SHA512 4a8e9b1ed2fa0d4e6f3aed3bf97e23aa9b68460aa74316f728019d65c2b4dff7363997a8c77325aededf25e7946a499dca10914a1d0e0e80e801190e7f896ef1
DIST agru-0.1.16.tar.gz 1669153 BLAKE2B c277ace47e7c9635b81f242e0f2c40363f7d24d621c0b4505719b3222794f2bdbd442ab28d6d26c57c7b87e6af3c1a16601518369f9a6f55e2a8dd66248c1539 SHA512 1498267728aeda65fb38968c613012ac04ef066d16397740a708c2893af605eea7a05ac3b376557e85cc9a85f3bd994bf8b99d81ab73c1ac5f77971d990b1e3a
DIST agru-0.1.17-deps.tar.xz 5414176 BLAKE2B fd2be383d6a95a88036b44801021e9f191d5bb9a559c7ad0883751ab8a65820357119e1051168cb4b7a86cefb06b1eb8f90b25db14d21e4a68cddf8e7d20e12f SHA512 a5ac51161a0a890179cbd7d02453439b9d8c1264c7645a02664b0e08701f50a657288658d631f769d54c98cc2dfdfff97a7749fa431bbf7c6574ead14397c32c
diff --git a/app-admin/agru/agru-0.1.15.ebuild b/app-admin/agru/agru-0.1.15.ebuild
deleted file mode 100644
index 625a8b59e2..0000000000
--- a/app-admin/agru/agru-0.1.15.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="A tool for managing GitLab groups and projects"
-HOMEPAGE="https://github.com/etkecc/agru"
-
-SRC_URI="
- https://github.com/etkecc/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://xwaretech.info/agru-${PV}-deps.tar.xz
-"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
- cd "${S}/cmd/agru" || die
- ego build -o agru
-}
-
-src_install() {
- cd "${S}/cmd/agru" || die
- dobin agru
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
@ 2025-10-07 16:18 Jesse De Haan
0 siblings, 0 replies; 10+ messages in thread
From: Jesse De Haan @ 2025-10-07 16:18 UTC (permalink / raw
To: gentoo-commits
commit: a6c8c166530d55b8f92b24dc7bd7c5d61e57e199
Author: Jesse De Haan <dehaanjesses <AT> gmail <DOT> com>
AuthorDate: Tue Oct 7 16:17:44 2025 +0000
Commit: Jesse De Haan <dehaanjesses <AT> gmail <DOT> com>
CommitDate: Tue Oct 7 16:17:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6c8c166
app-admin/agru: add EAPI Blank Line
Signed-off-by: Jesse De Haan <dehaanjesses <AT> gmail.com>
app-admin/agru/agru-0.1.16.ebuild | 1 +
app-admin/agru/agru-0.1.17.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/app-admin/agru/agru-0.1.16.ebuild b/app-admin/agru/agru-0.1.16.ebuild
index 625a8b59e2..4b8dc5ed09 100644
--- a/app-admin/agru/agru-0.1.16.ebuild
+++ b/app-admin/agru/agru-0.1.16.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
inherit go-module
DESCRIPTION="A tool for managing GitLab groups and projects"
diff --git a/app-admin/agru/agru-0.1.17.ebuild b/app-admin/agru/agru-0.1.17.ebuild
index 625a8b59e2..4b8dc5ed09 100644
--- a/app-admin/agru/agru-0.1.17.ebuild
+++ b/app-admin/agru/agru-0.1.17.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
inherit go-module
DESCRIPTION="A tool for managing GitLab groups and projects"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-10-07 16:18 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-02 4:13 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/ Joe Kappus
-- strict thread matches above, loose matches on Subject: below --
2025-10-07 16:18 Jesse De Haan
2025-09-28 23:35 Joe Kappus
2025-09-28 23:35 Joe Kappus
2025-08-05 20:52 Joe Kappus
2025-06-02 4:13 Joe Kappus
2025-06-02 4:12 Joe Kappus
2024-07-17 20:35 Joe Kappus
2024-07-17 20:21 Joe Kappus
2024-07-17 17:48 Joe Kappus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox