diff options
author | 2004-04-19 10:21:36 +0000 | |
---|---|---|
committer | 2004-04-19 10:21:36 +0000 | |
commit | 2c66ea41526cdbba95177bf5aaafe16f5b88e00c (patch) | |
tree | a47e1233e82840268bd6bebb7b2f1f3a75f4e536 /app-sci/gtkwave | |
parent | Added IUSE, moved to sed -i (diff) | |
download | historical-2c66ea41526cdbba95177bf5aaafe16f5b88e00c.tar.gz historical-2c66ea41526cdbba95177bf5aaafe16f5b88e00c.tar.bz2 historical-2c66ea41526cdbba95177bf5aaafe16f5b88e00c.zip |
Cleanup, added IUSE
Diffstat (limited to 'app-sci/gtkwave')
-rw-r--r-- | app-sci/gtkwave/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/gtkwave/files/digest-gtkwave-2.0.0_pre20021022-r1 | 1 | ||||
-rw-r--r-- | app-sci/gtkwave/gtkwave-2.0.0_pre20021022-r1.ebuild | 31 | ||||
-rw-r--r-- | app-sci/gtkwave/gtkwave-2.0.0_pre20030319.ebuild | 3 |
4 files changed, 8 insertions, 35 deletions
diff --git a/app-sci/gtkwave/ChangeLog b/app-sci/gtkwave/ChangeLog index ef8972649d2d..800350d7dc57 100644 --- a/app-sci/gtkwave/ChangeLog +++ b/app-sci/gtkwave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/gtkwave -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gtkwave/ChangeLog,v 1.7 2004/01/05 14:10:12 plasmaroo Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/gtkwave/ChangeLog,v 1.8 2004/04/19 10:21:36 phosphan Exp $ + + 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> + gtkwave-2.0.0_pre20021022-r1.ebuild, gtkwave-2.0.0_pre20030319.ebuild: + Cleanup, added IUSE 05 Jan 2004; <plasmaroo@gentoo.org> gtkwave-2.0.0_pre20030319.ebuild: Removed the 2003-07-15 snapshot as it was unstable and was not diff --git a/app-sci/gtkwave/files/digest-gtkwave-2.0.0_pre20021022-r1 b/app-sci/gtkwave/files/digest-gtkwave-2.0.0_pre20021022-r1 deleted file mode 100644 index 4770b6778b52..000000000000 --- a/app-sci/gtkwave/files/digest-gtkwave-2.0.0_pre20021022-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e09af39396c744a12ee5c67c0a764eb7 gtkwave-2.0.0pre1-20021022.tar.gz 626208 diff --git a/app-sci/gtkwave/gtkwave-2.0.0_pre20021022-r1.ebuild b/app-sci/gtkwave/gtkwave-2.0.0_pre20021022-r1.ebuild deleted file mode 100644 index 2d24463e15ee..000000000000 --- a/app-sci/gtkwave/gtkwave-2.0.0_pre20021022-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gtkwave/gtkwave-2.0.0_pre20021022-r1.ebuild,v 1.3 2004/01/05 14:10:12 plasmaroo Exp $ - -MY_P="${P/_pre/pre1-}" -DESCRIPTION="A wave viewer for LXT and Verilog VCD/EVCD files" -HOMEPAGE="http://www.cs.man.ac.uk/amulet/tools/gtkwave/" -SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/gtkwave/snapshots/${MY_P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="x86" -SLOT="0" -IUSE="" - -DEPEND="virtual/x11 - =x11-libs/gtk+-1.2* - =dev-libs/glib-1.2* - app-arch/bzip2" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - local myconf="--with-gnu-ld" - - econf ${myconf} - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die -} diff --git a/app-sci/gtkwave/gtkwave-2.0.0_pre20030319.ebuild b/app-sci/gtkwave/gtkwave-2.0.0_pre20030319.ebuild index 24f0b937335a..153a6a5e3bba 100644 --- a/app-sci/gtkwave/gtkwave-2.0.0_pre20030319.ebuild +++ b/app-sci/gtkwave/gtkwave-2.0.0_pre20030319.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gtkwave/gtkwave-2.0.0_pre20030319.ebuild,v 1.4 2004/01/05 14:10:12 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gtkwave/gtkwave-2.0.0_pre20030319.ebuild,v 1.5 2004/04/19 10:21:36 phosphan Exp $ MY_P=${P/_pre/pre3-} DESCRIPTION="A wave viewer for LXT and Verilog VCD/EVCD files" HOMEPAGE="http://www.cs.man.ac.uk/apt/tools/gtkwave/index.html" SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/gtkwave/snapshots/${MY_P}.tar.gz" +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" |