# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="gnat module for eselect." HOMEPAGE="http://www.gentoo.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-admin/eselect" src_install() { dodir /usr/share/eselect/modules insinto /usr/share/eselect/modules doins ${FILESDIR}/gnat.eselect }