summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-07-09 14:09:30 +0000
committerMichael Weber <xmw@gentoo.org>2012-07-09 14:09:30 +0000
commitf7f4b958d0a584159e5e5834610a5486d70cae87 (patch)
tree81a23939b0cde80b975befd373a2ea6e3098a97f /sci-electronics
parentMarking libchamplain-0.12.1 ~ppc for bug 388367 (diff)
downloadgentoo-2-f7f4b958d0a584159e5e5834610a5486d70cae87.tar.gz
gentoo-2-f7f4b958d0a584159e5e5834610a5486d70cae87.tar.bz2
gentoo-2-f7f4b958d0a584159e5e5834610a5486d70cae87.zip
Version bump (thanks euscan)
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/electric/ChangeLog9
-rw-r--r--sci-electronics/electric/electric-9.02.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/sci-electronics/electric/ChangeLog b/sci-electronics/electric/ChangeLog
index f42eb32d2f3f..ca72c461fae3 100644
--- a/sci-electronics/electric/ChangeLog
+++ b/sci-electronics/electric/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-electronics/electric
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.40 2010/12/11 21:41:33 rafaelmartins Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.41 2012/07/09 14:09:30 xmw Exp $
+
+*electric-9.02 (09 Jul 2012)
+
+ 09 Jul 2012; Michael Weber <xmw@gentoo.org> +electric-9.02.ebuild:
+ Version bump (thanks euscan)
*electric-9.00 (11 Dec 2010)
diff --git a/sci-electronics/electric/electric-9.02.ebuild b/sci-electronics/electric/electric-9.02.ebuild
new file mode 100644
index 000000000000..ba62e622bfbd
--- /dev/null
+++ b/sci-electronics/electric/electric-9.02.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-9.02.ebuild,v 1.1 2012/07/09 14:09:30 xmw Exp $
+
+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"
+SRC_URI="mirror://gnu/electric/${PN}Binary-${PV}.jar"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.6
+ sci-electronics/electronics-menu"
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}
+
+src_install() {
+ java-pkg_newjar "${DISTDIR}"/${PN}Binary-${PV}.jar
+ newicon com/sun/electric/tool/user/help/helphtml/iconplug.png electric.png
+ java-pkg_dolauncher ${PN}
+ make_desktop_entry electric "Electric VLSI Design System" electric "Electronics"
+}