app-emacs/matlab: import
[portage-prefix-bleeding-edge-ebuilds.git] / app-emacs / ruby-mode / ruby-mode-1.9.1_pre1.ebuild
blob6412d281b7674ed098f8f513b59eef97e1e1c64f
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ruby-mode-1.9.1_pre1.ebuild,v 1.1 2008/11/02 02:07:07 flameeyes Exp $
5 EAPI="prefix"
7 inherit elisp
9 MY_PV=${PV/_pre/-preview}
11 DESCRIPTION="Emacs major mode for editing Ruby code"
12 HOMEPAGE="http://www.ruby-lang.org/"
13 SRC_URI="mirror://ruby/ruby-${MY_PV}.tar.gz"
15 LICENSE="GPL-2"
16 SLOT="0"
17 KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
18 IUSE=""
20 SITEFILE=50${PN}-gentoo.el
21 S="${WORKDIR}/ruby-${MY_PV}/misc"