mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-admin/agru: drop 0.1.19, add BDEPEND to 0.1.20
Closes: https://bugs.gentoo.org/974545 Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST agru-0.1.19-deps.tar.xz 5429004 BLAKE2B 3aa67049cf8e09a7eeb1d0702eaa1b18523c25e5f4e0aa0a3f8d40606e000e28510c7b49e4de51eb832ee494e9ca7f230e64e31fc44024018c630f61b5d6c637 SHA512 2235b85c2a9b1af60011f46dfffa08b9319c80362e21871aeb980b6c7b9870ad53e16c3a76dde43c21d3baa1cd67abd5cbdaf0f3fca2ac3d5b72ad5671f280b7
|
||||
DIST agru-0.1.19.tar.gz 1674796 BLAKE2B c5fe683ead87945a28ee0bfa6ce4c3fb613fecf7267c86d7bec41ceb4afd843737d670e00eb659076b04bc6a199155cf4494734443236cd2dcdbf1cfeecd62c1 SHA512 4cc6f547147a2ed68a3e7814cdc2ecc292b780a560b10cf6121aed34b0f95857bdd04102c790bda5065efb6c2637309b5b17e8048da70e0dcfe02df6a964738f
|
||||
DIST agru-0.1.20-deps.tar.xz 5471556 BLAKE2B 96ef21c0f3973905e3d8916b6e7d953cf41014a0b9eaf6f7392d2f2d343357a63bed1f803d012ed91be6187ccc59d3e592d64984da7abbf83fc393b646d1f5ba SHA512 b7f169d3be413c422fe8905b33bd320ecd807ee2907adfa67f6a6820b4d16f26262bf2c2203c865e619c429178707ac8102e5d9317c66d02af08c5427d8298d2
|
||||
DIST agru-0.1.20.tar.gz 1676831 BLAKE2B 10842812756784e4008f6698ea25fd327757d4c8c88b85877c4842e1969ddf83bcb4edb84d2700299319809e5e4650a733962f822ed37c40e78732eab3bd2b66 SHA512 5ab880e41504fd8e5e6577d20d286685f2631a4bdf7c05d3805f63404b1fbd0729c73c59158212708472235e6e91754c30c8ccf72106e37fb46ed7ddb915b072
|
||||
|
||||
@@ -1,28 +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
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Copyright 2024-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -10,9 +10,11 @@ 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
|
||||
https://xwaretech.info/godeps/agru-${PV}-deps.tar.xz
|
||||
"
|
||||
|
||||
BDEPEND=">=dev-lang/go-1.25.0"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
Reference in New Issue
Block a user