diff options
author | 2011-03-02 20:19:29 +0000 | |
---|---|---|
committer | 2011-03-02 20:19:29 +0000 | |
commit | cc0dad0cf55827684a2fb2094f4185537da3d5c7 (patch) | |
tree | 886e95b04a5d14ac08438175374b91beb26b261b | |
parent | Bump fixing bug 356917 CVE-2011-0719 . Dropping vulnerable release. Fixing in... (diff) | |
download | historical-cc0dad0cf55827684a2fb2094f4185537da3d5c7.tar.gz historical-cc0dad0cf55827684a2fb2094f4185537da3d5c7.tar.bz2 historical-cc0dad0cf55827684a2fb2094f4185537da3d5c7.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
-rw-r--r-- | sci-electronics/gspeakers/ChangeLog | 8 | ||||
-rw-r--r-- | sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild | 9 | ||||
-rw-r--r-- | sci-electronics/gspeakers/gspeakers-0.11.ebuild | 11 | ||||
-rw-r--r-- | sci-electronics/linsmith/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/linsmith/linsmith-0.99.12.ebuild | 11 |
5 files changed, 29 insertions, 17 deletions
diff --git a/sci-electronics/gspeakers/ChangeLog b/sci-electronics/gspeakers/ChangeLog index 1c620cb4e28f..dfaaf946248d 100644 --- a/sci-electronics/gspeakers/ChangeLog +++ b/sci-electronics/gspeakers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/gspeakers -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspeakers/ChangeLog,v 1.10 2010/06/01 05:04:01 tomjbe Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspeakers/ChangeLog,v 1.11 2011/03/02 20:17:35 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gspeakers-0.11.ebuild, + gspeakers-0.11-r1.ebuild: + Correct Slots for gtk 3 introduction to tree *gspeakers-0.11-r1 (01 Jun 2010) diff --git a/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild b/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild index eb1aa6dd05c0..d712cae64abc 100644 --- a/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild +++ b/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild @@ -1,6 +1,6 @@ -# 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/gspeakers/gspeakers-0.11-r1.ebuild,v 1.1 2010/06/01 05:04:01 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild,v 1.2 2011/03/02 20:17:35 jlec Exp $ EAPI="1" @@ -15,8 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -RDEPEND="dev-cpp/gtkmm:2.4 - dev-libs/libxml2" +RDEPEND=" + dev-cpp/gtkmm:2.4 + dev-libs/libxml2:2" DEPEND="${RDEPEND} dev-util/pkgconfig" RDEPEND="${RDEPEND} diff --git a/sci-electronics/gspeakers/gspeakers-0.11.ebuild b/sci-electronics/gspeakers/gspeakers-0.11.ebuild index efaa79492fe2..f2318743e705 100644 --- a/sci-electronics/gspeakers/gspeakers-0.11.ebuild +++ b/sci-electronics/gspeakers/gspeakers-0.11.ebuild @@ -1,6 +1,8 @@ -# 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/gspeakers/gspeakers-0.11.ebuild,v 1.7 2009/08/01 21:21:38 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspeakers/gspeakers-0.11.ebuild,v 1.8 2011/03/02 20:17:35 jlec Exp $ + +EAPI="1" inherit eutils gnome2 autotools @@ -13,8 +15,9 @@ SLOT="0" KEYWORDS="amd64 x86 ~ppc" IUSE="" -RDEPEND=">=dev-cpp/gtkmm-2.4 - dev-libs/libxml2" +RDEPEND=" + dev-cpp/gtkmm:2.4 + dev-libs/libxml2:2" DEPEND="${RDEPEND} dev-util/pkgconfig" RDEPEND="${RDEPEND} diff --git a/sci-electronics/linsmith/ChangeLog b/sci-electronics/linsmith/ChangeLog index 8d8b308cac80..0cfab4c1f73c 100644 --- a/sci-electronics/linsmith/ChangeLog +++ b/sci-electronics/linsmith/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/linsmith -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v 1.1 2010/09/08 17:50:27 tomjbe Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v 1.2 2011/03/02 20:19:29 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> linsmith-0.99.12.ebuild: + Correct Slots for gtk 3 introduction to tree 08 Sep 2010; Thomas Beierlein <tomjbe@gentoo.org> +files/0.99.12-configure.in.patch, +linsmith-0.99.12.ebuild, diff --git a/sci-electronics/linsmith/linsmith-0.99.12.ebuild b/sci-electronics/linsmith/linsmith-0.99.12.ebuild index d20f817e5d83..acdd38a6cfe4 100644 --- a/sci-electronics/linsmith/linsmith-0.99.12.ebuild +++ b/sci-electronics/linsmith/linsmith-0.99.12.ebuild @@ -1,6 +1,6 @@ -# 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/linsmith/linsmith-0.99.12.ebuild,v 1.1 2010/09/08 17:50:27 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/linsmith-0.99.12.ebuild,v 1.2 2011/03/02 20:19:29 jlec Exp $ EAPI="2" @@ -15,13 +15,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples" -RDEPEND="x11-libs/gtk+:2 - dev-libs/libxml2 +RDEPEND=" + x11-libs/gtk+:2 + dev-libs/libxml2:2 dev-libs/glib:2 dev-libs/atk gnome-base/libgnome gnome-base/libgnomecanvas - gnome-base/libgnomeprint + gnome-base/libgnomeprint:2.2 gnome-base/libgnomeui" DEPEND="${RDEPEND} dev-util/pkgconfig" |