diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2008-04-21 21:28:58 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2008-04-21 21:28:58 +0000 |
commit | 4ed4932d9e2d9c3e2ca2ed0c5f7fb1a9a9bb2f06 (patch) | |
tree | 2c8d45de43a57a643b2cd6aa49a59132943c9774 /sci-electronics | |
parent | old (diff) | |
download | gentoo-2-4ed4932d9e2d9c3e2ca2ed0c5f7fb1a9a9bb2f06.tar.gz gentoo-2-4ed4932d9e2d9c3e2ca2ed0c5f7fb1a9a9bb2f06.tar.bz2 gentoo-2-4ed4932d9e2d9c3e2ca2ed0c5f7fb1a9a9bb2f06.zip |
Version bump.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/electric/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/electric/electric-8.06.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/sci-electronics/electric/ChangeLog b/sci-electronics/electric/ChangeLog index d497a1dabf51..2e2c32d210e4 100644 --- a/sci-electronics/electric/ChangeLog +++ b/sci-electronics/electric/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/electric # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.27 2008/02/29 20:37:28 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.28 2008/04/21 21:28:58 calchan Exp $ + +*electric-8.06 (21 Apr 2008) + + 21 Apr 2008; Denis Dupeyron <calchan@gentoo.org> +electric-8.06.ebuild: + Version bump. 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> electric-8.04.ebuild, electric-8.05.ebuild: diff --git a/sci-electronics/electric/electric-8.06.ebuild b/sci-electronics/electric/electric-8.06.ebuild new file mode 100644 index 000000000000..24c0e81d0eb4 --- /dev/null +++ b/sci-electronics/electric/electric-8.06.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.06.ebuild,v 1.1 2008/04/21 21:28:58 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" +} |