summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/scala-mode/scala-mode-2.10.3.ebuild')
-rw-r--r--app-emacs/scala-mode/scala-mode-2.10.3.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/scala-mode/scala-mode-2.10.3.ebuild b/app-emacs/scala-mode/scala-mode-2.10.3.ebuild
new file mode 100644
index 000000000000..29c5d696f15f
--- /dev/null
+++ b/app-emacs/scala-mode/scala-mode-2.10.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+MY_P="scala-tool-support-${PV}"
+DESCRIPTION="Scala mode for Emacs"
+HOMEPAGE="http://www.scala-lang.org/"
+SRC_URI="http://www.scala-lang.org/files/archive/${MY_P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="dev-lang/scala"
+
+S="${WORKDIR}/${MY_P}/scala-emacs-mode"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="AUTHORS FUTURE README"