diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-12-20 19:23:59 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-12-20 19:23:59 +0000 |
commit | 89084bc698c92eae820e5c294ea17d7eb49472f8 (patch) | |
tree | de3a800e6d88ff692841b0b82654e488ed301372 /app-office/kexi | |
parent | added version for gaim-2.0.0_beta1 (diff) | |
download | gentoo-2-89084bc698c92eae820e5c294ea17d7eb49472f8.tar.gz gentoo-2-89084bc698c92eae820e5c294ea17d7eb49472f8.tar.bz2 gentoo-2-89084bc698c92eae820e5c294ea17d7eb49472f8.zip |
ebuild clean up
Diffstat (limited to 'app-office/kexi')
-rw-r--r-- | app-office/kexi/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/kexi/files/digest-kexi-1.4.1 | 1 | ||||
-rw-r--r-- | app-office/kexi/kexi-1.4.1.ebuild | 46 |
3 files changed, 4 insertions, 48 deletions
diff --git a/app-office/kexi/ChangeLog b/app-office/kexi/ChangeLog index 51de9abbd15e..319721f02c0d 100644 --- a/app-office/kexi/ChangeLog +++ b/app-office/kexi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/kexi # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.21 2005/12/16 01:30:17 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.22 2005/12/20 19:23:58 carlo Exp $ + + 20 Dec 2005; Carsten Lohrke <carlo@gentoo.org> -kexi-1.4.1.ebuild: + clean up 16 Dec 2005; Jose Luis Rivero <yoswink@gentoo.org> ChangeLog: Stable on alpha wrt bug #112840 diff --git a/app-office/kexi/files/digest-kexi-1.4.1 b/app-office/kexi/files/digest-kexi-1.4.1 deleted file mode 100644 index 47d9bab5c838..000000000000 --- a/app-office/kexi/files/digest-kexi-1.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 91a7b68757addc5934c5a8209a4926d5 koffice-1.4.1.tar.bz2 19364338 diff --git a/app-office/kexi/kexi-1.4.1.ebuild b/app-office/kexi/kexi-1.4.1.ebuild deleted file mode 100644 index 503d957f6b73..000000000000 --- a/app-office/kexi/kexi-1.4.1.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.1.ebuild,v 1.5 2005/09/11 18:14:32 agriffis 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 ppc ~ppc64 ~sparc 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 -} |