diff options
-rw-r--r-- | app-editors/quanta/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/quanta/files/digest-quanta-3.0_pre2 | 5 | ||||
-rw-r--r-- | app-editors/quanta/quanta-3.0_pre2.ebuild | 32 |
3 files changed, 43 insertions, 1 deletions
diff --git a/app-editors/quanta/ChangeLog b/app-editors/quanta/ChangeLog index 1b6a1ecf793e..0bb320e0d415 100644 --- a/app-editors/quanta/ChangeLog +++ b/app-editors/quanta/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/quanta # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/ChangeLog,v 1.4 2002/09/14 17:24:34 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/ChangeLog,v 1.5 2002/09/16 16:23:48 verwilst Exp $ + +*quanta-3.0_pre2 (16 Sept 2002) Bart Verwilst <verwilst@gentoo.org> + + This is actually the pre2a version, but portage refused to cooperate + with the 'a' :o) Test, and enjoy ;o) *quanta-3.0_pre1 (28 Jul 2002) diff --git a/app-editors/quanta/files/digest-quanta-3.0_pre2 b/app-editors/quanta/files/digest-quanta-3.0_pre2 new file mode 100644 index 000000000000..a4e3408eafb3 --- /dev/null +++ b/app-editors/quanta/files/digest-quanta-3.0_pre2 @@ -0,0 +1,5 @@ +MD5 79aea6b9c13065a09da98cb07960d1e2 quanta-3.0pr2a.tar.bz2 1772741 +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.0_pre2.ebuild b/app-editors/quanta/quanta-3.0_pre2.ebuild new file mode 100644 index 000000000000..8865289e73ed --- /dev/null +++ b/app-editors/quanta/quanta-3.0_pre2.ebuild @@ -0,0 +1,32 @@ +# 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_pre2.ebuild,v 1.1 2002/09/16 16:23:48 verwilst Exp $ +inherit kde-base + +need-kde 3 + +DESCRIPTION="A superb web development tool for KDE 3.x" + +SRC_URI="mirror://sourceforge/quanta/quanta-3.0pr2a.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" + +S="${WORKDIR}/quanta-3.0pr2a" + +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 + +} |