diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-01-04 02:02:35 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-01-04 02:02:35 +0000 |
commit | 78f72346576b5fb95b1d2491b7ff4cbd53bbf26b (patch) | |
tree | be10d613c63d227389a54649b912558074c42968 /app-sci/qcad | |
parent | REmove need-qt, add the dependency directly to the ebuild (diff) | |
download | historical-78f72346576b5fb95b1d2491b7ff4cbd53bbf26b.tar.gz historical-78f72346576b5fb95b1d2491b7ff4cbd53bbf26b.tar.bz2 historical-78f72346576b5fb95b1d2491b7ff4cbd53bbf26b.zip |
Remove need-qt, set dep directly in ebuild.
Diffstat (limited to 'app-sci/qcad')
-rw-r--r-- | app-sci/qcad/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/qcad/Manifest | 8 | ||||
-rw-r--r-- | app-sci/qcad/qcad-2.0.1.0.ebuild | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/app-sci/qcad/ChangeLog b/app-sci/qcad/ChangeLog index 3a5ff828cc49..76971dbbc658 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.12 2003/11/04 10:18:07 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/ChangeLog,v 1.13 2004/01/04 02:02:20 caleb Exp $ + + 03 Jan 2004; Caleb Tennis <root@gentoo.org> qcad-2.0.1.0.ebuild: + Remove need-qt, set dependency directly in ebuild. + Remove inherit of kde-functions. 21 Oct 2003; Brandy Westcott brandy@gentoo.org qcad-2.0.1.0.ebuild: Added patch to allow qcad to compile using CXXFLAGS diff --git a/app-sci/qcad/Manifest b/app-sci/qcad/Manifest index df378f0cc390..e671c848d106 100644 --- a/app-sci/qcad/Manifest +++ b/app-sci/qcad/Manifest @@ -1,7 +1,7 @@ +MD5 bf3847f2e7959afa3128e1695453c6b0 qcad-1.5.4.ebuild 1043 +MD5 841cb038f2cfcec7949bcd0e26884549 qcad-2.0.1.0.ebuild 1155 +MD5 4b5fb8372df0dafdedeb7e584108b151 ChangeLog 2070 +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 MD5 d5c21b497bf2f1e9ce5f134eb5f96a2e files/digest-qcad-2.0.1.0 71 -MD5 bf3847f2e7959afa3128e1695453c6b0 qcad-1.5.4.ebuild 1043 -MD5 8948b5996af4640060b4ae8b31d3d65c qcad-2.0.1.0.ebuild 1186 -MD5 0c4eca97bd1dfa3ce2a38658e4d1a7e3 ChangeLog 1917 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 diff --git a/app-sci/qcad/qcad-2.0.1.0.ebuild b/app-sci/qcad/qcad-2.0.1.0.ebuild index 5a791bc03e07..5b848e1d0816 100644 --- a/app-sci/qcad/qcad-2.0.1.0.ebuild +++ b/app-sci/qcad/qcad-2.0.1.0.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2003 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.3 2003/11/16 23:08:54 pyrania Exp $ - -inherit kde-functions +# $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 $ MY_P=${P}-1.src S=${WORKDIR}/${MY_P} @@ -14,10 +12,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" -need-qt 3 - -DEPEND="${DEPEND} - >=sys-apps/sed-4" +DEPEND=">=x11-libs/qt-3 + >=sys-apps/sed-4" src_unpack() { unpack ${A} |