diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-03-09 20:44:35 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-03-09 20:44:35 +0000 |
commit | 48491bc72cf54b7942973758b1911877d3dc92ad (patch) | |
tree | 35c8f70e0659ca0643b5536229fbaa69a7495261 /app-editors | |
parent | New version (Manifest recommit) (diff) | |
download | gentoo-2-48491bc72cf54b7942973758b1911877d3dc92ad.tar.gz gentoo-2-48491bc72cf54b7942973758b1911877d3dc92ad.tar.bz2 gentoo-2-48491bc72cf54b7942973758b1911877d3dc92ad.zip |
Version bump
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/quanta/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/quanta/Manifest | 2 | ||||
-rw-r--r-- | app-editors/quanta/files/digest-quanta-3.2.1 | 1 | ||||
-rw-r--r-- | app-editors/quanta/quanta-3.2.1.ebuild | 17 |
4 files changed, 26 insertions, 1 deletions
diff --git a/app-editors/quanta/ChangeLog b/app-editors/quanta/ChangeLog index 67320f86de81..f1aab8002505 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.25 2004/02/24 13:28:32 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/ChangeLog,v 1.26 2004/03/09 20:44:35 caleb Exp $ + +*quanta-3.2.1 (09 Mar 2004) + + 09 Mar 2004; Caleb Tennis <caleb@gentoo.org> quanta-3.2.1.ebuild: + Version bump 24 Feb 2004; Caleb Tennis <caleb@gentoo.org> quanta-3.2.0.ebuild: Mark x86 stable diff --git a/app-editors/quanta/Manifest b/app-editors/quanta/Manifest index 0a5c47fc8f96..242742a013b5 100644 --- a/app-editors/quanta/Manifest +++ b/app-editors/quanta/Manifest @@ -1,8 +1,10 @@ MD5 abd3a370db39b3322d52acda6454696a quanta-3.1.4.ebuild 840 MD5 d258477e5eda5cb69e84616691936ba2 quanta-3.0.ebuild 837 +MD5 c634d842df90851cc612070d6beb486f quanta-3.2.1.ebuild 502 MD5 71c95afd50d80a76fea5cbf7c3fc8a08 ChangeLog 3086 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 2371efcd740cd4fc3553cecd6dd96d56 files/digest-quanta-3.0 295 diff --git a/app-editors/quanta/files/digest-quanta-3.2.1 b/app-editors/quanta/files/digest-quanta-3.2.1 new file mode 100644 index 000000000000..490e6119548b --- /dev/null +++ b/app-editors/quanta/files/digest-quanta-3.2.1 @@ -0,0 +1 @@ +MD5 37990f042bdc48b6d0e9e714549ad3d7 quanta-3.2.1.tar.bz2 3632173 diff --git a/app-editors/quanta/quanta-3.2.1.ebuild b/app-editors/quanta/quanta-3.2.1.ebuild new file mode 100644 index 000000000000..fd05ee6a6e5b --- /dev/null +++ b/app-editors/quanta/quanta-3.2.1.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.1.ebuild,v 1.1 2004/03/09 20:44:35 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" + |