summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-06-22 13:34:26 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-06-22 13:34:26 +0000
commit05cff24bd14f504ecec80a03335cb4737abb9af3 (patch)
tree5b4975ab72a09ae3a07388f8cd38f89d7b66adbd /app-office/kexi
parentAdded to ~ppc, #96775 (diff)
downloadgentoo-2-05cff24bd14f504ecec80a03335cb4737abb9af3.tar.gz
gentoo-2-05cff24bd14f504ecec80a03335cb4737abb9af3.tar.bz2
gentoo-2-05cff24bd14f504ecec80a03335cb4737abb9af3.zip
Remove old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/kexi')
-rw-r--r--app-office/kexi/files/digest-kexi-1.4.0_rc11
-rw-r--r--app-office/kexi/kexi-1.4.0_rc1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/app-office/kexi/files/digest-kexi-1.4.0_rc1 b/app-office/kexi/files/digest-kexi-1.4.0_rc1
deleted file mode 100644
index 2484c3fac237..000000000000
--- a/app-office/kexi/files/digest-kexi-1.4.0_rc1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209
diff --git a/app-office/kexi/kexi-1.4.0_rc1.ebuild b/app-office/kexi/kexi-1.4.0_rc1.ebuild
deleted file mode 100644
index f8f5b4329ffc..000000000000
--- a/app-office/kexi/kexi-1.4.0_rc1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-1.4.0_rc1.ebuild,v 1.5 2005/06/11 09:44:51 corsair Exp $
-
-MAXKOFFICEVER=${PV}
-KMNAME=koffice
-inherit kde-meta eutils
-
-DESCRIPTION="KOffice integrated environment for database management."
-HOMEPAGE="http://www.koffice.org/"
-LICENSE="GPL-2 LGPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="mysql postgres"
-
-RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)
- sys-libs/readline
- mysql? ( dev-db/mysql )
- postgres? ( dev-libs/libpqxx )
- dev-lang/python
- !dev-db/kexi"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-KMCOPYLIB="
- libkformula lib/kformula
- libkofficecore lib/kofficecore
- libkofficeui lib/kofficeui
- libkopainter lib/kopainter
- libkoscript lib/koscript
- libkotext lib/kotext
- libkwmf lib/kwmf
- libkowmf lib/kwmf
- libkstore lib/store"
-
-KMEXTRACTONLY="lib/"
-
-need-kde 3.3
-
-src_compile() {
- local myconf="$(use_enable mysql) $(use_enable postgres pgsql)"
-
- kde-meta_src_compile
-}