summaryrefslogtreecommitdiff
path: root/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild')
-rw-r--r--sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild b/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
deleted file mode 100644
index 48382a0c554f..000000000000
--- a/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit golang-base
-
-KEYWORDS="~amd64"
-EGO_PN="github.com/xetorthio/${PN}"
-DESCRIPTION="Use etcd as a FUSE filesystem"
-HOMEPAGE="https://github.com/xetorthio/etcd-fs"
-EGIT_COMMIT="395eacbaebccccc5f03ed11dc887ea2f1af300a0"
-SRC_URI="https://github.com/xetorthio/etcd-fs/archive/${EGIT_COMMIT}.zip -> ${P}.zip"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-RESTRICT="test"
-DEPEND="app-arch/unzip
- dev-db/go-etcd:=
- dev-libs/go-fuse:="
-RDEPEND=""
-S=${WORKDIR}/${PN}-${EGIT_COMMIT}
-
-src_compile() {
- CGO_CFLAGS=${CFLAGS} GOPATH=${S} \
- go build \
- -x -ldflags="-v -linkmode=external -extldflags '${LDFLAGS}'" \
- etcdfs.go || die
-}
-
-src_install() {
- dobin etcdfs
- dodoc README.md
-}