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:
Brandon Philips 2013-08-23 15:01:07 -07:00
parent a14d446222
commit 31c80e89de

View File

@ -3,11 +3,15 @@
EAPI=5 EAPI=5
inherit systemd inherit systemd git
DESCRIPTION="Docker container management" DESCRIPTION="Docker container management"
HOMEPAGE="http://docker.io" 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" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
@ -24,6 +28,11 @@ RDEPEND="
sys-fs/aufs-util sys-fs/aufs-util
" "
src_compile() {
./vendor.sh || die
./hack/release/make-without-docker.sh || die
}
src_install() { src_install() {
dobin ${S}/bin/${PN} dobin ${S}/bin/${PN}
keepdir /var/lib/${PN}/graph keepdir /var/lib/${PN}/graph