diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-12-08 15:39:37 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-12-08 15:39:37 +0000 |
commit | f3c123004e21e7c310abccb9436dec56ef721cfa (patch) | |
tree | a3a0b88f531f334157398083f48f27e603fac2bd /app-editors/quanta/quanta-2.0.1.ebuild | |
parent | remove old versions - new beta version (diff) | |
download | gentoo-2-f3c123004e21e7c310abccb9436dec56ef721cfa.tar.gz gentoo-2-f3c123004e21e7c310abccb9436dec56ef721cfa.tar.bz2 gentoo-2-f3c123004e21e7c310abccb9436dec56ef721cfa.zip |
remove old versions - new beta version
Diffstat (limited to 'app-editors/quanta/quanta-2.0.1.ebuild')
-rw-r--r-- | app-editors/quanta/quanta-2.0.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/app-editors/quanta/quanta-2.0.1.ebuild b/app-editors/quanta/quanta-2.0.1.ebuild deleted file mode 100644 index cc609feb6d1c..000000000000 --- a/app-editors/quanta/quanta-2.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2003 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.21 2003/11/14 20:04:44 seemant Exp $ - -inherit kde-base - -need-kde 2.1 - -DESCRIPTION="Quanta - HTML editor for KDE2" -SRC_URI="mirror://sourceforge/quanta/${P}.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 sparc" - -DEPEND="app-arch/tar - app-arch/bzip2" -RDEPEND="" - -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 -} |