# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /cvsroot/omidentd/omidentd/os/gentoo/omidentd-0.1.4.ebuild,v 1.1.1.1 2005/05/16 21:16:26 sffubs Exp $ inherit distutils DESCRIPTION="Octomonkey Identd - a Python identd that can act as a reverse proxy." HOMEPAGE="http://elsie.org.uk/bits" SRC_URI="http://elsie.org.uk/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-python/twisted-2.0.0 virtual/python" src_install() { distutils_src_install newinitd os/gentoo/omidentd.rc omidentd newconfd os/gentoo/omidentd.confd omidentd dodoc doc/README.txt dodoc doc/INSTALL dodoc doc/extending.txt }