Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/electric: ChangeLog electric-8.09.ebuild
Date: Wed, 04 Nov 2009 00:10:32
Message-Id: E1N5TSH-0006iB-IJ@stork.gentoo.org
1 calchan 09/11/04 00:10:29
2
3 Modified: ChangeLog
4 Added: electric-8.09.ebuild
5 Log:
6 Version bump, thanks to Rafael Goncalves Martins.
7 (Portage version: 2.1.7.1/cvs/Linux i686)
8
9 Revision Changes Path
10 1.32 sci-electronics/electric/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 23 Sep 2009 20:00:10 -0000 1.31
23 +++ ChangeLog 4 Nov 2009 00:10:28 -0000 1.32
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-electronics/electric
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.31 2009/09/23 20:00:10 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.32 2009/11/04 00:10:28 calchan Exp $
29 +
30 +*electric-8.09 (04 Nov 2009)
31 +
32 + 04 Nov 2009; Denis Dupeyron <calchan@g.o> +electric-8.09.ebuild:
33 + Version bump, thanks to Rafael Goncalves Martins.
34
35 23 Sep 2009; Patrick Lauer <patrick@g.o> electric-7.00.ebuild:
36 Remove virtual/libc
37
38
39
40 1.1 sci-electronics/electric/electric-8.09.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-8.09.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-8.09.ebuild?rev=1.1&content-type=text/plain
44
45 Index: electric-8.09.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.09.ebuild,v 1.1 2009/11/04 00:10:28 calchan Exp $
50
51 inherit eutils java-pkg-2
52
53 DESCRIPTION="Complete Electronic Design Automation (EDA) system that can handle many forms of circuit design"
54 HOMEPAGE="http://www.gnu.org/software/electric/electric.html"
55 SRC_URI="mirror://gnu/electric/${PN}Binary-${PV}.jar"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86"
59 IUSE=""
60 DEPEND="app-arch/unzip"
61 RDEPEND=">=virtual/jre-1.6"
62
63 S="${WORKDIR}"
64
65 src_install() {
66 java-pkg_newjar "${DISTDIR}"/${PN}Binary-${PV}.jar
67 newicon com/sun/electric/tool/user/help/helphtml/iconplug.png electric.png
68 java-pkg_dolauncher ${PN}
69 make_desktop_entry electric "Electric VLSI Design System" electric "Application;Engineering;Electronics"
70 }