summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-10 20:03:19 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-10 20:03:19 +0000
commite4b9474ed059256236ff66996bf9a8e282f197b7 (patch)
tree85269e434f4f2c53826570f8206d88dbb3e01659 /app-emacs/scala-mode/scala-mode-2.10.3.ebuild
parentVersion bump (diff)
downloadgentoo-2-e4b9474ed059256236ff66996bf9a8e282f197b7.tar.gz
gentoo-2-e4b9474ed059256236ff66996bf9a8e282f197b7.tar.bz2
gentoo-2-e4b9474ed059256236ff66996bf9a8e282f197b7.zip
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
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.ebuild23
1 files changed, 23 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..83b78d393b48
--- /dev/null
+++ b/app-emacs/scala-mode/scala-mode-2.10.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/scala-mode/scala-mode-2.10.3.ebuild,v 1.1 2014/02/10 20:03:19 ulm Exp $
+
+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"
+
+DEPEND="app-arch/unzip"
+RDEPEND="dev-lang/scala"
+
+S="${WORKDIR}/${MY_P}/scala-emacs-mode"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="AUTHORS FUTURE README"