diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-04-19 19:58:20 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-04-19 19:58:20 +0000 |
commit | e58ccb9d221668fed9aa2ac7581f392f3fd44b2c (patch) | |
tree | 25c9c7c8c04a528b9a268dcae0dac9758d682034 /app-editors/quanta | |
parent | fix manifest (diff) | |
download | historical-e58ccb9d221668fed9aa2ac7581f392f3fd44b2c.tar.gz historical-e58ccb9d221668fed9aa2ac7581f392f3fd44b2c.tar.bz2 historical-e58ccb9d221668fed9aa2ac7581f392f3fd44b2c.zip |
Version bump
Diffstat (limited to 'app-editors/quanta')
-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.2.2 | 1 | ||||
-rw-r--r-- | app-editors/quanta/quanta-3.2.2.ebuild | 17 |
4 files changed, 27 insertions, 2 deletions
diff --git a/app-editors/quanta/ChangeLog b/app-editors/quanta/ChangeLog index 6e3a1cb0c058..0386aa8f2c49 100644 --- a/app-editors/quanta/ChangeLog +++ b/app-editors/quanta/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/quanta # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/ChangeLog,v 1.27 2004/03/13 05:51:38 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/ChangeLog,v 1.28 2004/04/19 19:58:20 caleb Exp $ + +*quanta-3.2.2 (19 Apr 2004) + + 19 Apr 2004; root <root@gentoo.org> quanta-3.2.2.ebuild: + version bump 12 Mar 2004; Jason Wever <weeve@gentoo.org> quanta-3.2.1.ebuild: Added ~sparc keyword. diff --git a/app-editors/quanta/Manifest b/app-editors/quanta/Manifest index d787a7decbf8..9f1261a7e3b0 100644 --- a/app-editors/quanta/Manifest +++ b/app-editors/quanta/Manifest @@ -1,10 +1,12 @@ MD5 abd3a370db39b3322d52acda6454696a quanta-3.1.4.ebuild 840 +MD5 2a33fa828ce0f392915b63beffca8b06 quanta-3.2.2.ebuild 509 MD5 73a18aebfe8b51548c13a0ed4dff8927 quanta-3.0.ebuild 832 MD5 a65a05d8305d3b63a5e46fa0a2559ba9 quanta-3.2.1.ebuild 509 -MD5 985da6f3731045581238ddc8d0283a49 ChangeLog 3291 +MD5 22d3faefdc1a66f8042e0a7afb2b178b ChangeLog 3395 MD5 29b01900734c1214240e220ef7fa87bc quanta-3.2.0.ebuild 500 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 620038420bf2dc8c207cccb991e1010c files/digest-quanta-3.1.4 297 MD5 ffb11a768ec63aa91433793b320b8f42 files/digest-quanta-3.2.0 66 MD5 02325d097c1c90dd47e566c2f0cb8f06 files/digest-quanta-3.2.1 66 +MD5 d430fb500c360c53cabf837fe6969043 files/digest-quanta-3.2.2 66 MD5 2371efcd740cd4fc3553cecd6dd96d56 files/digest-quanta-3.0 295 diff --git a/app-editors/quanta/files/digest-quanta-3.2.2 b/app-editors/quanta/files/digest-quanta-3.2.2 new file mode 100644 index 000000000000..0d084f5de1ef --- /dev/null +++ b/app-editors/quanta/files/digest-quanta-3.2.2 @@ -0,0 +1 @@ +MD5 2cdd52e44839e4456c8809a73bf96493 quanta-3.2.2.tar.bz2 3527064 diff --git a/app-editors/quanta/quanta-3.2.2.ebuild b/app-editors/quanta/quanta-3.2.2.ebuild new file mode 100644 index 000000000000..9195823ecc4d --- /dev/null +++ b/app-editors/quanta/quanta-3.2.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 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.2.ebuild,v 1.1 2004/04/19 19:58:20 caleb Exp $ + +inherit kde +need-kde 3.2 + +DESCRIPTION="A superb web development tool for KDE 3.x" +HOMEPAGE="http://quanta.sourceforge.net/" +SRC_URI="mirror://kde/stable/${PV}/src/${P}.tar.bz2" +IUSE="doc" + +DEPEND="doc? ( app-doc/quanta-docs )" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc" + |