summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2007-11-01 16:46:28 +0000
committerDenis Dupeyron <calchan@gentoo.org>2007-11-01 16:46:28 +0000
commitde080c7320af51114a456ad080f87b48c45cdadd (patch)
tree9ea2d53c2677471c2983eeba371efc09a7078b6b /sci-electronics/electric/electric-8.05.ebuild
parentkeyword ~amd64. (diff)
downloadgentoo-2-de080c7320af51114a456ad080f87b48c45cdadd.tar.gz
gentoo-2-de080c7320af51114a456ad080f87b48c45cdadd.tar.bz2
gentoo-2-de080c7320af51114a456ad080f87b48c45cdadd.zip
Fixed bug #197710, thanks to Petteri Räty. Removed useless dodoc COPYING.
(Portage version: 2.1.3.16)
Diffstat (limited to 'sci-electronics/electric/electric-8.05.ebuild')
-rw-r--r--sci-electronics/electric/electric-8.05.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/sci-electronics/electric/electric-8.05.ebuild b/sci-electronics/electric/electric-8.05.ebuild
index c1df507de6fd..2a064902fa5b 100644
--- a/sci-electronics/electric/electric-8.05.ebuild
+++ b/sci-electronics/electric/electric-8.05.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.05.ebuild,v 1.1 2007/07/29 13:36:35 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.05.ebuild,v 1.2 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 ~x86"
IUSE=""
-DEPEND=">=virtual/jre-1.6"
+DEPEND="app-arch/unzip"
+RDEPEND=">=virtual/jre-1.6"
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"
}