summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2003-08-12 15:21:32 +0000
committerCaleb Tennis <caleb@gentoo.org>2003-08-12 15:21:32 +0000
commit108403c962b2717526b568208f80ca108721dbd7 (patch)
tree91ce29a3c33841e642fbba862fc597f4b4035f42 /app-editors/quanta
parentNewest quanta ver (diff)
downloadhistorical-108403c962b2717526b568208f80ca108721dbd7.tar.gz
historical-108403c962b2717526b568208f80ca108721dbd7.tar.bz2
historical-108403c962b2717526b568208f80ca108721dbd7.zip
Newest quanta ver
Diffstat (limited to 'app-editors/quanta')
-rw-r--r--app-editors/quanta/Manifest4
-rw-r--r--app-editors/quanta/files/digest-quanta-3.1.35
-rw-r--r--app-editors/quanta/quanta-3.1.3.ebuild27
3 files changed, 34 insertions, 2 deletions
diff --git a/app-editors/quanta/Manifest b/app-editors/quanta/Manifest
index 3032fd1ee536..bd68b4054f67 100644
--- a/app-editors/quanta/Manifest
+++ b/app-editors/quanta/Manifest
@@ -1,10 +1,10 @@
MD5 6fccd45d419b4089780ea932fc7459da quanta-3.0.ebuild 838
MD5 1d4e51fdb11d74c310f8e58674f685d3 quanta-3.1.1.ebuild 846
-MD5 b5bc2a177a6148dc786d4aa2c9dd411b quanta-3.1.3.ebuild 847
+MD5 1a49441e34d84c497245b8d81f57ad3d quanta-3.1.3.ebuild 846
MD5 9158f69d2fd60510d1e00a7ae2c33675 quanta-3.1.ebuild 897
MD5 b082ac15541265431f18bd0f64a5be89 quanta-3.1.2.ebuild 846
MD5 b3efde388f774f82488e38a549a2862a quanta-2.0.1.ebuild 878
-MD5 988f7358b05634dd87aada278b165ee2 ChangeLog 2002
+MD5 203149e7c2d2b1a77dbdc8bcdd6b296a ChangeLog 1999
MD5 59496a175940aaafff5a0b0b3a773952 files/digest-quanta-2.0.1 297
MD5 40b52c600732e2a6189a96ad63ff4302 files/digest-quanta-3.1.1 297
MD5 4e7ec08f067d408b423f3c867a16388d files/digest-quanta-3.1.2 297
diff --git a/app-editors/quanta/files/digest-quanta-3.1.3 b/app-editors/quanta/files/digest-quanta-3.1.3
new file mode 100644
index 000000000000..4805d2801982
--- /dev/null
+++ b/app-editors/quanta/files/digest-quanta-3.1.3
@@ -0,0 +1,5 @@
+MD5 0971ec23ed4f9e87b66ead4e4e18eff7 quanta-3.1.3.tar.bz2 2876619
+MD5 9134a94af4c783c740cc0ad5806e4b51 css.tar.bz2 121295
+MD5 0cc3234c4b3df88d4115340ce05e0053 html.tar.bz2 93345
+MD5 eea6e25a1c25af1f5a0c33e32e52c136 javascript.tar.bz2 336563
+MD5 8ae86e900874549c3749ee5940756817 php.tar.bz2 378461
diff --git a/app-editors/quanta/quanta-3.1.3.ebuild b/app-editors/quanta/quanta-3.1.3.ebuild
new file mode 100644
index 000000000000..c885ab7beac3
--- /dev/null
+++ b/app-editors/quanta/quanta-3.1.3.ebuild
@@ -0,0 +1,27 @@
+# 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.1.3.ebuild,v 1.1 2003/08/12 15:21:22 caleb Exp $
+
+inherit kde-base
+
+need-kde 3.1
+
+DESCRIPTION="A superb web development tool for KDE 3.x"
+SRC_URI="mirror://kde/stable/${PV}/src/${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 ~ppc ~sparc"
+
+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
+}