summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2003-11-30 14:50:38 +0000
committerCaleb Tennis <caleb@gentoo.org>2003-11-30 14:50:38 +0000
commit2e3451e6b75392e0851bf742d85a7c3a51a9f427 (patch)
treedf39f78e3cae57320f3d8e403dc86f6f0685f611 /app-editors
parentnew quanta doc scheme (diff)
downloadhistorical-2e3451e6b75392e0851bf742d85a7c3a51a9f427.tar.gz
historical-2e3451e6b75392e0851bf742d85a7c3a51a9f427.tar.bz2
historical-2e3451e6b75392e0851bf742d85a7c3a51a9f427.zip
dep on quanta-docs
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/quanta/Manifest2
-rw-r--r--app-editors/quanta/quanta-3.2.0_beta1.ebuild15
2 files changed, 5 insertions, 12 deletions
diff --git a/app-editors/quanta/Manifest b/app-editors/quanta/Manifest
index c65e7dcbb24f..e9cc9d14ab1f 100644
--- a/app-editors/quanta/Manifest
+++ b/app-editors/quanta/Manifest
@@ -1,5 +1,5 @@
MD5 6bd3edd95a06fe60e03508786c703aae quanta-3.1.4.ebuild 845
-MD5 0b10aeff31d2231049355a685d5b3bc5 quanta-3.2.0_beta1.ebuild 879
+MD5 b83b64ef2cca0658c7fa4c8dd8d881c7 quanta-3.2.0_beta1.ebuild 567
MD5 6fccd45d419b4089780ea932fc7459da quanta-3.0.ebuild 838
MD5 1d4e51fdb11d74c310f8e58674f685d3 quanta-3.1.1.ebuild 846
MD5 1a49441e34d84c497245b8d81f57ad3d quanta-3.1.3.ebuild 846
diff --git a/app-editors/quanta/quanta-3.2.0_beta1.ebuild b/app-editors/quanta/quanta-3.2.0_beta1.ebuild
index c9b6341d242d..1423b612a31c 100644
--- a/app-editors/quanta/quanta-3.2.0_beta1.ebuild
+++ b/app-editors/quanta/quanta-3.2.0_beta1.ebuild
@@ -1,6 +1,6 @@
# 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-3.2.0_beta1.ebuild,v 1.2 2003/11/03 20:10:24 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-3.2.0_beta1.ebuild,v 1.3 2003/11/30 14:50:36 caleb Exp $
inherit kde-base
@@ -8,21 +8,14 @@ need-kde 3.2
S=${WORKDIR}/quanta-3.1.93
DESCRIPTION="A superb web development tool for KDE 3.x"
-SRC_URI="mirror://kde/unstable/3.1.93/src/quanta-3.1.93.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/"
+SRC_URI="mirror://kde/unstable/3.1.93/src/quanta-3.1.93.tar.bz2
+ doc? ( app-doc/quanta-docs )"
LICENSE="GPL-2"
KEYWORDS="~x86"
+IUSE="doc"
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
}