summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-07-26 15:03:00 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-07-26 15:03:00 +0000
commita9f2e204feebdb3231e29d7c13204c4dcab413d0 (patch)
tree133e14f9ab457c8fdc5a68a6f7ddc6ef465e9d5c /sci-mathematics
parentLastrite x11-misc/glipper. (diff)
downloadgentoo-2-a9f2e204feebdb3231e29d7c13204c4dcab413d0.tar.gz
gentoo-2-a9f2e204feebdb3231e29d7c13204c4dcab413d0.tar.bz2
gentoo-2-a9f2e204feebdb3231e29d7c13204c4dcab413d0.zip
Add missing slot dependencies on Qt.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/qtoctave/ChangeLog9
-rw-r--r--sci-mathematics/qtoctave/qtoctave-0.10.1.ebuild8
-rw-r--r--sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild8
3 files changed, 14 insertions, 11 deletions
diff --git a/sci-mathematics/qtoctave/ChangeLog b/sci-mathematics/qtoctave/ChangeLog
index d9238e681ceb..b2c965cb4378 100644
--- a/sci-mathematics/qtoctave/ChangeLog
+++ b/sci-mathematics/qtoctave/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/qtoctave
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.18 2011/12/17 05:52:45 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.19 2012/07/26 15:03:00 kensington Exp $
+
+ 26 Jul 2012; Michael Palimaka <kensington@gentoo.org> qtoctave-0.10.1.ebuild,
+ qtoctave-0.9.1-r1.ebuild:
+ Add missing slot dependencies on Qt.
17 Dec 2011; Sébastien Fabbro <bicatali@gentoo.org>
+files/qtoctave-0.8.1-gcc4.4.patch:
@@ -80,4 +84,3 @@
+qtoctave-0.8.1.ebuild:
Initial commit (fixes bug #198485). Many thanks go to Juan Aguado
<juantxorena@gmail.com> for his help and ebuilds.
-
diff --git a/sci-mathematics/qtoctave/qtoctave-0.10.1.ebuild b/sci-mathematics/qtoctave/qtoctave-0.10.1.ebuild
index 00cacc53965f..1f46ab97d84e 100644
--- a/sci-mathematics/qtoctave/qtoctave-0.10.1.ebuild
+++ b/sci-mathematics/qtoctave/qtoctave-0.10.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.10.1.ebuild,v 1.1 2011/07/12 21:33:37 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.10.1.ebuild,v 1.2 2012/07/26 15:03:00 kensington Exp $
EAPI="2"
@@ -18,8 +18,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=x11-libs/qt-gui-4.6
- >=x11-libs/qt-svg-4.6"
+DEPEND=">=x11-libs/qt-gui-4.6:4
+ >=x11-libs/qt-svg-4.6:4"
RDEPEND="${DEPEND}
>=sci-mathematics/octave-3.2.0"
diff --git a/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild b/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild
index 212bb74fa4b0..22702583acb8 100644
--- a/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild
+++ b/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild,v 1.3 2010/11/13 12:22:56 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild,v 1.4 2012/07/26 15:03:00 kensington Exp $
EAPI="2"
@@ -18,8 +18,8 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND=">=x11-libs/qt-gui-4.5
- >=x11-libs/qt-svg-4.5"
+DEPEND=">=x11-libs/qt-gui-4.5:4
+ >=x11-libs/qt-svg-4.5:4"
RDEPEND="${DEPEND}
>=sci-mathematics/octave-3.2.0"