blob: 7920cdd36541507a22ef38011ec2ae6aa3342dbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
DESCRIPTION="Manage multiple Gradle versions on one system"
HOMEPAGE=""
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="app-admin/eselect"
S="${WORKDIR}"
src_install() {
insinto /usr/share/eselect/modules
doins ${FILESDIR}/gradle.eselect
}
|