blob: a8c4355658160fa0dc3a878163a1384788af094f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/net-mail/kbiff/kbiff-3.6.1.ebuild,v 1.6 2002/07/27 10:44:31 seemant Exp $
inherit kde-base || die
need-kde 3
DESCRIPTION="KDE new mail notification utility (biff)"
SRC_URI="http://devel-home.kde.org/~granroth/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.granroth.org/kbiff/"
LICENSE="GPL-2"
KEYWORDS="x86"
newdepend ">=kde-base/kdebase-3"
|