diff options
Diffstat (limited to 'app-office/koffice/koffice-1.3.1-r1.ebuild')
-rw-r--r-- | app-office/koffice/koffice-1.3.1-r1.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/app-office/koffice/koffice-1.3.1-r1.ebuild b/app-office/koffice/koffice-1.3.1-r1.ebuild index 8c989b9fdc1c..8cf16048e1f9 100644 --- a/app-office/koffice/koffice-1.3.1-r1.ebuild +++ b/app-office/koffice/koffice-1.3.1-r1.ebuild @@ -1,31 +1,28 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.1-r1.ebuild,v 1.3 2004/06/24 22:42:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.1-r1.ebuild,v 1.4 2004/06/29 11:42:09 carlo Exp $ + inherit kde eutils # TODO : mysql support # other refs from configure: jasper, qt-docs, doxygen, libxml2, libxslt, freetype, fontconfig, qt being built with sql support (???) -need-kde 3 - DESCRIPTION="A free, integrated office suite for KDE, the K Desktop Environment." HOMEPAGE="http://www.koffice.org/" -LICENSE="GPL-2 LGPL-2" SRC_URI="mirror://kde/stable/${P}/src/${P}.tar.bz2" +LICENSE="GPL-2 LGPL-2" KEYWORDS="~x86 amd64 ~ppc ~sparc ~alpha" -RESTRICT="nomirror" IUSE="" SLOT="0" -DEPEND="$DEPEND - >=kde-base/kdelibs-3.1 - >=dev-lang/python-2.2.1 +DEPEND=">=dev-lang/python-2.2.1 >=media-libs/libart_lgpl-2.3.9 >=media-gfx/imagemagick-5.4.5 >=app-text/wv2-0.1.8 dev-util/pkgconfig" +need-kde 3.1 src_unpack() { kde_src_unpack |