# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit eutils java-pkg DESCRIPTION="Eclipse JFace Libraries" HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://misc.ajiaojr.org/gentoo/jface-${PV}.tar.bz2" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" KEYWORDS="x86" SLOT="3" IUSE="gnome mozilla" RDEPEND=">=dev-java/swt-3* =dev-java/eclipse-osgi-${PV} =dev-java/eclipse-runtime-${PV}" DEPEND="${RDEPEND} >=virtual/jdk-1.4 dev-java/ant" src_unpack() { unpack ${A} cd ${S}/lib rm -f *.jar java-pkg_jar-from swt-3 swt.jar java-pkg_jar-from eclipse-osgi-3 java-pkg_jar-from eclipse-runtime-3 } src_compile() { ant || die "Failed to create jar" } src_install() { java-pkg_dojar dist/*.jar || die "Installation failed" }