diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2013-07-30 12:23:32 -0400 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2013-07-30 12:23:32 -0400 |
commit | 684628ecc89247cff714100a9c4235e6dd990a2d (patch) | |
tree | deab5f5954c6f0a56c1fff09b3cf898aded40e8c | |
parent | remove unused ebuild emul-linux-x86-soundlibs (diff) | |
download | jtriley-684628ecc89247cff714100a9c4235e6dd990a2d.tar.gz jtriley-684628ecc89247cff714100a9c4235e6dd990a2d.tar.bz2 jtriley-684628ecc89247cff714100a9c4235e6dd990a2d.zip |
remove docker ebuild in favor of tianon/gentoo-overlay
Tianon's overlay contains a much more complete and tested ebuild for
docker:
https://github.com/tianon/gentoo-overlay
-rw-r--r-- | app-emulation/docker/docker-9999.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild deleted file mode 100644 index fbc1170..0000000 --- a/app-emulation/docker/docker-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: dev-python/starcluster-0.9999.ebuild 2012/04/19 jtriley - -EAPI="4" - -inherit git-2 - -DESCRIPTION="" -HOMEPAGE="http://docker.io" -EGIT_REPO_URI="https://github.com/dotcloud/${PN}.git" -EGIT_BRANCH="master" -LICENSE="Apache-2.0" -KEYWORDS="" -SLOT="0" - -IUSE="" - -RDEPEND="dev-lang/go - app-emulation/lxc - net-misc/wget - net-misc/curl" - -DEPEND="${RDEPEND}" |