diff options
-rw-r--r-- | app-sci/gwave/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/gwave/files/digest-gwave-20031224 | 1 | ||||
-rw-r--r-- | app-sci/gwave/gwave-20020122.ebuild | 4 | ||||
-rw-r--r-- | app-sci/gwave/gwave-20030804.ebuild | 6 | ||||
-rw-r--r-- | app-sci/gwave/gwave-20031224.ebuild | 30 | ||||
-rw-r--r-- | app-sci/ng-spice-rework/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/ng-spice-rework/files/digest-ng-spice-rework-15 | 1 | ||||
-rw-r--r-- | app-sci/ng-spice-rework/ng-spice-rework-14.ebuild | 4 | ||||
-rw-r--r-- | app-sci/ng-spice-rework/ng-spice-rework-15.ebuild | 29 |
9 files changed, 82 insertions, 11 deletions
diff --git a/app-sci/gwave/ChangeLog b/app-sci/gwave/ChangeLog index ee53ac2186ef..2371bc5756fd 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.3 2003/11/28 21:21:03 plasmaroo Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/ChangeLog,v 1.4 2004/02/01 17:52:59 plasmaroo Exp $ + +*gwave-20031224 (01 Feb 2004) + + 01 Feb 2004; <plasmaroo@gentoo.org> gwave-20031224.ebuild: + Version bumped. *gwave-20030804 (28 Nov 2003) diff --git a/app-sci/gwave/files/digest-gwave-20031224 b/app-sci/gwave/files/digest-gwave-20031224 new file mode 100644 index 000000000000..92f5ab50bc1f --- /dev/null +++ b/app-sci/gwave/files/digest-gwave-20031224 @@ -0,0 +1 @@ +MD5 5ea97c80ca73423c731c3409ae38e2bc gwave-20031224.tar.gz 441342 diff --git a/app-sci/gwave/gwave-20020122.ebuild b/app-sci/gwave/gwave-20020122.ebuild index afec77e9dbcf..abfbdfa25741 100644 --- a/app-sci/gwave/gwave-20020122.ebuild +++ b/app-sci/gwave/gwave-20020122.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/gwave-20020122.ebuild,v 1.2 2003/02/13 09:22:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/gwave-20020122.ebuild,v 1.3 2004/02/01 17:52:59 plasmaroo Exp $ DESCRIPTION="A waveform viewer analog data, such as spice simulations" HOMEPAGE="http://www.geda.seul.org/tools/gwave/" diff --git a/app-sci/gwave/gwave-20030804.ebuild b/app-sci/gwave/gwave-20030804.ebuild index 5a81105eb7b1..f4d70af11b85 100644 --- a/app-sci/gwave/gwave-20030804.ebuild +++ b/app-sci/gwave/gwave-20030804.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. and Tim Yamin <plasmaroo@gentoo.org> <plasmaroo@squirrelsoft.org.uk> +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/gwave-20030804.ebuild,v 1.2 2004/02/01 17:52:59 plasmaroo Exp $ DESCRIPTION="A waveform viewer analog data, such as SPICE simulations." HOMEPAGE="http://www.geda.seul.org/tools/gwave/" @@ -27,6 +27,6 @@ src_install() { make DESTDIR=${D} install || die rm -f doc/Makefile* *.1 - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/* + dodoc AUTHORS INSTALL NEWS README TODO doc/* } diff --git a/app-sci/gwave/gwave-20031224.ebuild b/app-sci/gwave/gwave-20031224.ebuild new file mode 100644 index 000000000000..dd28a57ce231 --- /dev/null +++ b/app-sci/gwave/gwave-20031224.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/gwave-20031224.ebuild,v 1.1 2004/02/01 17:52:59 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.10 + >=dev-util/guile-1.6.3 + >=x11-libs/guile-gtk-1.2.0.31" + +src_compile() { + + econf || die + make || die + +} + +src_install() { + + make DESTDIR=${D} install || die + rm -f doc/Makefile* *.1 + dodoc AUTHORS INSTALL NEWS README TODO doc/* + +} diff --git a/app-sci/ng-spice-rework/ChangeLog b/app-sci/ng-spice-rework/ChangeLog index 067754cd33d5..f7aeca8dcaaa 100644 --- a/app-sci/ng-spice-rework/ChangeLog +++ b/app-sci/ng-spice-rework/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/ng-spice-rework -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/ng-spice-rework/ChangeLog,v 1.1 2003/11/28 21:26:50 plasmaroo Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/ng-spice-rework/ChangeLog,v 1.2 2004/02/01 17:48:17 plasmaroo Exp $ + +*ng-spice-rework-15 (01 Feb 2004) + + 01 Feb 2004; <plasmaroo@gentoo.org> ng-spice-rework-15.ebuild: + Version bump. *ng-spice-rework-14 (28 Nov 2003) diff --git a/app-sci/ng-spice-rework/files/digest-ng-spice-rework-15 b/app-sci/ng-spice-rework/files/digest-ng-spice-rework-15 new file mode 100644 index 000000000000..af3ab4c2d6b5 --- /dev/null +++ b/app-sci/ng-spice-rework/files/digest-ng-spice-rework-15 @@ -0,0 +1 @@ +MD5 5a55ff2062fd3bebaed77ebb454d7882 ngspice-rework15.tgz 4813438 diff --git a/app-sci/ng-spice-rework/ng-spice-rework-14.ebuild b/app-sci/ng-spice-rework/ng-spice-rework-14.ebuild index f1b1d2e5e780..19087f354dd0 100644 --- a/app-sci/ng-spice-rework/ng-spice-rework-14.ebuild +++ b/app-sci/ng-spice-rework/ng-spice-rework-14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. and Tim Yamin <plasmaroo@gentoo.org> <plasmaroo@squirrelsoft.org.uk> +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/ng-spice-rework/ng-spice-rework-14.ebuild,v 1.1 2003/11/28 21:26:50 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ng-spice-rework/ng-spice-rework-14.ebuild,v 1.2 2004/02/01 17:48:17 plasmaroo Exp $ S=${WORKDIR}/${P} diff --git a/app-sci/ng-spice-rework/ng-spice-rework-15.ebuild b/app-sci/ng-spice-rework/ng-spice-rework-15.ebuild new file mode 100644 index 000000000000..c1e38d357b87 --- /dev/null +++ b/app-sci/ng-spice-rework/ng-spice-rework-15.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/ng-spice-rework/ng-spice-rework-15.ebuild,v 1.1 2004/02/01 17:48:17 plasmaroo Exp $ + +S=${WORKDIR}/${P} + +DESCRIPTION="NGSpice - The Next Generation Spice (Circuit Emulator)" +SRC_URI="http://www.geda.seul.org/dist/ngspice-rework${PV}.tgz" +HOMEPAGE="http://ngspice.sourceforge.net" + +SLOT="0" +LICENSE="BSD GPL-2" +KEYWORDS="~x86" + +DEPEND=">=sys-libs/glibc-2.1.3" + +src_compile() { + + econf || die + emake || die + +} + +src_install () { + + make DESTDIR=${D} install || die + dodoc COPYING COPYRIGHT CREDITS ChangeLog README + +} |