app-emacs/ruby-mode: stable 2.5.5 for ia64, bug #701944
[gentoo.git] / app-emacs / ruby-mode / ruby-mode-2.6.3.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit elisp
7
8 COMMIT=75bccbb384e6907df47ab69acdccb4536806c890
9
10 DESCRIPTION="Emacs major mode for editing Ruby code"
11 HOMEPAGE="https://www.ruby-lang.org/"
12 SRC_URI="https://github.com/ruby/elisp/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
13
14 LICENSE="GPL-3+"
15 SLOT="0"
16 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
17
18 S="${WORKDIR}/elisp-${COMMIT}"
19 DOCS="README"
20 SITEFILE="50${PN}-gentoo-2.5.0.el"