diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-02-10 07:36:39 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-02-10 07:36:39 +0000 |
commit | cfbf94985181df03b49af4ba8bac9abeb5af367b (patch) | |
tree | 8ef44cb2661fc452ea8780945966b34c19a34456 /app-sci | |
parent | Masked on mips because this version of binutils won't produce bootable kernel... (diff) | |
download | gentoo-2-cfbf94985181df03b49af4ba8bac9abeb5af367b.tar.gz gentoo-2-cfbf94985181df03b49af4ba8bac9abeb5af367b.tar.bz2 gentoo-2-cfbf94985181df03b49af4ba8bac9abeb5af367b.zip |
Reverting changes that broke stuff, see ChangeLog
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/qcad/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/qcad/Manifest | 4 | ||||
-rw-r--r-- | app-sci/qcad/qcad-2.0.1.0.ebuild | 12 |
3 files changed, 15 insertions, 7 deletions
diff --git a/app-sci/qcad/ChangeLog b/app-sci/qcad/ChangeLog index 4e8bb76b0cc3..3e7dbf89f5f4 100644 --- a/app-sci/qcad/ChangeLog +++ b/app-sci/qcad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/qcad # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/ChangeLog,v 1.14 2004/01/04 02:04:43 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/ChangeLog,v 1.15 2004/02/10 07:36:29 phosphan Exp $ + + 10 Feb 2004; Patrick Kursawe <phosphan@gentoo.org> qcad-2.0.1.0.ebuild: + Reverting changes - uses need-qt again, this should fix bugs #39804 and + hopefully #38902 03 Jan 2004; Caleb Tennis <caleb@gentoo.org> qcad-2.0.1.0.ebuild: Remove need-qt, set dependency directly in ebuild. diff --git a/app-sci/qcad/Manifest b/app-sci/qcad/Manifest index 75b5c6ccf697..1ab5a0f67e2c 100644 --- a/app-sci/qcad/Manifest +++ b/app-sci/qcad/Manifest @@ -1,6 +1,6 @@ MD5 bf3847f2e7959afa3128e1695453c6b0 qcad-1.5.4.ebuild 1043 -MD5 841cb038f2cfcec7949bcd0e26884549 qcad-2.0.1.0.ebuild 1155 -MD5 f3cc1d22ba1b16b6f59236a91310208e ChangeLog 2071 +MD5 e760c08781af35a843cf3b96b1f2a72f qcad-2.0.1.0.ebuild 1187 +MD5 27d56b1d690a1618d7941623d84ca31e ChangeLog 2242 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 1a2663c1af2274b28422a9a3c04a7bac files/digest-qcad-1.5.4 67 MD5 ec141f17f0419be4c51b80ed330f4d35 files/qcad-2.0.1.0-1.src-gentoo.patch 2409 diff --git a/app-sci/qcad/qcad-2.0.1.0.ebuild b/app-sci/qcad/qcad-2.0.1.0.ebuild index 5b848e1d0816..0d04af2bc191 100644 --- a/app-sci/qcad/qcad-2.0.1.0.ebuild +++ b/app-sci/qcad/qcad-2.0.1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-2.0.1.0.ebuild,v 1.4 2004/01/04 02:02:20 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-2.0.1.0.ebuild,v 1.5 2004/02/10 07:36:29 phosphan Exp $ + +inherit kde-functions MY_P=${P}-1.src S=${WORKDIR}/${MY_P} @@ -12,8 +14,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" -DEPEND=">=x11-libs/qt-3 - >=sys-apps/sed-4" +need-qt 3 + +DEPEND="${DEPEND} + >=sys-apps/sed-4" src_unpack() { unpack ${A} |