blob: e2bab509d5cb70f8fc553fddcdab34a5954b8dab (
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
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-2.2.2-r1.ebuild,v 1.4 2003/02/13 12:28:46 vapier Exp $
inherit kde-dist eutils
IUSE=""
DESCRIPTION="KDE $PV - PIM (Personal Information Management) apps: korganizer..."
KEYWORDS="x86 sparc"
newdepend ">=dev-libs/pilot-link-0.9.0
sys-devel/perl"
# doesn't compile with gcc3/glibc3.2 and will not be fixed
KDE_REMOVE_DIR="kpilot"
src_unpack() {
unpack ${P}.tar.bz2
cd ${S}
epatch ${FILESDIR}/post-${PV}-${PN}.diff
epatch ${FILESDIR}/${P}-gentoo.diff
}
src_install() {
kde_src_install
docinto html
dodoc *.html
}
|