diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-08-12 15:21:32 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-08-12 15:21:32 +0000 |
commit | 30eb858d035953b4f96ff714ecd9339baae03c11 (patch) | |
tree | 795b51803bc02916ff51dc2c3a63762760a5e376 /app-editors | |
parent | Newest quanta ver (diff) | |
download | gentoo-2-30eb858d035953b4f96ff714ecd9339baae03c11.tar.gz gentoo-2-30eb858d035953b4f96ff714ecd9339baae03c11.tar.bz2 gentoo-2-30eb858d035953b4f96ff714ecd9339baae03c11.zip |
Newest quanta ver
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/quanta/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/quanta/Manifest | 4 | ||||
-rw-r--r-- | app-editors/quanta/files/digest-quanta-3.1.3 | 5 | ||||
-rw-r--r-- | app-editors/quanta/quanta-3.1.3.ebuild | 27 |
4 files changed, 40 insertions, 3 deletions
diff --git a/app-editors/quanta/ChangeLog b/app-editors/quanta/ChangeLog index 6aaad0d8ea51..fb565cbeb411 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.13 2003/05/19 13:23:09 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/ChangeLog,v 1.14 2003/08/12 15:21:22 caleb Exp $ + +*quanta-3.1.3 (12 Aug 2003) + + 12 Aug 2003; Caleb Tennis <caleb@gentoo.org> quanta-3.1.3.ebuild: + Version bump *quanta-3.1.2 (19 May 2003) 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 +} |