diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 19:35:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 19:35:12 +0000 |
commit | 2362c5c016e0f9763d4549b2f30f26531bd73989 (patch) | |
tree | 7b41de8ca01682d2e54eb5e72ab5761043dd2768 /sci-visualization | |
parent | Slotted gtk+ depend and EAPI=2 bump to support it. (diff) | |
download | gentoo-2-2362c5c016e0f9763d4549b2f30f26531bd73989.tar.gz gentoo-2-2362c5c016e0f9763d4549b2f30f26531bd73989.tar.bz2 gentoo-2-2362c5c016e0f9763d4549b2f30f26531bd73989.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/quickplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild | 10 | ||||
-rw-r--r-- | sci-visualization/quickplot/quickplot-0.8.15.ebuild | 8 |
3 files changed, 16 insertions, 10 deletions
diff --git a/sci-visualization/quickplot/ChangeLog b/sci-visualization/quickplot/ChangeLog index 545786531915..fabe975b1d02 100644 --- a/sci-visualization/quickplot/ChangeLog +++ b/sci-visualization/quickplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/quickplot -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.11 2010/06/23 16:42:48 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.12 2011/03/02 19:35:12 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> quickplot-0.8.13-r1.ebuild, + quickplot-0.8.15.ebuild: + Correct Slots for gtk 3 introduction to tree *quickplot-0.8.15 (23 Jun 2010) diff --git a/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild b/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild index 0eecfb4273c7..5ebd4d261276 100644 --- a/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild +++ b/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v 1.4 2008/08/30 14:21:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v 1.5 2011/03/02 19:35:12 jlec Exp $ + +EAPI="1" inherit eutils @@ -13,9 +15,9 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ppc x86" -RDEPEND=">=dev-cpp/gtkmm-2.4.5 +RDEPEND=" + dev-cpp/gtkmm:2.4 sndfile? ( media-libs/libsndfile )" - DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/sci-visualization/quickplot/quickplot-0.8.15.ebuild b/sci-visualization/quickplot/quickplot-0.8.15.ebuild index 398f167c5640..978e136c34ae 100644 --- a/sci-visualization/quickplot/quickplot-0.8.15.ebuild +++ b/sci-visualization/quickplot/quickplot-0.8.15.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-visualization/quickplot/quickplot-0.8.15.ebuild,v 1.1 2010/06/23 16:42:48 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild,v 1.2 2011/03/02 19:35:12 jlec Exp $ EAPI=2 inherit eutils autotools @@ -14,9 +14,9 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" -RDEPEND=">=dev-cpp/gtkmm-2.4.5 +RDEPEND=" + dev-cpp/gtkmm:2.4 sndfile? ( media-libs/libsndfile )" - DEPEND="${RDEPEND} dev-util/pkgconfig" |