mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-04 11:57:28 -08:00
21 lines
485 B
Bash
21 lines
485 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
DESCRIPTION="Wrapper for java-config"
|
|
HOMEPAGE="https://www.gentoo.org/proj/en/java"
|
|
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm ~hppa ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
|
|
IUSE=""
|
|
|
|
DEPEND="!<dev-java/java-config-1.3"
|
|
RDEPEND="app-portage/portage-utils"
|
|
|
|
src_install() {
|
|
dobin src/shell/* || die
|
|
dodoc AUTHORS || die
|
|
}
|