summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2003-03-14 19:15:22 +0000
committerHannes Mehnert <hannes@gentoo.org>2003-03-14 19:15:22 +0000
commit0a6bc4cd15d9e6fffba3a214b8c2418d1f86ae6f (patch)
tree48b248e7c8efab64cc6b0108450e2c7e168955e3 /app-editors
parentkde-3.1.1 (diff)
downloadgentoo-2-0a6bc4cd15d9e6fffba3a214b8c2418d1f86ae6f.tar.gz
gentoo-2-0a6bc4cd15d9e6fffba3a214b8c2418d1f86ae6f.tar.bz2
gentoo-2-0a6bc4cd15d9e6fffba3a214b8c2418d1f86ae6f.zip
version bump
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/quanta/ChangeLog7
-rw-r--r--app-editors/quanta/files/digest-quanta-3.1.15
-rw-r--r--app-editors/quanta/quanta-3.1.1.ebuild30
3 files changed, 41 insertions, 1 deletions
diff --git a/app-editors/quanta/ChangeLog b/app-editors/quanta/ChangeLog
index e8215fda83a5..3e585d4b9c47 100644
--- a/app-editors/quanta/ChangeLog
+++ b/app-editors/quanta/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/quanta
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/ChangeLog,v 1.10 2003/02/12 03:48:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/ChangeLog,v 1.11 2003/03/14 19:15:22 hannes Exp $
+
+*quanta-3.1.1 (14 Mar 2003)
+
+ 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> quanta-3.1.1.ebuild:
+ version bump
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/app-editors/quanta/files/digest-quanta-3.1.1 b/app-editors/quanta/files/digest-quanta-3.1.1
new file mode 100644
index 000000000000..193d2bb59a65
--- /dev/null
+++ b/app-editors/quanta/files/digest-quanta-3.1.1
@@ -0,0 +1,5 @@
+MD5 b910e5da826edac61a324452adbab9fb quanta-3.1.1.tar.bz2 2850225
+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.1.ebuild b/app-editors/quanta/quanta-3.1.1.ebuild
new file mode 100644
index 000000000000..2b6406136cad
--- /dev/null
+++ b/app-editors/quanta/quanta-3.1.1.ebuild
@@ -0,0 +1,30 @@
+# 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.1.ebuild,v 1.1 2003/03/14 19:15:22 hannes 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"
+
+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
+
+}