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/gwave: ChangeLog gwave-20080127.ebuild
Date: Sun, 20 Apr 2008 22:40:16
Message-Id: E1JniCj-0001fS-N8@stork.gentoo.org
1 calchan 08/04/20 22:40:13
2
3 Modified: ChangeLog
4 Added: gwave-20080127.ebuild
5 Log:
6 Version bump, thanks to Fabio Rossi (bug #216527).
7 (Portage version: 2.1.5_rc5)
8
9 Revision Changes Path
10 1.18 sci-electronics/gwave/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 25 Nov 2007 17:03:02 -0000 1.17
23 +++ ChangeLog 20 Apr 2008 22:40:13 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-electronics/gwave
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.17 2007/11/25 17:03:02 calchan Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.18 2008/04/20 22:40:13 calchan Exp $
30 +
31 +*gwave-20080127 (20 Apr 2008)
32 +
33 + 20 Apr 2008; Denis Dupeyron <calchan@g.o> +gwave-20080127.ebuild:
34 + Version bump, thanks to Fabio Rossi (bug #216527).
35
36 25 Nov 2007; Denis Dupeyron <calchan@g.o> gwave-20070514.ebuild:
37 Removed ~amd64 again as the fix for guile-gnome-platform doesn't appear to
38
39
40
41 1.1 sci-electronics/gwave/gwave-20080127.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/gwave-20080127.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/gwave-20080127.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gwave-20080127.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20080127.ebuild,v 1.1 2008/04/20 22:40:13 calchan Exp $
51
52 inherit flag-o-matic
53
54 DESCRIPTION="Analog waveform viewer for SPICE-like simulations"
55 LICENSE="GPL-2"
56 HOMEPAGE="http://www.geda.seul.org/tools/gwave/"
57 SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz"
58
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE="gnuplot plotutils"
61 SLOT="0"
62
63 DEPEND="=dev-scheme/guile-1.8*
64 =x11-libs/guile-gtk-1.2.0.60"
65 RDEPEND="${DEPEND}
66 gnuplot? ( sci-visualization/gnuplot )
67 plotutils? ( media-libs/plotutils )"
68
69 src_install() {
70 emake DESTDIR="${D}" install || die "Installation failed"
71 rm -f doc/Makefile* *.1 || die "Removing doc/Makefile failed"
72 dodoc AUTHORS NEWS README TODO doc/* || die "Installation of documentation failed"
73 }
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list