# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 MY_PN="eselect-emacs" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git" EGIT_BRANCH="${MY_PN}" EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}" inherit git-r3 DESCRIPTION="Manages ctags implementations" HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs" LICENSE="GPL-2+" SLOT="0" RDEPEND=">=app-admin/eselect-1.2.3" S="${WORKDIR}/${MY_PN}" src_compile() { :; } src_install() { insinto /usr/share/eselect/modules doins ctags.eselect doman ctags.eselect.5 }