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 | e94f5a93326cbf80bd6de91dbc064da18196e04c (patch) | |
tree | 29dd2be6aa977c7f334fa6403a520f5f6ae07621 /sci-electronics | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-e94f5a93326cbf80bd6de91dbc064da18196e04c.tar.gz gentoo-2-e94f5a93326cbf80bd6de91dbc064da18196e04c.tar.bz2 gentoo-2-e94f5a93326cbf80bd6de91dbc064da18196e04c.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/gwave/ChangeLog | 8 | ||||
-rw-r--r-- | sci-electronics/gwave/gwave-20031224.ebuild | 13 | ||||
-rw-r--r-- | sci-electronics/gwave/gwave-20051222.ebuild | 11 |
3 files changed, 21 insertions, 11 deletions
diff --git a/sci-electronics/gwave/ChangeLog b/sci-electronics/gwave/ChangeLog index cc7b55542fef..be79ac4a9393 100644 --- a/sci-electronics/gwave/ChangeLog +++ b/sci-electronics/gwave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/gwave -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.27 2010/07/07 14:25:35 phajdan.jr Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.28 2011/03/02 21:41:19 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gwave-20031224.ebuild, + gwave-20051222.ebuild: + Correct Slots for gtk 3 introduction to tree 07 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> gwave-20090213-r1.ebuild: 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*" diff --git a/sci-electronics/gwave/gwave-20051222.ebuild b/sci-electronics/gwave/gwave-20051222.ebuild index c03ab05aefec..63060fd405c9 100644 --- a/sci-electronics/gwave/gwave-20051222.ebuild +++ b/sci-electronics/gwave/gwave-20051222.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2009 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-20051222.ebuild,v 1.5 2009/10/04 15:16:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20051222.ebuild,v 1.6 2011/03/02 21:41:19 jlec Exp $ + +EAPI="1" inherit flag-o-matic -DESCRIPTION="A waveform viewer analog data, such as SPICE simulations." +DESCRIPTION="A waveform viewer analog data, such as SPICE simulations" LICENSE="GPL-2" HOMEPAGE="http://www.geda.seul.org/tools/gwave/" SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz" @@ -13,7 +15,8 @@ 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*" |