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/gplcver: ChangeLog gplcver-2.12a.ebuild
Date: Sun, 16 Sep 2007 16:41:42
Message-Id: E1IWwBP-0005O6-S8@stork.gentoo.org
1 calchan 07/09/16 15:37:15
2
3 Modified: ChangeLog
4 Added: gplcver-2.12a.ebuild
5 Log:
6 Version bump, thanks to Luis Vitorio Cargnini (bug #187067).
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.8 sci-electronics/gplcver/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gplcver/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gplcver/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gplcver/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gplcver/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 12 Aug 2006 11:42:09 -0000 1.7
23 +++ ChangeLog 16 Sep 2007 15:37:15 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-electronics/gplcver
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gplcver/ChangeLog,v 1.7 2006/08/12 11:42:09 chrb Exp $
28 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gplcver/ChangeLog,v 1.8 2007/09/16 15:37:15 calchan Exp $
30 +
31 +*gplcver-2.12a (16 Sep 2007)
32 +
33 + 16 Sep 2007; Denis Dupeyron <calchan@g.o> +gplcver-2.12a.ebuild:
34 + Version bump, thanks to Luis Vitorio Cargnini (bug #187067).
35
36 12 Aug 2006; Chris Bainbridge <chrb@g.o> -gplcver-1.10j.ebuild,
37 -gplcver-2.10c.ebuild, gplcver-2.11a.ebuild:
38
39
40
41 1.1 sci-electronics/gplcver/gplcver-2.12a.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gplcver/gplcver-2.12a.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gplcver/gplcver-2.12a.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gplcver-2.12a.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/gplcver/gplcver-2.12a.ebuild,v 1.1 2007/09/16 15:37:15 calchan Exp $
51
52 MY_PN=gpl-cver
53
54 DESCRIPTION="Verilog simulator"
55 HOMEPAGE="http://www.pragmatic-c.com/${MY_PN}"
56 SRC_URI="http://www.pragmatic-c.com/${MY_PN}/downloads/${P}.src.tar.bz2"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~ppc ~x86"
60 IUSE=""
61 S=${WORKDIR}/${P}.src
62
63 src_unpack() {
64 unpack ${A}
65 cd ${S}
66 sed -i \
67 -e "s/^CFLAGS/#CFLAGS/" \
68 -e "s/(CFLAGS)/(INCS) \$(CFLAGS)/" \
69 -e "s/(LFLAGS)/(LFLAGS) \$(LDFLAGS)/" \
70 src/makefile.* | die "sed failed"
71 sed -i \
72 -e "s/^CFLAGS/#CFLAGS/" \
73 -e "s/(OPTFLGS) vcddiff.o/(LDFLAGS) vcddiff.o/" \
74 vcddiff.dir/src/makefile.* | die "sed failed"
75 }
76
77 src_compile(){
78 cd ${S}/src
79 emake -f makefile.lnx || die "emake failed"
80 cd ${S}/vcddiff.dir/src
81 emake -f makefile.lnx || die "emake failed"
82 }
83
84 src_install() {
85 dobin bin/cver bin/vcddiff || die "Failed installing binaries"
86 doman doc/systasks.1
87 dodoc doc/README doc/cver*[!htm] doc/dbg.hlp doc/systasks.pdf vcddiff.dir/README.vcddiff
88 dohtml doc/cver.faq.htm
89 dodir /usr/include/cver_pli_incs
90 insinto /usr/include/cver_pli_incs
91 doins pli_incs/*.h
92 }
93
94 src_test() {
95 # fixme: make tests die if something fails
96 cd ${S}/tests_and_examples/
97 # first verify install
98 cd install.tst
99 ./inst_tst.sh
100 # now individual tests
101 cd ../capacity.tst
102 ../../bin/cver -f lfsr.vc
103 diff verilog.log lfsr.plg
104 cd ../examples.acc
105 ./inst_pli.sh lnx
106 #opt_inst_pli.sh lnx
107 cd ../examples.tf
108 ./inst_pli.sh lnx
109 #opt_inst_pli.sh lnx
110 cd ../examples.vpi
111 ./inst_pli.sh lnx
112 }
113
114
115
116 --
117 gentoo-commits@g.o mailing list