blob: d6d46840f71c663c234c07178d7b4444bf82f181 [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config-wrapper/java-config-wrapper-0.16.ebuild,v 1.6 2009/07/04 14:27:17 ranger Exp $
DESCRIPTION="Wrapper for java-config"
HOMEPAGE="http://www.gentoo.org/proj/en/java"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="*"
IUSE=""
DEPEND="!<dev-java/java-config-1.3"
RDEPEND="app-portage/portage-utils"
src_install() {
dobin src/shell/* || die
dodoc AUTHORS || die
}