diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 13:18:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 13:18:50 +0000 |
commit | 87428fbe69777ae4146043701823188b42bbe226 (patch) | |
tree | 9e317f5c6c610e0a8a814f7c5de8b3190b76b997 /app-editors/quanta/quanta-2.0.1.ebuild | |
parent | Added IUSE. (diff) | |
download | gentoo-2-87428fbe69777ae4146043701823188b42bbe226.tar.gz gentoo-2-87428fbe69777ae4146043701823188b42bbe226.tar.bz2 gentoo-2-87428fbe69777ae4146043701823188b42bbe226.zip |
lintool
Diffstat (limited to 'app-editors/quanta/quanta-2.0.1.ebuild')
-rw-r--r-- | app-editors/quanta/quanta-2.0.1.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/app-editors/quanta/quanta-2.0.1.ebuild b/app-editors/quanta/quanta-2.0.1.ebuild index 4e45bfcfe414..8c715d646232 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 -# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0.1.ebuild,v 1.14 2002/10/04 04:10:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0.1.ebuild,v 1.15 2002/10/17 13:17:10 vapier Exp $ inherit kde-base || die @@ -14,21 +14,18 @@ SRC_URI="mirror://sourceforge/quanta/${P}.tar.bz2 mirror://sourceforge/quanta/javascript.tar.bz2 mirror://sourceforge/quanta/php.tar.bz2" -HOMEPAGE="http://quanta.sourceforge.net" -DEPEND="" +HOMEPAGE="http://quanta.sourceforge.net/" +DEPEND="sys-apps/tar sys-apps/bzip2" RDEPEND="" - LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" src_install() { - kde_src_install dodir ${PREFIX}/share/apps/quanta/doc/ for x in css html javascript php; do - cp -a ${WORKDIR}/${x}/*.docrc ${WORKDIR}/${x}/${x} ${D}/${PREFIX}/share/apps/quanta/doc/ + cp -a ${WORKDIR}/${x}/*.docrc ${WORKDIR}/${x}/${x} ${D}/${PREFIX}/share/apps/quanta/doc/ done - } |