blob: e3319e96c69932d285d5c6fab2a809240de09c7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/libksieve/libksieve-3.4.0.ebuild,v 1.3 2005/03/26 01:00:10 weeve Exp $
KMNAME=kdepim
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="library enable support for sieve (imap server-side filtering standard) in kde apps, used by kmail"
KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
IUSE=""
|