summaryrefslogtreecommitdiff
blob: b4be4793136f57ec06103fd2dcd81320703d7090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

DESCRIPTION="Manages Scala symlinks"
HOMEPAGE="http://whiter4bbit.info"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
IUSE=""

DEPEND=">=app-admin/eselect-1.0.10
  !<dev-lang/scala-2.8.1"
RDEPEND="${DEPEND}"

src_install() {
	insinto /usr/share/eselect/modules
	doins "${FILESDIR}/scala.eselect" || die "doins failed"
}