mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 11:32:02 +02:00
bump(app-emulation/docker): use the philips fork
use the philips fork of docker for now until this build situation gets sorted out. https://groups.google.com/forum/#!topic/docker-dev/VeB_vmIMONc
This commit is contained in:
parent
a14d446222
commit
31c80e89de
@ -3,11 +3,15 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit systemd
|
||||
inherit systemd git
|
||||
|
||||
DESCRIPTION="Docker container management"
|
||||
HOMEPAGE="http://docker.io"
|
||||
SRC_URI="https://github.com/dotcloud/docker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
EGIT_REPO_SERVER="https://github.com"
|
||||
EGIT_REPO_URI="${EGIT_REPO_SERVER}/philips/docker.git"
|
||||
EGIT_BRANCH="fd045c1038690372a656d45929bfb5e54975a229" # 0.6.1 with Brandon's build system
|
||||
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
@ -24,6 +28,11 @@ RDEPEND="
|
||||
sys-fs/aufs-util
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
./vendor.sh || die
|
||||
./hack/release/make-without-docker.sh || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${S}/bin/${PN}
|
||||
keepdir /var/lib/${PN}/graph
|
Loading…
x
Reference in New Issue
Block a user