diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-18 04:09:20 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-18 04:09:20 +0000 |
commit | 489a32a518774f8a36538f2c966a5508c7047a58 (patch) | |
tree | b407fe8695cfdb3e5676d0a7db3e4fb9e6cb8505 /app-sci/qcad | |
parent | added license for scilab (diff) | |
download | gentoo-2-489a32a518774f8a36538f2c966a5508c7047a58.tar.gz gentoo-2-489a32a518774f8a36538f2c966a5508c7047a58.tar.bz2 gentoo-2-489a32a518774f8a36538f2c966a5508c7047a58.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*" |