diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:41:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:41:19 +0000 |
commit | b8c0d04427fc4f33f5e8e9eff94365e5d9992248 (patch) | |
tree | 7d89f02b10024ba4c66b94a4bcc037d9fe6d6109 /sci-electronics/gwave/gwave-20031224.ebuild | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | historical-b8c0d04427fc4f33f5e8e9eff94365e5d9992248.tar.gz historical-b8c0d04427fc4f33f5e8e9eff94365e5d9992248.tar.bz2 historical-b8c0d04427fc4f33f5e8e9eff94365e5d9992248.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-electronics/gwave/gwave-20031224.ebuild')
-rw-r--r-- | sci-electronics/gwave/gwave-20031224.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sci-electronics/gwave/gwave-20031224.ebuild b/sci-electronics/gwave/gwave-20031224.ebuild index b756523a24c4..28a8b7016cf0 100644 --- a/sci-electronics/gwave/gwave-20031224.ebuild +++ b/sci-electronics/gwave/gwave-20031224.ebuild @@ -1,17 +1,20 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20031224.ebuild,v 1.8 2007/06/22 22:30:23 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20031224.ebuild,v 1.9 2011/03/02 21:41:19 jlec Exp $ -DESCRIPTION="A waveform viewer analog data, such as SPICE simulations." -LICENSE="GPL-2" +EAPI="1" + +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="~amd64 ppc x86" IUSE="" SLOT="0" -DEPEND="=x11-libs/gtk+-1.2* +DEPEND=" + x11-libs/gtk+:1 >=dev-scheme/guile-1.6.3 <dev-scheme/guile-1.8 =x11-libs/guile-gtk-1.2*" |