Merge remote-tracking branch 'RobinDX/qbit'
[gentoo.git] / app-emacs / rnc-mode / rnc-mode-1.0_beta3.ebuild
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 inherit elisp
6
7 MY_PV=${PV/./_}
8 MY_PV=${MY_PV/_beta/b}
9
10 DESCRIPTION="An Emacs mode for editing Relax NG compact schema files"
11 HOMEPAGE="http://www.pantor.com/"
12 SRC_URI="http://www.pantor.com/RncMode-${MY_PV}.tgz"
13
14 LICENSE="BSD"
15 SLOT="0"
16 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
17 IUSE=""
18
19 SITEFILE=50${PN}-gentoo.el
20
21 S="${WORKDIR}"