diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:26:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:26:15 +0000 |
commit | 833856b37c39e009f7bcb3623ee80c657362bc8f (patch) | |
tree | ea6327749e452be189e8aa67e78659d5830493eb /sci-electronics/oregano | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-833856b37c39e009f7bcb3623ee80c657362bc8f.tar.gz gentoo-2-833856b37c39e009f7bcb3623ee80c657362bc8f.tar.bz2 gentoo-2-833856b37c39e009f7bcb3623ee80c657362bc8f.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/oregano')
-rw-r--r-- | sci-electronics/oregano/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/oregano/oregano-0.69.0-r1.ebuild | 18 | ||||
-rw-r--r-- | sci-electronics/oregano/oregano-0.69.0.ebuild | 18 | ||||
-rw-r--r-- | sci-electronics/oregano/oregano-0.69.1.ebuild | 15 |
4 files changed, 33 insertions, 24 deletions
diff --git a/sci-electronics/oregano/ChangeLog b/sci-electronics/oregano/ChangeLog index 6c9f220edc11..7c081757e7f8 100644 --- a/sci-electronics/oregano/ChangeLog +++ b/sci-electronics/oregano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/oregano # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.39 2011/02/14 02:01:31 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.40 2011/03/02 20:26:15 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> oregano-0.69.0.ebuild, + oregano-0.69.0-r1.ebuild, oregano-0.69.1.ebuild: + Correct Slots for gtk 3 introduction to tree *oregano-0.69.1 (14 Feb 2011) diff --git a/sci-electronics/oregano/oregano-0.69.0-r1.ebuild b/sci-electronics/oregano/oregano-0.69.0-r1.ebuild index 5b91a213a014..f7d068f55ff0 100644 --- a/sci-electronics/oregano/oregano-0.69.0-r1.ebuild +++ b/sci-electronics/oregano/oregano-0.69.0-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2010 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/oregano/oregano-0.69.0-r1.ebuild,v 1.1 2010/08/22 09:32:50 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.69.0-r1.ebuild,v 1.2 2011/03/02 20:26:15 jlec Exp $ +EAPI="1" inherit eutils fdo-mime DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits." @@ -12,15 +13,16 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" LICENSE="GPL-2" IUSE="" -RDEPEND=">=dev-libs/libxml2-2.6 - >=x11-libs/gtk+-2.10 - >=gnome-base/libglade-2.5 - >=gnome-base/libgnome-2.12 +RDEPEND=" + dev-libs/libxml2:2 + x11-libs/gtk+:2 + gnome-base/libglade:2.0 + gnome-base/libgnome >=gnome-base/libgnomeui-2.12 >=gnome-base/libgnomecanvas-2.12 - >=gnome-base/libgnomeprint-2.12 + gnome-base/libgnomeprint:2.2 >=x11-libs/cairo-1.2 - =x11-libs/gtksourceview-1*" + x11-libs/gtksourceview:1.0" DEPEND="${RDEPEND} >=dev-util/scons-0.96.1 dev-util/pkgconfig" diff --git a/sci-electronics/oregano/oregano-0.69.0.ebuild b/sci-electronics/oregano/oregano-0.69.0.ebuild index d3354038f926..c06a6234ffda 100644 --- a/sci-electronics/oregano/oregano-0.69.0.ebuild +++ b/sci-electronics/oregano/oregano-0.69.0.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2010 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/oregano/oregano-0.69.0.ebuild,v 1.6 2010/07/20 15:42:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.69.0.ebuild,v 1.7 2011/03/02 20:26:15 jlec Exp $ +EAPI="1" inherit eutils fdo-mime DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits." @@ -12,15 +13,16 @@ KEYWORDS="amd64 ppc sparc x86" LICENSE="GPL-2" IUSE="" -RDEPEND=">=dev-libs/libxml2-2.6 - >=x11-libs/gtk+-2.10 - >=gnome-base/libglade-2.5 - >=gnome-base/libgnome-2.12 +RDEPEND=" + dev-libs/libxml2:2 + x11-libs/gtk+:2 + gnome-base/libglade:2.0 + gnome-base/libgnome >=gnome-base/libgnomeui-2.12 >=gnome-base/libgnomecanvas-2.12 - >=gnome-base/libgnomeprint-2.12 + gnome-base/libgnomeprint:2.2 >=x11-libs/cairo-1.2 - =x11-libs/gtksourceview-1*" + x11-libs/gtksourceview:1.0" DEPEND="${RDEPEND} >=dev-util/scons-0.96.1 dev-util/pkgconfig" diff --git a/sci-electronics/oregano/oregano-0.69.1.ebuild b/sci-electronics/oregano/oregano-0.69.1.ebuild index cd1e10cfa07d..485e63c1081e 100644 --- a/sci-electronics/oregano/oregano-0.69.1.ebuild +++ b/sci-electronics/oregano/oregano-0.69.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.69.1.ebuild,v 1.1 2011/02/14 02:01:32 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.69.1.ebuild,v 1.2 2011/03/02 20:26:15 jlec Exp $ EAPI="4" @@ -14,15 +14,16 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" LICENSE="GPL-2" IUSE="" -CDEPEND=">=dev-libs/libxml2-2.6 - >=x11-libs/gtk+-2.10 - >=gnome-base/libglade-2.5 - >=gnome-base/libgnome-2.12 +CDEPEND=" + dev-libs/libxml2:2 + x11-libs/gtk+:2 + gnome-base/libglade:2.0 + gnome-base/libgnome >=gnome-base/libgnomeui-2.12 >=gnome-base/libgnomecanvas-2.12 - >=gnome-base/libgnomeprint-2.12 + gnome-base/libgnomeprint:2.2 >=x11-libs/cairo-1.2 - >=x11-libs/gtksourceview-2.0" + x11-libs/gtksourceview:2.0" DEPEND="${CDEPEND} >=dev-util/scons-0.96.1 dev-util/pkgconfig" |