diff options
author | Michael Weber <xmw@gentoo.org> | 2013-06-03 06:24:58 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-06-03 06:24:58 +0000 |
commit | 61e3625d15a214bf514ba25f990190a8671e4429 (patch) | |
tree | e915764f63c84f38a955527f23459bf7f2dd6554 /sci-electronics/electric | |
parent | Bump (diff) | |
download | gentoo-2-61e3625d15a214bf514ba25f990190a8671e4429.tar.gz gentoo-2-61e3625d15a214bf514ba25f990190a8671e4429.tar.bz2 gentoo-2-61e3625d15a214bf514ba25f990190a8671e4429.zip |
Version bump
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'sci-electronics/electric')
-rw-r--r-- | sci-electronics/electric/ChangeLog | 9 | ||||
-rw-r--r-- | sci-electronics/electric/electric-9.03.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/sci-electronics/electric/ChangeLog b/sci-electronics/electric/ChangeLog index ca72c461fae3..b930027f09ae 100644 --- a/sci-electronics/electric/ChangeLog +++ b/sci-electronics/electric/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/electric -# 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 $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.42 2013/06/03 06:24:58 xmw Exp $ + +*electric-9.03 (03 Jun 2013) + + 03 Jun 2013; Michael Weber <xmw@gentoo.org> +electric-9.03.ebuild: + Version bump *electric-9.02 (09 Jul 2012) diff --git a/sci-electronics/electric/electric-9.03.ebuild b/sci-electronics/electric/electric-9.03.ebuild new file mode 100644 index 000000000000..2f7fed321463 --- /dev/null +++ b/sci-electronics/electric/electric-9.03.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-9.03.ebuild,v 1.1 2013/06/03 06:24:58 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" +} |