summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-12-30 19:22:52 +0000
committerUlrich Müller <ulm@gentoo.org>2009-12-30 19:22:52 +0000
commit2f9402b07e8d300cdc05020b5c2c75b51c7b5dad (patch)
tree1c144574bb65b44619768b3144a5c0e19a02c436 /app-emacs/scala-mode/scala-mode-2.7.7.ebuild
parentDisable acl by default in linux profiles (diff)
downloadgentoo-2-2f9402b07e8d300cdc05020b5c2c75b51c7b5dad.tar.gz
gentoo-2-2f9402b07e8d300cdc05020b5c2c75b51c7b5dad.tar.bz2
gentoo-2-2f9402b07e8d300cdc05020b5c2c75b51c7b5dad.zip
Version bump. Remove old.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'app-emacs/scala-mode/scala-mode-2.7.7.ebuild')
-rw-r--r--app-emacs/scala-mode/scala-mode-2.7.7.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/scala-mode/scala-mode-2.7.7.ebuild b/app-emacs/scala-mode/scala-mode-2.7.7.ebuild
new file mode 100644
index 000000000000..69f6cdf81222
--- /dev/null
+++ b/app-emacs/scala-mode/scala-mode-2.7.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 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.7.7.ebuild,v 1.1 2009/12/30 19:22:52 ulm Exp $
+
+EAPI=2
+
+inherit elisp
+
+MY_P="scala-tool-support-${PV}.final"
+DESCRIPTION="Scala mode for Emacs"
+HOMEPAGE="http://www.scala-lang.org/"
+SRC_URI="http://www.scala-lang.org/downloads/distrib/files/scala-packages/${MY_P}.sbp -> ${MY_P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND="dev-lang/scala"
+
+S="${WORKDIR}/misc/scala-tool-support/emacs/"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="AUTHORS FUTURE README"