diff options
Diffstat (limited to 'app-editors/quanta/quanta-3.0_pre1.ebuild')
-rw-r--r-- | app-editors/quanta/quanta-3.0_pre1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-editors/quanta/quanta-3.0_pre1.ebuild b/app-editors/quanta/quanta-3.0_pre1.ebuild deleted file mode 100644 index 6c0a20f455d0..000000000000 --- a/app-editors/quanta/quanta-3.0_pre1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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-3.0_pre1.ebuild,v 1.4 2002/09/14 17:24:34 owen Exp $ -inherit kde-base - -need-kde 3 - -DESCRIPTION="Quanta - HTML editor for KDE2" - -SRC_URI="mirror://sourceforge/quanta/quanta-3.0pr1.tar.bz2 - mirror://sourceforge/quanta/css.tar.bz2 - mirror://sourceforge/quanta/html.tar.bz2 - mirror://sourceforge/quanta/javascript.tar.bz2 - mirror://sourceforge/quanta/php.tar.bz2" - -HOMEPAGE="http://quanta.sourceforge.net" - -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" - -S=${WORKDIR}/quanta-3.0pr1 - -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/ - done - -} |