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: electric-7.00.ebuild electric-8.05.ebuild ChangeLog electric-8.04.ebuild
Date: Thu, 01 Nov 2007 16:46:34
Message-Id: E1IndBd-0006IY-63@stork.gentoo.org
1 calchan 07/11/01 16:46:29
2
3 Modified: electric-7.00.ebuild electric-8.05.ebuild ChangeLog
4 electric-8.04.ebuild
5 Log:
6 Fixed bug #197710, thanks to Petteri Räty. Removed useless dodoc COPYING.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.11 sci-electronics/electric/electric-7.00.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-7.00.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-7.00.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-7.00.ebuild?r1=1.10&r2=1.11
15
16 Index: electric-7.00.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-7.00.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- electric-7.00.ebuild 21 Aug 2006 04:29:01 -0000 1.10
23 +++ electric-7.00.ebuild 1 Nov 2007 16:46:28 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-7.00.ebuild,v 1.10 2006/08/21 04:29:01 tcort Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-7.00.ebuild,v 1.11 2007/11/01 16:46:28 calchan Exp $
30
31 inherit eutils qt3
32
33 @@ -34,5 +34,5 @@
34 src_install() {
35 make DESTDIR="${D}" install || die "make install failed"
36
37 - dodoc ChangeLog COPYING README
38 + dodoc ChangeLog README
39 }
40
41
42
43 1.2 sci-electronics/electric/electric-8.05.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-8.05.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-8.05.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-8.05.ebuild?r1=1.1&r2=1.2
48
49 Index: electric-8.05.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.05.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- electric-8.05.ebuild 29 Jul 2007 13:36:35 -0000 1.1
56 +++ electric-8.05.ebuild 1 Nov 2007 16:46:28 -0000 1.2
57 @@ -1,8 +1,8 @@
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.05.ebuild,v 1.1 2007/07/29 13:36:35 calchan Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.05.ebuild,v 1.2 2007/11/01 16:46:28 calchan Exp $
62
63 -inherit eutils java-pkg
64 +inherit eutils java-pkg-2
65
66 DESCRIPTION="Complete Electronic Design Automation (EDA) system that can handle many forms of circuit design"
67 HOMEPAGE="http://www.gnu.org/software/electric/electric.html"
68 @@ -11,13 +11,14 @@
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72 -DEPEND=">=virtual/jre-1.6"
73 +DEPEND="app-arch/unzip"
74 +RDEPEND=">=virtual/jre-1.6"
75
76 S="${WORKDIR}"
77
78 src_install() {
79 - java-pkg_dojar ${DISTDIR}/${PN}Binary-${PV}.jar
80 + java-pkg_newjar ${DISTDIR}/${PN}Binary-${PV}.jar
81 newicon com/sun/electric/tool/user/help/helphtml/iconplug.png electric.png
82 - make_wrapper electric "java -jar /usr/share/electric/lib/${PN}Binary-${PV}.jar"
83 + java-pkg_dolauncher ${PN}
84 make_desktop_entry electric "Electric VLSI Design System" electric.png "Application;Engineering;Electronics"
85 }
86
87
88
89 1.25 sci-electronics/electric/ChangeLog
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/ChangeLog?rev=1.25&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/ChangeLog?rev=1.25&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/ChangeLog?r1=1.24&r2=1.25
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v
98 retrieving revision 1.24
99 retrieving revision 1.25
100 diff -u -r1.24 -r1.25
101 --- ChangeLog 29 Jul 2007 13:36:35 -0000 1.24
102 +++ ChangeLog 1 Nov 2007 16:46:28 -0000 1.25
103 @@ -1,6 +1,10 @@
104 # ChangeLog for sci-electronics/electric
105 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.24 2007/07/29 13:36:35 calchan Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/ChangeLog,v 1.25 2007/11/01 16:46:28 calchan Exp $
108 +
109 + 01 Nov 2007; Denis Dupeyron <calchan@g.o> electric-7.00.ebuild,
110 + electric-8.04.ebuild, electric-8.05.ebuild:
111 + Fixed bug #197710, thanks to Petteri Räty. Removed useless dodoc COPYING.
112
113 *electric-8.05 (29 Jul 2007)
114
115
116
117
118 1.5 sci-electronics/electric/electric-8.04.ebuild
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-8.04.ebuild?rev=1.5&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-8.04.ebuild?rev=1.5&content-type=text/plain
122 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/electric/electric-8.04.ebuild?r1=1.4&r2=1.5
123
124 Index: electric-8.04.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.04.ebuild,v
127 retrieving revision 1.4
128 retrieving revision 1.5
129 diff -u -r1.4 -r1.5
130 --- electric-8.04.ebuild 29 Jul 2007 10:08:25 -0000 1.4
131 +++ electric-8.04.ebuild 1 Nov 2007 16:46:28 -0000 1.5
132 @@ -1,8 +1,8 @@
133 # Copyright 1999-2007 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.04.ebuild,v 1.4 2007/07/29 10:08:25 calchan Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.04.ebuild,v 1.5 2007/11/01 16:46:28 calchan Exp $
137
138 -inherit eutils java-pkg
139 +inherit eutils java-pkg-2
140
141 DESCRIPTION="Complete Electronic Design Automation (EDA) system that can handle many forms of circuit design"
142 HOMEPAGE="http://www.gnu.org/software/electric/electric.html"
143 @@ -11,13 +11,14 @@
144 SLOT="0"
145 KEYWORDS="~amd64 ~ppc ~x86"
146 IUSE=""
147 -DEPEND=">=virtual/jre-1.3"
148 +DEPEND="app-arch/unzip"
149 +RDEPEND=">=virtual/jre-1.3"
150
151 S="${WORKDIR}"
152
153 src_install() {
154 - java-pkg_dojar ${DISTDIR}/${PN}Binary-${PV}.jar
155 + java-pkg_newjar ${DISTDIR}/${PN}Binary-${PV}.jar
156 newicon com/sun/electric/tool/user/help/helphtml/iconplug.png electric.png
157 - make_wrapper electric "java -jar /usr/share/electric/lib/${PN}Binary-${PV}.jar"
158 + java-pkg_dolauncher ${PN}
159 make_desktop_entry electric "Electric VLSI Design System" electric.png "Application;Engineering;Electronics"
160 }
161
162
163
164 --
165 gentoo-commits@g.o mailing list