diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-21 15:55:20 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-21 15:55:20 +0000 |
commit | e08ce8396055c60ef59a8a7ba627e9420e1e7d73 (patch) | |
tree | 478b589724c283dec7f9cdb5bc926929cb505faf /sci-misc | |
parent | slight modification (diff) | |
download | historical-e08ce8396055c60ef59a8a7ba627e9420e1e7d73.tar.gz historical-e08ce8396055c60ef59a8a7ba627e9420e1e7d73.tar.bz2 historical-e08ce8396055c60ef59a8a7ba627e9420e1e7d73.zip |
Put a blocker on Qt4 until the Makefiles are patched
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/qcad/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/qcad/Manifest | 4 | ||||
-rw-r--r-- | sci-misc/qcad/qcad-2.0.4.0-r1.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-misc/qcad/ChangeLog b/sci-misc/qcad/ChangeLog index 3e114185f130..fcbcbd309831 100644 --- a/sci-misc/qcad/ChangeLog +++ b/sci-misc/qcad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/qcad # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/ChangeLog,v 1.6 2005/06/26 03:19:08 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/ChangeLog,v 1.7 2005/07/21 15:55:20 caleb Exp $ + + 21 Jul 2005; Caleb Tennis <caleb@gentoo.org> qcad-2.0.4.0-r1.ebuild: + Put a blocker on Qt4 until the Makefiles are patched 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -files/qcad-2.0.2.0-1.src-gentoo.patch, diff --git a/sci-misc/qcad/Manifest b/sci-misc/qcad/Manifest index ecfa14f693c0..42d6a03bc7b2 100644 --- a/sci-misc/qcad/Manifest +++ b/sci-misc/qcad/Manifest @@ -1,5 +1,5 @@ -MD5 9c261fcbcda2b7563992c0db0a264dff qcad-2.0.4.0-r1.ebuild 2502 -MD5 e11ddb7b35f4e170219d2e3ddcc7e440 ChangeLog 5460 +MD5 52a13e7deeb1f31de9d7f2c45bf7a023 qcad-2.0.4.0-r1.ebuild 2519 +MD5 2707f43368e0a45f6cc5c41c94983625 ChangeLog 5584 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 c79cda60b6383bbd7cd5c59e5975444e files/manual.patch-r1 841 MD5 03a389a58ed129eda4567585a4094a33 files/qcad-2.0.4.0-1.src-gentoo.patch 2177 diff --git a/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild b/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild index f2c416e6b7fa..cce3dd3aefe7 100644 --- a/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild +++ b/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild,v 1.4 2005/03/17 02:40:51 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild,v 1.5 2005/07/21 15:55:20 caleb Exp $ inherit kde-functions eutils @@ -21,7 +21,8 @@ KEYWORDS="x86 ppc amd64" need-qt 3.3 DEPEND="${DEPEND} - >=sys-apps/sed-4" + >=sys-apps/sed-4 + !=x11-libs/qt-4*" src_unpack() { unpack ${A} |