From: "Joe Kappus" <joe@wt.gd>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/
Date: Mon, 02 Jun 2025 04:13:59 +0000 (UTC) [thread overview]
Message-ID: <1748837622.094b26f2cfa321ffad9eab479f2ca63c9f2c0101.joe@gentoo> (raw)
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
-}
next reply other threads:[~2025-06-02 4:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-02 4:13 Joe Kappus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-07 16:18 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/agru/ 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1748837622.094b26f2cfa321ffad9eab479f2ca63c9f2c0101.joe@gentoo \
--to=joe@wt.gd \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox