app-emulation/butane: removed
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST butane-0.22.0.tar.gz 608975 BLAKE2B b679764d2a13a568a7692ec57fa57f43511f4a63c9fd51c2f7dfc3d7173e9416fcde2d7fb47cda6024aa3c99d8884434ea9299d0d4d003637d5a337a066ee816 SHA512 fb63d074f4d9b11a009c8d2e2b986778632d46bdfab5732d248d8b1ca86f11c78e98f3a6b7bc49489e12c4211dfc2277228e14f4e8a1a3694158c9b0f133c621
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user