diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-01-12 01:14:33 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-01-12 01:14:33 +0000 |
commit | 43a089c42115c5a9121ce2629ea4162bce04c0f5 (patch) | |
tree | 5ad84dbc193adadf745b28994a69829b354c245a /app-office/texmaker | |
parent | Add patch to disable xinerama checking and linking as it's not used at all (-... (diff) | |
download | historical-43a089c42115c5a9121ce2629ea4162bce04c0f5.tar.gz historical-43a089c42115c5a9121ce2629ea4162bce04c0f5.tar.bz2 historical-43a089c42115c5a9121ce2629ea4162bce04c0f5.zip |
Require qt4 to be < 4.1 (bug #118196).
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-office/texmaker')
-rw-r--r-- | app-office/texmaker/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/texmaker/Manifest | 4 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-1.21.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index d1c89e265193..1adbc2d936b3 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.14 2006/01/08 22:27:10 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.15 2006/01/12 01:14:33 nattfodd Exp $ 08 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> texmaker-1.11-r1.ebuild: ppc stable, bug #117469 + 12 Jan 2006; Alexandre Buisse <nattfodd@gentoo.org> texmaker-1.21.ebuild: + Require qt4 to be < 4.1 (see bug #118196). Hopefully will be fixed in newer + releases. + 06 Jan 2006; Simon Stelling <blubb@gentoo.org> texmaker-1.11-r1.ebuild: stable on amd64 diff --git a/app-office/texmaker/Manifest b/app-office/texmaker/Manifest index fa975981721a..941692f4ea4c 100644 --- a/app-office/texmaker/Manifest +++ b/app-office/texmaker/Manifest @@ -1,8 +1,8 @@ -MD5 949ddb2cc80fda065c4daeae33aad25b ChangeLog 2028 +MD5 d61f9611e9573d0a6ff50f659f3ce2ae ChangeLog 2193 MD5 6523b9d37f10392c4198cac68935cd93 files/digest-texmaker-1.11 66 MD5 6523b9d37f10392c4198cac68935cd93 files/digest-texmaker-1.11-r1 66 MD5 87c6b930962d1f18ddef65c23a1ccd79 files/digest-texmaker-1.21 67 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 53c85051fb2b3d060934596cf6059fa9 texmaker-1.11-r1.ebuild 1500 MD5 4795d01e61e250245aef7dfeabff2d9a texmaker-1.11.ebuild 1395 -MD5 4e5ebf4c3a8ac523c7a8aaa7e693486f texmaker-1.21.ebuild 1569 +MD5 627d8f0211977c2ae3b35b2a20498b8a texmaker-1.21.ebuild 1563 diff --git a/app-office/texmaker/texmaker-1.21.ebuild b/app-office/texmaker/texmaker-1.21.ebuild index 695a14875b7b..544b1d96fbce 100644 --- a/app-office/texmaker/texmaker-1.21.ebuild +++ b/app-office/texmaker/texmaker-1.21.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.21.ebuild,v 1.2 2006/01/03 12:15:07 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.21.ebuild,v 1.3 2006/01/12 01:14:33 nattfodd Exp $ -inherit qt4 eutils versionator +inherit eutils versionator DESCRIPTION="a nice LaTeX-IDE" @@ -29,7 +29,7 @@ DEPEND="virtual/x11 app-text/psutils virtual/ghostscript media-libs/netpbm - $(qt_min_version 4)" + =x11-libs/qt-4.0*" src_compile() { cd ${S} |