summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2010-02-17 21:54:45 +0000
committerDenis Dupeyron <calchan@gentoo.org>2010-02-17 21:54:45 +0000
commita9e956932eb4167e466f42260286fbf9031696a9 (patch)
tree41f419782bdabf016d0202bbb2d303b4727eacc4 /sci-electronics/electric
parentkeyworded for ~amd64-linux ~x86-linux, tested in prefix overlay (diff)
downloadgentoo-2-a9e956932eb4167e466f42260286fbf9031696a9.tar.gz
gentoo-2-a9e956932eb4167e466f42260286fbf9031696a9.tar.bz2
gentoo-2-a9e956932eb4167e466f42260286fbf9031696a9.zip
Version bump, bug #305643.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/electric')
-rw-r--r--sci-electronics/electric/ChangeLog7
-rw-r--r--sci-electronics/electric/electric-8.11.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/sci-electronics/electric/ChangeLog b/sci-electronics/electric/ChangeLog
index 18e2808d3937..61791e647bee 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.38 2010/01/17 20:30:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.39 2010/02/17 21:54:45 calchan Exp $
+
+*electric-8.11 (17 Feb 2010)
+
+ 17 Feb 2010; <calchan@gentoo.org> +electric-8.11.ebuild:
+ Version bump, bug #305643.
17 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> -electric-7.00.ebuild:
Remove old based on http://bugs.gentoo.org/show_bug.cgi?id=299455#c1.
diff --git a/sci-electronics/electric/electric-8.11.ebuild b/sci-electronics/electric/electric-8.11.ebuild
new file mode 100644
index 000000000000..64ef70e3ecd3
--- /dev/null
+++ b/sci-electronics/electric/electric-8.11.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.11.ebuild,v 1.1 2010/02/17 21:54:45 calchan 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"
+}