blob: 8a5b026f857d38032a6813ab546c03319174f49e [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="b63f90e4727cd5963ca50b30fdb1449784893438"
CROS_WORKON_TREE="8f81c3653f34b84db77da837aacc1c52f90ac1e0"
# TODO(msb): move this ebuild to net-dns/minifakedns
EAPI=2
CROS_WORKON_PROJECT="chromiumos/third_party/minifakedns"
inherit python cros-workon
DESCRIPTION="Minimal python dns server"
HOMEPAGE="http://code.activestate.com/recipes/491264-mini-fake-dns-server/"
LICENSE="PSF"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="dev-lang/python"
DEPEND="${RDEPEND}"
CROS_WORKON_LOCALNAME="../third_party/miniFakeDns"
src_install() {
insinto "$(python_get_sitedir)"
doins "src/miniFakeDns.py" || die
}