diff options
Diffstat (limited to 'sci-electronics/electric/electric-8.04.ebuild')
-rw-r--r-- | sci-electronics/electric/electric-8.04.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sci-electronics/electric/electric-8.04.ebuild b/sci-electronics/electric/electric-8.04.ebuild index bc06beb71857..ac8c78504442 100644 --- a/sci-electronics/electric/electric-8.04.ebuild +++ b/sci-electronics/electric/electric-8.04.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.04.ebuild,v 1.4 2007/07/29 10:08:25 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.04.ebuild,v 1.5 2007/11/01 16:46:28 calchan Exp $ -inherit eutils java-pkg +inherit eutils java-pkg-2 DESCRIPTION="Complete Electronic Design Automation (EDA) system that can handle many forms of circuit design" HOMEPAGE="http://www.gnu.org/software/electric/electric.html" @@ -11,13 +11,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND=">=virtual/jre-1.3" +DEPEND="app-arch/unzip" +RDEPEND=">=virtual/jre-1.3" S="${WORKDIR}" src_install() { - java-pkg_dojar ${DISTDIR}/${PN}Binary-${PV}.jar + java-pkg_newjar ${DISTDIR}/${PN}Binary-${PV}.jar newicon com/sun/electric/tool/user/help/helphtml/iconplug.png electric.png - make_wrapper electric "java -jar /usr/share/electric/lib/${PN}Binary-${PV}.jar" + java-pkg_dolauncher ${PN} make_desktop_entry electric "Electric VLSI Design System" electric.png "Application;Engineering;Electronics" } |