diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-07-28 18:06:40 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-07-28 18:06:40 +0000 |
commit | 3179f12cfe92d022570d13a58a034476ada5ac1a (patch) | |
tree | 093ba881b03cc42f25299d8758e22ca92e1f5168 /app-emacs/ruby-mode/ruby-mode-2.1.2.ebuild | |
parent | Taking over full maintainership instead of through proxy-maint (diff) | |
download | historical-3179f12cfe92d022570d13a58a034476ada5ac1a.tar.gz historical-3179f12cfe92d022570d13a58a034476ada5ac1a.tar.bz2 historical-3179f12cfe92d022570d13a58a034476ada5ac1a.zip |
Version bump. Add support for Rakefiles to the sitefile, fixing bug 445368.
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x8883FA56A308A8D7!
Diffstat (limited to 'app-emacs/ruby-mode/ruby-mode-2.1.2.ebuild')
-rw-r--r-- | app-emacs/ruby-mode/ruby-mode-2.1.2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/ruby-mode/ruby-mode-2.1.2.ebuild b/app-emacs/ruby-mode/ruby-mode-2.1.2.ebuild new file mode 100644 index 000000000000..001d612de249 --- /dev/null +++ b/app-emacs/ruby-mode/ruby-mode-2.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ruby-mode-2.1.2.ebuild,v 1.1 2014/07/28 18:06:33 graaff Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Emacs major mode for editing Ruby code" +HOMEPAGE="http://www.ruby-lang.org/" +SRC_URI="mirror://ruby/ruby-${PV}.tar.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + +S="${WORKDIR}/ruby-${PV}/misc" +DOCS="README" +SITEFILE="50${PN}-gentoo-${PV}.el" |