summaryrefslogtreecommitdiff
path: root/dev-util/envman
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-23 00:11:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-23 00:11:31 +0100
commitbff543bb632933380da922cbfc07c67157d72d42 (patch)
treedf2e5eebc3dbd8e29153ab3a869b3be8d9be9f19 /dev-util/envman
parent491d0101c89d81dec507f28215b3cb094800d600 (diff)
gentoo auto-resync : 23:06:2024 - 00:11:30
Diffstat (limited to 'dev-util/envman')
-rw-r--r--dev-util/envman/Manifest3
-rw-r--r--dev-util/envman/envman-2.1.1.ebuild38
-rw-r--r--dev-util/envman/metadata.xml16
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-util/envman/Manifest b/dev-util/envman/Manifest
deleted file mode 100644
index 500fdc94361e..000000000000
--- a/dev-util/envman/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST envman-2.1.1.tar.gz 3162514 BLAKE2B 3aad5bc174bbbfc52ffe219fae7590e3ebcf7ef0a5390add53e27232500b777f562d3c4662219732048f1a700f6a11da6aba490b3495d57d4da3610a02d544c9 SHA512 5d30bd23a2aa828786663f184707d776ddc0e71ee09e007f8075b99ce0c415db28e612a785ab1acd8767cfd8623939a82a7c0fc71e0fd6ce8d8ce4e0b0048cf0
-EBUILD envman-2.1.1.ebuild 862 BLAKE2B 6f5416582938f74560470788201f7ccca269c1575386e5019630dee7d93b8784efa809bdc6e6b6e50fd716ffb4b7862946b34352e02b029309ea35d559f122fe SHA512 367e2ba08eca66cfe30bc66e01c6f3adb98dc80a6e0ffa42326dc87c2751f25c635a84866be2d1752b6d67a19bdf9ff06faff829ec98ffb68fb8abd8472c1966
-MISC metadata.xml 696 BLAKE2B 31a585549da681ccb943504023c06e2f5ea3c550df8631087d421852c5aa7d210ed3b32a50e59cf45e0fb5e503dec33d63bae875dcec951cc9857c9718791fb6 SHA512 cd887d2ea5e5e4168806657f1850e15007705f5b9c988ea13595877b7970a795d64d6405ce6e870c3522b48b67c0089665f17b1aaccb0f944ae3796d93e3582f
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 &amp; 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>