diff options
author | 2002-07-25 20:21:42 +0000 | |
---|---|---|
committer | 2002-07-25 20:21:42 +0000 | |
commit | 0f86843e0871ed57fe069ab04ca8c2524bf0b24d (patch) | |
tree | edbe9f230f00927067b79f60e70afbf14226b3ea /app-editors/quanta | |
parent | Added SLOT, LICENSE, and KEYWORDS (diff) | |
download | historical-0f86843e0871ed57fe069ab04ca8c2524bf0b24d.tar.gz historical-0f86843e0871ed57fe069ab04ca8c2524bf0b24d.tar.bz2 historical-0f86843e0871ed57fe069ab04ca8c2524bf0b24d.zip |
Added SLOT, LICENSE, KEYWORDS, DEPEND, and RDEPEND
Diffstat (limited to 'app-editors/quanta')
-rw-r--r-- | app-editors/quanta/quanta-2.0.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-editors/quanta/quanta-2.0.1.ebuild b/app-editors/quanta/quanta-2.0.1.ebuild index b3731b2c1ecd..bdc9f0de290c 100644 --- a/app-editors/quanta/quanta-2.0.1.ebuild +++ b/app-editors/quanta/quanta-2.0.1.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-editors/quanta/quanta-2.0.1.ebuild,v 1.8 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0.1.ebuild,v 1.9 2002/07/25 20:21:42 kabau Exp $ inherit kde-base || die @@ -15,7 +15,12 @@ SRC_URI="mirror://sourceforge/quanta/${P}.tar.bz2 mirror://sourceforge/quanta/php.tar.bz2" HOMEPAGE="http://quanta.sourceforge.net" +DEPEND="" +RDEPEND="" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" src_install() { |