summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/kbiff/kbiff-3.7.1.ebuild')
-rw-r--r--mail-client/kbiff/kbiff-3.7.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/mail-client/kbiff/kbiff-3.7.1.ebuild b/mail-client/kbiff/kbiff-3.7.1.ebuild
deleted file mode 100644
index a42bb821f10c..000000000000
--- a/mail-client/kbiff/kbiff-3.7.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/kbiff/kbiff-3.7.1.ebuild,v 1.9 2008/02/19 01:33:46 ingmar Exp $
-
-inherit kde eutils
-
-DESCRIPTION="KDE new mail notification utility (biff)"
-HOMEPAGE="http://www.granroth.org/kbiff/"
-SRC_URI="http://devel-home.kde.org/~granroth/${PN}/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-DEPEND="|| ( =kde-base/kdelibs-3.5* =kde-base/kdebase-3.5* )"
-need-kde 3
-
-src_unpack() {
- kde_src_unpack
-
- use arts || epatch "${FILESDIR}"/${P}-configure-arts.patch
-}