dev-util/stepman: treeclean

Closes: https://bugs.gentoo.org/932570
Bug: https://bugs.gentoo.org/844703
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-06-22 08:15:27 +03:00
parent bc168ac1e9
commit 3d012837d4
4 changed files with 0 additions and 67 deletions

View File

@@ -1 +0,0 @@
DIST stepman-0.10.5.tar.gz 3197451 BLAKE2B f6a4fd2cc0396c5635d7d45a6d88166669dab0bdfed2d53cb8c809c122ee84039660704326c996436d62797db58d46f35bb73af2415e875cf748be9137304280 SHA512 6bd325e1d50d75bf2a38b89c1faf5275914a3a7f00de0d072450253121d9931c4e32ca85300319aaec90ca108223600d3ff1195276df87b11148d4771c642471

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
Step collection manager for Bitrise CLI. Part of the Bitrise Continuous
Integration, Delivery and Automations Stack, with <pkg>dev-util/envman</pkg>
and <pkg>dev-util/bitrise</pkg>. For a nice &amp; quick intro you should check:
https://app.bitrise.io/cli
</longdescription>
<upstream>
<bugs-to>https://github.com/bitrise-io/stepman/issues</bugs-to>
<doc>https://github.com/bitrise-io/stepman/blob/master/README.md</doc>
<remote-id type="github">bitrise-io/stepman</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit golang-build
EGO_ON="github.com/bitrise-io"
EGO_PN="${EGO_ON}/${PN}"
DESCRIPTION="Step collection manager for Bitrise CLI"
HOMEPAGE="https://app.bitrise.io/cli"
SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/src/${EGO_ON}/${PN}"
src_unpack() {
default
mkdir -p "${WORKDIR}/src/${EGO_ON}" || die "Couldn't create project dir in GOPATH"
mv "${WORKDIR}/${P}" "${WORKDIR}/src/${EGO_ON}/stepman" || die "Couldn't move sources to GOPATH"
}
src_compile() {
GOPATH="${WORKDIR}" go build -v -o bin/stepman || die "Couldn't compile stepman"
}
src_test() {
pushd _tests/integration > /dev/null || die "Couldn't find integration tests directory"
rm update_test.go step_info_test.go setup_test.go || die "Couldn't remove network-dependent tests"
popd || die "Couldn't return to ${S} directory"
local -x INTEGRATION_TEST_BINARY_PATH="${S}/bin/stepman"
GOPATH="${WORKDIR}" go test -v ./_tests/integration/... || die "Integration tests failed"
}
src_install() {
dobin bin/stepman
dodoc README.md
}

View File

@@ -534,14 +534,6 @@ dev-ruby/uconv
# Removal on 2024-06-22. Bugs #932571, #902899, #887625, #853025, #672702.
x11-plugins/pidgin-rhythmbox
# Arthur Zamarin <arthurzam@gentoo.org> (2024-05-23)
# Bitrise stack is abandoned in Gentoo, maintainer-needed, awaits
# version bump, uses deprecated Go eclasses, EAPI=6, fails to compile
# with modern C.
# Removal on 2024-06-22. Bugs #932570, #844688, #717536, #771066, #844700, #844703.
dev-util/envman
dev-util/stepman
# Andreas Sturmlechner <asturm@gentoo.org> (2024-05-20)
# Short-lived side-by-side release, now unnecessary as it moved back to
# kde-apps/kio-extras:5. Removal on 2024-06-04.