diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-02-03 14:26:54 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-02-03 14:26:54 +0000 |
commit | b681b421238be2f6065c7fc977f9260d412fcbc0 (patch) | |
tree | 61e1d47f04b89cebf39e8ab138c6afbb27cb0a1e /app-editors | |
parent | New version (diff) | |
download | gentoo-2-b681b421238be2f6065c7fc977f9260d412fcbc0.tar.gz gentoo-2-b681b421238be2f6065c7fc977f9260d412fcbc0.tar.bz2 gentoo-2-b681b421238be2f6065c7fc977f9260d412fcbc0.zip |
New version
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.2.0 | 1 | ||||
-rw-r--r-- | app-editors/quanta/quanta-3.2.0.ebuild | 18 |
4 files changed, 27 insertions, 3 deletions
diff --git a/app-editors/quanta/ChangeLog b/app-editors/quanta/ChangeLog index 05e60f144c99..f360b34e32af 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.21 2004/01/19 14:58:11 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/ChangeLog,v 1.22 2004/02/03 14:26:46 caleb Exp $ + +*quanta-3.2.0 (03 Feb 2004) + + 03 Feb 2004; Caleb Tennis <caleb@gentoo.org> quanta-3.2.0.ebuild: + New version *quanta-3.2.0_rc1 (19 Jan 2004) diff --git a/app-editors/quanta/Manifest b/app-editors/quanta/Manifest index 7481544c3833..07ef20b1d5cb 100644 --- a/app-editors/quanta/Manifest +++ b/app-editors/quanta/Manifest @@ -1,8 +1,8 @@ MD5 abd3a370db39b3322d52acda6454696a quanta-3.1.4.ebuild 840 MD5 d258477e5eda5cb69e84616691936ba2 quanta-3.0.ebuild 837 MD5 778f25fde6d6281ee4398a2f49a65257 quanta-3.2.0_rc1.ebuild 534 -MD5 35c0bbe245d4ad6d0d2506992a97e30f ChangeLog 2706 -MD5 b70549fe14d56c80c0d9d0b70f03f63f quanta-3.2.0.ebuild 493 +MD5 eeb2639c8a8fd9f54f03c86c6688fc58 ChangeLog 2818 +MD5 c33174543492bd3a2122d3b4e3ef9581 quanta-3.2.0.ebuild 489 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 620038420bf2dc8c207cccb991e1010c files/digest-quanta-3.1.4 297 MD5 ffb11a768ec63aa91433793b320b8f42 files/digest-quanta-3.2.0 66 diff --git a/app-editors/quanta/files/digest-quanta-3.2.0 b/app-editors/quanta/files/digest-quanta-3.2.0 new file mode 100644 index 000000000000..1f282a37531b --- /dev/null +++ b/app-editors/quanta/files/digest-quanta-3.2.0 @@ -0,0 +1 @@ +MD5 77f2e92edd4caf70703b7274a461ef42 quanta-3.2.0.tar.bz2 3598658 diff --git a/app-editors/quanta/quanta-3.2.0.ebuild b/app-editors/quanta/quanta-3.2.0.ebuild new file mode 100644 index 000000000000..af506ee65871 --- /dev/null +++ b/app-editors/quanta/quanta-3.2.0.ebuild @@ -0,0 +1,18 @@ +# 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.0.ebuild,v 1.1 2004/02/03 14:26:46 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/3.2/src/${P}.tar.bz2" +IUSE="doc" + +DEPEND="doc? ( app-doc/quanta-docs )" + +LICENSE="GPL-2" +KEYWORDS="~x86" + |