# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ KEYWORDS="~amd64 ~x86" DESCRIPTION="Incollector is an application to collect various kind of information." HOMEPAGE="http://www.incollector.devnull.pl" SRC_URI="http://www.incollector.devnull.pl/download/sources/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" IUSE="" inherit mono RESTRICT="nomirror" DEPEND=">=dev-dotnet/gtk-sharp-2.6 >=dev-dotnet/glade-sharp-2.6 dev-lang/mono" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} src_install() { einstall || die }