commit: bc168ac1e9f2a4a709062c6d974fb0b6f6ac4c87 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 22 05:14:31 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Jun 22 05:15:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc168ac1
dev-util/envman: treeclean Closes: https://bugs.gentoo.org/932570 Bug: https://bugs.gentoo.org/844700 Bug: https://bugs.gentoo.org/771066 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-util/envman/Manifest | 1 - dev-util/envman/envman-2.1.1.ebuild | 38 ------------------------------------- dev-util/envman/metadata.xml | 16 ---------------- 3 files changed, 55 deletions(-) diff --git a/dev-util/envman/Manifest b/dev-util/envman/Manifest deleted file mode 100644 index 624746814ba6..000000000000 --- a/dev-util/envman/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST envman-2.1.1.tar.gz 3162514 BLAKE2B 3aad5bc174bbbfc52ffe219fae7590e3ebcf7ef0a5390add53e27232500b777f562d3c4662219732048f1a700f6a11da6aba490b3495d57d4da3610a02d544c9 SHA512 5d30bd23a2aa828786663f184707d776ddc0e71ee09e007f8075b99ce0c415db28e612a785ab1acd8767cfd8623939a82a7c0fc71e0fd6ce8d8ce4e0b0048cf0 diff --git a/dev-util/envman/envman-2.1.1.ebuild b/dev-util/envman/envman-2.1.1.ebuild deleted file mode 100644 index 6b28de28dfe1..000000000000 --- a/dev-util/envman/envman-2.1.1.ebuild +++ /dev/null @@ -1,38 +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="Environment variable 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}/envman" || die "Couldn't move sources to GOPATH" -} - -src_compile() { - GOPATH="${WORKDIR}" go build -v -o bin/envman || die "Couldn't compile envman" -} - -src_test() { - GOPATH="${WORKDIR}" go test ./... || die "Tests failed" -} - -src_install() { - dobin bin/envman - einstalldocs -} diff --git a/dev-util/envman/metadata.xml b/dev-util/envman/metadata.xml deleted file mode 100644 index 9e511e98c974..000000000000 --- a/dev-util/envman/metadata.xml +++ /dev/null @@ -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> - Environment variable manager for Bitrise CLI. Part of the Bitrise - Continuous Integration, Delivery and Automations Stack, with - <pkg>dev-util/stepman</pkg> and <pkg>dev-util/bitrise</pkg>. For a - nice & quick intro you should check: https://app.bitrise.io/cli - </longdescription> - <upstream> - <bugs-to>https://github.com/bitrise-io/envman/issues</bugs-to> - <doc>https://github.com/bitrise-io/envman/blob/master/README.md</doc> - <remote-id type="github">bitrise-io/envman</remote-id> - </upstream> -</pkgmetadata>
