summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-10 20:28:23 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-10 20:28:23 +0000
commitf9c4c474130f0fe0fee6c45f5e34c4797c8d6731 (patch)
tree322c2504a649a7ad9fd10a834ee4f7c94415dc45 /app-office/kexi
parentRemove old version. (diff)
downloadhistorical-f9c4c474130f0fe0fee6c45f5e34c4797c8d6731.tar.gz
historical-f9c4c474130f0fe0fee6c45f5e34c4797c8d6731.tar.bz2
historical-f9c4c474130f0fe0fee6c45f5e34c4797c8d6731.zip
Remove old version.
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'app-office/kexi')
-rw-r--r--app-office/kexi/ChangeLog7
-rw-r--r--app-office/kexi/files/digest-kexi-1.6.03
-rw-r--r--app-office/kexi/kexi-1.6.0.ebuild46
3 files changed, 5 insertions, 51 deletions
diff --git a/app-office/kexi/ChangeLog b/app-office/kexi/ChangeLog
index 8f536d623a37..10d8dbb4f684 100644
--- a/app-office/kexi/ChangeLog
+++ b/app-office/kexi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/kexi
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.64 2006/12/20 02:27:12 masterdriverz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.65 2007/02/10 20:28:23 flameeyes Exp $
+
+ 10 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -kexi-1.6.0.ebuild:
+ Remove old version.
20 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
kexi-1.6.1.ebuild:
diff --git a/app-office/kexi/files/digest-kexi-1.6.0 b/app-office/kexi/files/digest-kexi-1.6.0
deleted file mode 100644
index 2e01d4cedd36..000000000000
--- a/app-office/kexi/files/digest-kexi-1.6.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 56718478
-RMD160 be09c18005eb33f6dc35ab0359cc97a8a658ce7c koffice-1.6.0.tar.bz2 56718478
-SHA256 9eddaae640ada9bd184f001e2489854daf7094b73e5f15b0b8deffb4cc654ae2 koffice-1.6.0.tar.bz2 56718478
diff --git a/app-office/kexi/kexi-1.6.0.ebuild b/app-office/kexi/kexi-1.6.0.ebuild
deleted file mode 100644
index fe1421f81255..000000000000
--- a/app-office/kexi/kexi-1.6.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-1.6.0.ebuild,v 1.2 2006/11/23 19:30:37 vivo 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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="mysql postgres"
-
-RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)
- sys-libs/readline
- mysql? ( virtual/mysql )
- postgres? ( dev-libs/libpqxx )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-KMCOPYLIB="
- libkformula lib/kformula
- libkofficecore lib/kofficecore
- libkofficeui lib/kofficeui
- libkopainter lib/kopainter
- libkoproperty lib/koproperty
- libkotext lib/kotext
- libkwmf lib/kwmf
- libkowmf lib/kwmf
- libkstore lib/store
- libkrossmain lib/kross/main/
- libkrossapi lib/kross/api/"
-
-KMEXTRACTONLY="lib/"
-
-need-kde 3.4
-
-src_compile() {
- local myconf="$(use_enable mysql) $(use_enable postgres pgsql) --enable-kexi-reports"
-
- kde-meta_src_compile
-}