blob: 4cd1f377a2f985c9f4d0ee6d0bda243be26233e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/koffice-data-1.3.5.ebuild,v 1.4 2005/05/03 13:24:03 herbs Exp $
MAXKOFFICEVER=1.3.5
KMNAME=koffice
KMMODULE=
inherit kde-meta eutils
DESCRIPTION="shared koffice data files"
HOMEPAGE="http://www.koffice.org/"
SRC_URI="$SRC_URI mirror://kde/stable/${KMNAME}/src/${KMNAME}-${PV}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
SLOT="0"
DEPEND="dev-util/pkgconfig"
KMEXTRA="
mimetypes/
servicetypes/
pics/
templates/
autocorrect/"
need-kde 3.1
|