summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2008-04-20 22:40:13 +0000
committerDenis Dupeyron <calchan@gentoo.org>2008-04-20 22:40:13 +0000
commit7002c36dd12a856d46fb2d412cec2cd264d48e4a (patch)
treedb4a5161b1ca55e7d69e4eb5bfcebcd02501f901 /sci-electronics/gwave
parentAdd patch for GCC 4.3, bug #204436. (diff)
downloadgentoo-2-7002c36dd12a856d46fb2d412cec2cd264d48e4a.tar.gz
gentoo-2-7002c36dd12a856d46fb2d412cec2cd264d48e4a.tar.bz2
gentoo-2-7002c36dd12a856d46fb2d412cec2cd264d48e4a.zip
Version bump, thanks to Fabio Rossi (bug #216527).
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'sci-electronics/gwave')
-rw-r--r--sci-electronics/gwave/ChangeLog9
-rw-r--r--sci-electronics/gwave/gwave-20080127.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/sci-electronics/gwave/ChangeLog b/sci-electronics/gwave/ChangeLog
index bac5f8f10638..0a9c28644163 100644
--- a/sci-electronics/gwave/ChangeLog
+++ b/sci-electronics/gwave/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-electronics/gwave
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.17 2007/11/25 17:03:02 calchan Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.18 2008/04/20 22:40:13 calchan Exp $
+
+*gwave-20080127 (20 Apr 2008)
+
+ 20 Apr 2008; Denis Dupeyron <calchan@gentoo.org> +gwave-20080127.ebuild:
+ Version bump, thanks to Fabio Rossi (bug #216527).
25 Nov 2007; Denis Dupeyron <calchan@gentoo.org> gwave-20070514.ebuild:
Removed ~amd64 again as the fix for guile-gnome-platform doesn't appear to
diff --git a/sci-electronics/gwave/gwave-20080127.ebuild b/sci-electronics/gwave/gwave-20080127.ebuild
new file mode 100644
index 000000000000..d1414bc2ff9f
--- /dev/null
+++ b/sci-electronics/gwave/gwave-20080127.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20080127.ebuild,v 1.1 2008/04/20 22:40:13 calchan Exp $
+
+inherit flag-o-matic
+
+DESCRIPTION="Analog waveform viewer for SPICE-like simulations"
+LICENSE="GPL-2"
+HOMEPAGE="http://www.geda.seul.org/tools/gwave/"
+SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gnuplot plotutils"
+SLOT="0"
+
+DEPEND="=dev-scheme/guile-1.8*
+ =x11-libs/guile-gtk-1.2.0.60"
+RDEPEND="${DEPEND}
+ gnuplot? ( sci-visualization/gnuplot )
+ plotutils? ( media-libs/plotutils )"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "Installation failed"
+ rm -f doc/Makefile* *.1 || die "Removing doc/Makefile failed"
+ dodoc AUTHORS NEWS README TODO doc/* || die "Installation of documentation failed"
+}