diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-03-09 20:44:35 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-03-09 20:44:35 +0000 |
commit | 48491bc72cf54b7942973758b1911877d3dc92ad (patch) | |
tree | 35c8f70e0659ca0643b5536229fbaa69a7495261 /app-editors/quanta/quanta-3.2.1.ebuild | |
parent | New version (Manifest recommit) (diff) | |
download | gentoo-2-48491bc72cf54b7942973758b1911877d3dc92ad.tar.gz gentoo-2-48491bc72cf54b7942973758b1911877d3dc92ad.tar.bz2 gentoo-2-48491bc72cf54b7942973758b1911877d3dc92ad.zip |
Version bump
Diffstat (limited to 'app-editors/quanta/quanta-3.2.1.ebuild')
-rw-r--r-- | app-editors/quanta/quanta-3.2.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-editors/quanta/quanta-3.2.1.ebuild b/app-editors/quanta/quanta-3.2.1.ebuild new file mode 100644 index 000000000000..fd05ee6a6e5b --- /dev/null +++ b/app-editors/quanta/quanta-3.2.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-3.2.1.ebuild,v 1.1 2004/03/09 20:44:35 caleb Exp $ + +inherit kde +need-kde 3.2 + +DESCRIPTION="A superb web development tool for KDE 3.x" +HOMEPAGE="http://quanta.sourceforge.net/" +SRC_URI="mirror://kde/stable/${PV}/src/${P}.tar.bz2" +IUSE="doc" + +DEPEND="doc? ( app-doc/quanta-docs )" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~amd64" + |