summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-11-02 21:30:55 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-11-02 21:30:55 +0000
commit7266a9439e59aae93775bf2b97c9147502cbef76 (patch)
tree571e7b65519ad11aaa67769f56a0f6040d022c6b /sci-mathematics
parentFix malformed XML in metadata.xml. (diff)
downloadhistorical-7266a9439e59aae93775bf2b97c9147502cbef76.tar.gz
historical-7266a9439e59aae93775bf2b97c9147502cbef76.tar.bz2
historical-7266a9439e59aae93775bf2b97c9147502cbef76.zip
Restrict dependency on Qt to >=Qt-4.4 since the source code uses Qt-4.4 methods.
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.27-SENTINEL-1 i686
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/qtoctave/ChangeLog6
-rw-r--r--sci-mathematics/qtoctave/Manifest4
-rw-r--r--sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild7
3 files changed, 10 insertions, 7 deletions
diff --git a/sci-mathematics/qtoctave/ChangeLog b/sci-mathematics/qtoctave/ChangeLog
index a67d607d1dd5..5946f94cf482 100644
--- a/sci-mathematics/qtoctave/ChangeLog
+++ b/sci-mathematics/qtoctave/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/qtoctave
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.2 2008/11/02 16:12:50 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.3 2008/11/02 21:30:55 markusle Exp $
+
+ 02 Nov 2008; Markus Dittrich <markusle@gentoo.org> qtoctave-0.8.1.ebuild:
+ Restrict dependency on Qt to >=Qt-4.4 since the source code uses
+ Qt-4.4 methods.
*qtoctave-0.8.1 (02 Nov 2008)
diff --git a/sci-mathematics/qtoctave/Manifest b/sci-mathematics/qtoctave/Manifest
index 0bb08a0e7a0c..eb244f5bc681 100644
--- a/sci-mathematics/qtoctave/Manifest
+++ b/sci-mathematics/qtoctave/Manifest
@@ -1,4 +1,4 @@
DIST qtoctave-0.8.1.tar.gz 1707919 RMD160 41bb670f630ce08ce5b440b2c8dbe16fdbe282b0 SHA1 e7cb555eed318c0e62b2de974e5904e40579d2c4 SHA256 d5654f5aaa2ea86b473accb49cea4a85c2899d2822fe4c3d980f0260bbe87498
-EBUILD qtoctave-0.8.1.ebuild 846 RMD160 057560152b4783fc924802aa7f538bb1da308e75 SHA1 2c356895ebe7161a798e85e78f243141652bff65 SHA256 cc8a53acd51e81b3364d3ee85c7a8c1ea8b67854aff4dee896d9d647cc8a005d
-MISC ChangeLog 469 RMD160 9599c9d7f7a4012ae9ce791bfcf603f9fd0cfef6 SHA1 837d2afe8ffbd52c2656a24311233ab88d2c3d26 SHA256 51ffa0dfa1a985dc9c53f57dd17a7cb59a259ef3f3b312feee210edd684ec07b
+EBUILD qtoctave-0.8.1.ebuild 810 RMD160 3aa3f32a4e6e269e27b103e3d05e17b98bae562f SHA1 88fbbca11bfb87becc1ed4879bf96b82b59c5d96 SHA256 4134a451cd24d6953253102cd0bbc3b42314416702846cb61dcc06b63881b553
+MISC ChangeLog 632 RMD160 7029eeb876755fc8c81a0db6445d1d536c8b6a23 SHA1 645f1e0a2b73d20b0f56f9fbeb237d42840021db SHA256 78c9f211dbd51bcd9a0098b13e5f689ad036f6f30e6fe8e4654ab0bfdf4d278e
MISC metadata.xml 168 RMD160 d98790cf055dc0f820c63d65f485b9dcfa8950f4 SHA1 95c9e4f7368f82053d631bbcd469612c92ca13cb SHA256 c0cc8d6ab9385750af753ddc504299ed90a70b5c4c655f6c77d865917a8829c9
diff --git a/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild b/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild
index 45826525c183..56b91a956bff 100644
--- a/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild
+++ b/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v 1.1 2008/11/02 16:03:51 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v 1.2 2008/11/02 21:30:55 markusle Exp $
EAPI="1"
@@ -15,9 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="|| ( ( x11-libs/qt-gui:4
- x11-libs/qt-svg:4 )
- >=x11-libs/qt-4.3:4 )"
+DEPEND="x11-libs/qt-gui:4
+ x11-libs/qt-svg:4"
RDEPEND="${DEPEND}
>=sci-mathematics/octave-3.0.0"