1 |
# Copyright 1999-2013 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.14.ebuild,v 1.14 2013/08/09 06:24:10 ulm Exp $ |
4 |
|
5 |
EAPI=4 |
6 |
|
7 |
MY_P="eselect-emacs-${PV}" |
8 |
DESCRIPTION="Manages ctags implementations" |
9 |
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs" |
10 |
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" |
11 |
|
12 |
LICENSE="GPL-2+" |
13 |
SLOT="0" |
14 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
15 |
|
16 |
RDEPEND=">=app-admin/eselect-1.2.3" |
17 |
|
18 |
S="${WORKDIR}/${MY_P}" |
19 |
|
20 |
src_compile() { :; } |
21 |
|
22 |
src_install() { |
23 |
insinto /usr/share/eselect/modules |
24 |
doins ctags.eselect |
25 |
doman ctags.eselect.5 |
26 |
} |