2018-05-19 19:53:25 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2014-02-11 10:18:32 +04:00
|
|
|
EAPI=5
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
inherit elisp
|
|
|
|
|
2014-02-11 10:18:32 +04:00
|
|
|
MY_P="scala-tool-support-${PV}"
|
2011-11-09 11:33:19 +04:00
|
|
|
DESCRIPTION="Scala mode for Emacs"
|
2018-05-19 19:53:25 +03:00
|
|
|
HOMEPAGE="https://www.scala-lang.org/"
|
|
|
|
SRC_URI="https://www.scala-lang.org/files/archive/${MY_P}.tgz"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
2015-05-28 12:24:46 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
RDEPEND="dev-lang/scala"
|
|
|
|
|
2014-02-11 10:18:32 +04:00
|
|
|
S="${WORKDIR}/${MY_P}/scala-emacs-mode"
|
2011-11-09 11:33:19 +04:00
|
|
|
SITEFILE="50${PN}-gentoo.el"
|
|
|
|
DOCS="AUTHORS FUTURE README"
|