diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2009-11-04 00:10:28 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2009-11-04 00:10:28 +0000 |
commit | e27343d9176283ad879bbbc985fa4085b25d4fca (patch) | |
tree | 10af6286217a4b23ab9e1da0ff2c147755d8190e /sci-electronics/electric | |
parent | update to support icecat bug #291458 (diff) | |
download | gentoo-2-e27343d9176283ad879bbbc985fa4085b25d4fca.tar.gz gentoo-2-e27343d9176283ad879bbbc985fa4085b25d4fca.tar.bz2 gentoo-2-e27343d9176283ad879bbbc985fa4085b25d4fca.zip |
Version bump, thanks to Rafael Goncalves Martins.
(Portage version: 2.1.7.1/cvs/Linux i686)
Diffstat (limited to 'sci-electronics/electric')
-rw-r--r-- | sci-electronics/electric/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/electric/electric-8.09.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/sci-electronics/electric/ChangeLog b/sci-electronics/electric/ChangeLog index 2a72fe98d29b..84b1b37aa555 100644 --- a/sci-electronics/electric/ChangeLog +++ b/sci-electronics/electric/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/electric # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.31 2009/09/23 20:00:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.32 2009/11/04 00:10:28 calchan Exp $ + +*electric-8.09 (04 Nov 2009) + + 04 Nov 2009; Denis Dupeyron <calchan@gentoo.org> +electric-8.09.ebuild: + Version bump, thanks to Rafael Goncalves Martins. 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> electric-7.00.ebuild: Remove virtual/libc diff --git a/sci-electronics/electric/electric-8.09.ebuild b/sci-electronics/electric/electric-8.09.ebuild new file mode 100644 index 000000000000..37dfee33dc87 --- /dev/null +++ b/sci-electronics/electric/electric-8.09.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.09.ebuild,v 1.1 2009/11/04 00:10:28 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="" +DEPEND="app-arch/unzip" +RDEPEND=">=virtual/jre-1.6" + +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 "Application;Engineering;Electronics" +} |