diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2003-11-28 21:21:31 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2003-11-28 21:21:31 +0000 |
commit | 17197cb9709998b0e94f3783200a7031c55a026d (patch) | |
tree | 2dee857d4a66b54042c1d2156e2818a4717f87d5 /app-sci | |
parent | Version bump. (diff) | |
download | gentoo-2-17197cb9709998b0e94f3783200a7031c55a026d.tar.gz gentoo-2-17197cb9709998b0e94f3783200a7031c55a026d.tar.bz2 gentoo-2-17197cb9709998b0e94f3783200a7031c55a026d.zip |
Version bump.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/gwave/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/gwave/Manifest | 4 | ||||
-rw-r--r-- | app-sci/gwave/files/digest-gwave-20030804 | 1 | ||||
-rw-r--r-- | app-sci/gwave/files/gwave-20030804.gcc33.patch.bz2 | bin | 0 -> 7795 bytes | |||
-rw-r--r-- | app-sci/gwave/gwave-20030804.ebuild | 32 |
5 files changed, 41 insertions, 3 deletions
diff --git a/app-sci/gwave/ChangeLog b/app-sci/gwave/ChangeLog index 23908d4758dc..ee53ac2186ef 100644 --- a/app-sci/gwave/ChangeLog +++ b/app-sci/gwave/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/gwave # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/ChangeLog,v 1.2 2003/02/12 05:16:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/ChangeLog,v 1.3 2003/11/28 21:21:03 plasmaroo Exp $ + +*gwave-20030804 (28 Nov 2003) + + 28 Nov 2003; <plasmaroo@gentoo.org> gwave-20030804.ebuild: + Version bumped. *gwave-20020122 (23 Nov 2002) diff --git a/app-sci/gwave/Manifest b/app-sci/gwave/Manifest index 5bb0c2a5508f..311d61359a2a 100644 --- a/app-sci/gwave/Manifest +++ b/app-sci/gwave/Manifest @@ -1,5 +1,5 @@ -MD5 0b645b199243050a36311e2c0512d0f4 ChangeLog 479 -MD5 82d66c8ee0e2c6a2ac63894c2bbb9e96 gwave-20030804.ebuild 736 +MD5 c827373c3298b13332c2b8bf52fa60c5 ChangeLog 482 +MD5 8d3d61c7675b2e2c062cddb5a0aa430f gwave-20030804.ebuild 837 MD5 0c3d84ac11735de6718e5c016122f627 gwave-20020122.ebuild 673 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 d9619b0802ee6a1018cd4a3837f06329 files/digest-gwave-20030804 66 diff --git a/app-sci/gwave/files/digest-gwave-20030804 b/app-sci/gwave/files/digest-gwave-20030804 new file mode 100644 index 000000000000..eb21e922af1f --- /dev/null +++ b/app-sci/gwave/files/digest-gwave-20030804 @@ -0,0 +1 @@ +MD5 4b8ae59dd4bd80520e64df43bc13f7ce gwave-20030804.tar.gz 437860 diff --git a/app-sci/gwave/files/gwave-20030804.gcc33.patch.bz2 b/app-sci/gwave/files/gwave-20030804.gcc33.patch.bz2 Binary files differnew file mode 100644 index 000000000000..acc4cde5729a --- /dev/null +++ b/app-sci/gwave/files/gwave-20030804.gcc33.patch.bz2 diff --git a/app-sci/gwave/gwave-20030804.ebuild b/app-sci/gwave/gwave-20030804.ebuild new file mode 100644 index 000000000000..5a81105eb7b1 --- /dev/null +++ b/app-sci/gwave/gwave-20030804.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. and Tim Yamin <plasmaroo@gentoo.org> <plasmaroo@squirrelsoft.org.uk> +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/gwave-20030804.ebuild,v 1.1 2003/11/28 21:21:03 plasmaroo Exp $ + +DESCRIPTION="A waveform viewer analog data, such as SPICE simulations." +HOMEPAGE="http://www.geda.seul.org/tools/gwave/" +SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" + +DEPEND=">=x11-libs/gtk+-1.2 + >=dev-util/guile-1.6 + >=x11-libs/guile-gtk-1.2.0.31" + +src_compile() { + + epatch ${FILESDIR}/gwave-${PV}.gcc33.patch.bz2 || die + + econf || die + make || die + +} + +src_install() { + + make DESTDIR=${D} install || die + rm -f doc/Makefile* *.1 + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/* + +} |