From f63bedc016894a2d7fbedbab4bdc6a92e1a4f803 Mon Sep 17 00:00:00 2001 From: Scott Alfter Date: Wed, 4 Dec 2024 22:19:43 +0000 Subject: [PATCH] app-emulation/butane: removed --- app-emulation/butane/Manifest | 1 - app-emulation/butane/butane-0.22.0.ebuild | 20 ------------------- .../files/butane-0.22.0-build-fix.patch | 11 ---------- 3 files changed, 32 deletions(-) delete mode 100644 app-emulation/butane/Manifest delete mode 100644 app-emulation/butane/butane-0.22.0.ebuild delete mode 100644 app-emulation/butane/files/butane-0.22.0-build-fix.patch diff --git a/app-emulation/butane/Manifest b/app-emulation/butane/Manifest deleted file mode 100644 index 2171cb66..00000000 --- a/app-emulation/butane/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST butane-0.22.0.tar.gz 608975 BLAKE2B b679764d2a13a568a7692ec57fa57f43511f4a63c9fd51c2f7dfc3d7173e9416fcde2d7fb47cda6024aa3c99d8884434ea9299d0d4d003637d5a337a066ee816 SHA512 fb63d074f4d9b11a009c8d2e2b986778632d46bdfab5732d248d8b1ca86f11c78e98f3a6b7bc49489e12c4211dfc2277228e14f4e8a1a3694158c9b0f133c621 diff --git a/app-emulation/butane/butane-0.22.0.ebuild b/app-emulation/butane/butane-0.22.0.ebuild deleted file mode 100644 index ae3e2052..00000000 --- a/app-emulation/butane/butane-0.22.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -EAPI=8 - -inherit go-module - -DESCRIPTION="Butane translates human-readable Butane Configs into machine-readable Ignition Configs" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64" -SRC_URI="https://github.com/coreos/$PN/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz" -PATCHES="$FILESDIR/$P-build-fix.patch" - -src_compile() -{ - cd $S && ./build -} - -src_install() -{ - dobin $S/bin/*/butane -} diff --git a/app-emulation/butane/files/butane-0.22.0-build-fix.patch b/app-emulation/butane/files/butane-0.22.0-build-fix.patch deleted file mode 100644 index 879c089a..00000000 --- a/app-emulation/butane/files/butane-0.22.0-build-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/build 2022-10-14 10:33:45.000000000 -0700 -+++ a/build 2022-12-08 15:29:36.931646200 -0800 -@@ -5,7 +5,7 @@ - export GO111MODULE=on - export GOFLAGS=-mod=vendor - export CGO_ENABLED=0 --version=$(git describe --dirty --always) -+version=0.19.0 - LDFLAGS="-w -X github.com/coreos/butane/internal/version.Raw=$version" - - NAME=butane