summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-22 08:11:46 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-22 08:11:46 +0300
commit3e1b7ad386b97a265b3794fd05aa9c821349373f (patch)
tree5e656641fd05ba3ca021fd33b6ecae3453037be5
parentgnustep-base/gnustep-gui: Stabilize 0.30.0-r2 ppc, #934671 (diff)
downloadgentoo-3e1b7ad386b97a265b3794fd05aa9c821349373f.tar.gz
gentoo-3e1b7ad386b97a265b3794fd05aa9c821349373f.tar.bz2
gentoo-3e1b7ad386b97a265b3794fd05aa9c821349373f.zip
dev-util/bitrise: treeclean
Closes: https://bugs.gentoo.org/932570 Bug: https://bugs.gentoo.org/844688 Bug: https://bugs.gentoo.org/717536 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-util/bitrise/Manifest1
-rw-r--r--dev-util/bitrise/bitrise-1.24.0.ebuild49
-rw-r--r--dev-util/bitrise/metadata.xml18
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-util/bitrise/Manifest b/dev-util/bitrise/Manifest
deleted file mode 100644
index 46611986194a..000000000000
--- a/dev-util/bitrise/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bitrise-1.24.0.tar.gz 4319920 BLAKE2B bc3a318453e32b1889310b21ef5f08a501da7be2f7da95498cbfc003c31d16490242c4972b40b74735731b3cf937b3cc55da08cf846fa2fbdf7b1d4b94bf818d SHA512 63a9fd3db3686140ed41f4f1e31e3787ca17e2e031a06f8561bfc581b01568ae5ff88bb9f81f0365bf60f4db6ba426fa3ad76a7363e31fbf31b702e7a9fe8b57
diff --git a/dev-util/bitrise/bitrise-1.24.0.ebuild b/dev-util/bitrise/bitrise-1.24.0.ebuild
deleted file mode 100644
index 5932eadff4fc..000000000000
--- a/dev-util/bitrise/bitrise-1.24.0.ebuild
+++ /dev/null
@@ -1,49 +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="Run your Bitrise.io automations on any Mac or Linux machine"
-HOMEPAGE="https://app.bitrise.io/cli"
-SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RDEPEND=">=dev-util/envman-2.1.1
- >=dev-util/stepman-0.10.5"
-
-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}/bitrise" || die "Couldn't move sources to GOPATH"
-}
-
-src_compile() {
- GOPATH="${WORKDIR}" go build -v -o bin/bitrise || die "Couldn't compile bitrise"
-}
-
-src_test() {
- pushd _tests/integration > /dev/null || die "Couldn't find integration tests directory"
- rm envstore_test.go exit_code_test.go global_flag_test.go json_params_test.go log_filter_test.go output_alias_test.go \
- step_template_test.go trigger_params_test.go update_test.go timeout_test.go || die "Couldn't remove network-dependent tests"
- popd > /dev/null || die "Couldn't return to ${S} directory"
- local -x PULL_REQUEST_ID=""
- local -x INTEGRATION_TEST_BINARY_PATH="${S}/bin/bitrise"
- GOPATH="${WORKDIR}" go test -v ./_tests/integration/... || die "Integration tests failed"
-}
-
-src_install() {
- dobin bin/bitrise
- dodoc README.md
- use doc && dodoc -r _docs
-}
diff --git a/dev-util/bitrise/metadata.xml b/dev-util/bitrise/metadata.xml
deleted file mode 100644
index 792329921974..000000000000
--- a/dev-util/bitrise/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- Run your Bitrise automations with this CLI tool on any Mac or Linux
- machine, and use the same configuration on bitrise.io (automation
- service, with a mobile app focus). Part of the Bitrise Continuous
- Integration, Delivery and Automations Stack, with <pkg>dev-util/stepman</pkg>
- and <pkg>dev-util/envman</pkg>. For a nice &amp; quick intro you should check:
- https://app.bitrise.io/cli
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/bitrise-io/bitrise/issues</bugs-to>
- <doc>https://github.com/bitrise-io/bitrise/blob/master/README.md</doc>
- <remote-id type="github">bitrise-io/bitrise</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 3a1c1cbfd810..e49304c50372 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -539,7 +539,6 @@ x11-plugins/pidgin-rhythmbox
# 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/bitrise
dev-util/envman
dev-util/stepman