diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-02-24 13:28:32 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-02-24 13:28:32 +0000 |
commit | 960b9e07aaff993f1411d354b37fad417d922920 (patch) | |
tree | 0c22196299d7c1e177039bbbec602b4e8865a416 /app-editors | |
parent | fixing Manifest (diff) | |
download | gentoo-2-960b9e07aaff993f1411d354b37fad417d922920.tar.gz gentoo-2-960b9e07aaff993f1411d354b37fad417d922920.tar.bz2 gentoo-2-960b9e07aaff993f1411d354b37fad417d922920.zip |
x86 stable, remove old ebuild
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/quanta/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/quanta/files/digest-quanta-3.2.0_rc1 | 1 | ||||
-rw-r--r-- | app-editors/quanta/quanta-3.2.0.ebuild | 4 | ||||
-rw-r--r-- | app-editors/quanta/quanta-3.2.0_rc1.ebuild | 19 |
4 files changed, 6 insertions, 23 deletions
diff --git a/app-editors/quanta/ChangeLog b/app-editors/quanta/ChangeLog index dea56b8778db..67320f86de81 100644 --- a/app-editors/quanta/ChangeLog +++ b/app-editors/quanta/ChangeLog @@ -1,6 +1,9 @@ # 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.24 2004/02/18 18:00:48 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/ChangeLog,v 1.25 2004/02/24 13:28:32 caleb Exp $ + + 24 Feb 2004; Caleb Tennis <caleb@gentoo.org> quanta-3.2.0.ebuild: + Mark x86 stable 18 Feb 2004; Dylan Carlson <absinthe@gentoo.org> quanta-3.2.0.ebuild: added ~amd64 keyword. diff --git a/app-editors/quanta/files/digest-quanta-3.2.0_rc1 b/app-editors/quanta/files/digest-quanta-3.2.0_rc1 deleted file mode 100644 index b436926a9a6e..000000000000 --- a/app-editors/quanta/files/digest-quanta-3.2.0_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 152fcf22e409b595a6724850e2114687 quanta-3.1.95.tar.bz2 3727855 diff --git a/app-editors/quanta/quanta-3.2.0.ebuild b/app-editors/quanta/quanta-3.2.0.ebuild index fb16ba0a8046..bbc2acc72a63 100644 --- a/app-editors/quanta/quanta-3.2.0.ebuild +++ b/app-editors/quanta/quanta-3.2.0.ebuild @@ -1,6 +1,6 @@ # 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.3 2004/02/18 18:00:48 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-3.2.0.ebuild,v 1.4 2004/02/24 13:28:32 caleb Exp $ inherit kde @@ -14,5 +14,5 @@ IUSE="doc" DEPEND="doc? ( app-doc/quanta-docs )" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" diff --git a/app-editors/quanta/quanta-3.2.0_rc1.ebuild b/app-editors/quanta/quanta-3.2.0_rc1.ebuild deleted file mode 100644 index 01f57c6c9f16..000000000000 --- a/app-editors/quanta/quanta-3.2.0_rc1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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_rc1.ebuild,v 1.1 2004/01/19 14:58:11 caleb Exp $ - -inherit kde - -need-kde 3.2 -S=${WORKDIR}/quanta-3.1.95 - -DESCRIPTION="A superb web development tool for KDE 3.x" -HOMEPAGE="http://quanta.sourceforge.net/" -SRC_URI="mirror://kde/unstable/3.1.95/src/quanta-3.1.95.tar.bz2" -IUSE="doc" - -DEPEND="doc? ( app-doc/quanta-docs )" - -LICENSE="GPL-2" -KEYWORDS="~x86" - |