blob: 02c24fab3845bd9260ab8e8be7f52f9a5965739a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BDEPEND=>=dev-lang/go-1.18 app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install postinst prepare test unpack
DEPEND=server? ( acct-group/etcd acct-user/etcd )
DESCRIPTION=Highly-available key value store for shared configuration and service discovery
EAPI=7
HOMEPAGE=https://github.com/etcd-io/etcd
INHERIT=go-module systemd tmpfiles
IUSE=doc +server
KEYWORDS=amd64
LICENSE=Apache-2.0 BSD BSD-2 MIT
RDEPEND=server? ( acct-group/etcd acct-user/etcd ) !dev-db/etcdctl virtual/tmpfiles
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/etcd-io/etcd/archive/v3.3.24.tar.gz -> etcd-3.3.24.tar.gz
_eclasses_=go-module fdf8c78611f9efa20d26b955399a44c7 toolchain-funcs ec8bbc28394c7305b43ea07164bd8f5f multilib 5ca4e49abed8e3a2f7b56920eadee157 systemd 5f4bb0758df2e483babf68cd517078ca tmpfiles 216aa76c3a6fcb5d893c23a0de86048f
_md5_=6477630a064c308970c0c4cf42c30eb7
|