diff options
author | 2002-07-18 04:09:20 +0000 | |
---|---|---|
committer | 2002-07-18 04:09:20 +0000 | |
commit | eeb3f9ae48d779d663c67ccd9329956fef567cb7 (patch) | |
tree | 2e97d38055497f2ee34e75f319c6fc116c7ed6c7 /app-sci/qcad | |
parent | added license for scilab (diff) | |
download | historical-eeb3f9ae48d779d663c67ccd9329956fef567cb7.tar.gz historical-eeb3f9ae48d779d663c67ccd9329956fef567cb7.tar.bz2 historical-eeb3f9ae48d779d663c67ccd9329956fef567cb7.zip |
few more KEYWORDS/LICENSE/SLOT clean-ups
Diffstat (limited to 'app-sci/qcad')
-rw-r--r-- | app-sci/qcad/qcad-1.4.7.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-sci/qcad/qcad-1.4.7.ebuild b/app-sci/qcad/qcad-1.4.7.ebuild index d118c80acaf5..765dd61e2f5d 100644 --- a/app-sci/qcad/qcad-1.4.7.ebuild +++ b/app-sci/qcad/qcad-1.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-1.4.7.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-1.4.7.ebuild,v 1.3 2002/07/18 04:09:19 george Exp $ MY_P=${P}-src S=${WORKDIR}/${MY_P} @@ -8,6 +8,10 @@ DESCRIPTION="A 2D CAD package based upon Qt." SRC_URI="http://www.qcad.org/archives/${MY_P}.tar.gz" HOMEPAGE="http://www.qcad.org" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + DEPEND=">=dev-util/tmake-1.8-r1 =x11-libs/qt-2.3*" |