diff options
author | 2001-12-10 17:26:28 +0000 | |
---|---|---|
committer | 2001-12-10 17:26:28 +0000 | |
commit | ca571e03293351cc970cb55c3243239598179925 (patch) | |
tree | b1dddd3a13676d06e8aeeb68981c62bc28b6f2ca /net-mail/kbiff | |
parent | Added QMAKESPEC to the env file (diff) | |
download | historical-ca571e03293351cc970cb55c3243239598179925.tar.gz historical-ca571e03293351cc970cb55c3243239598179925.tar.bz2 historical-ca571e03293351cc970cb55c3243239598179925.zip |
New version, builds w/ kde 2.2.2
Diffstat (limited to 'net-mail/kbiff')
-rw-r--r-- | net-mail/kbiff/files/digest-kbiff-3.5.4 | 1 | ||||
-rw-r--r-- | net-mail/kbiff/kbiff-3.5.4.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-mail/kbiff/files/digest-kbiff-3.5.4 b/net-mail/kbiff/files/digest-kbiff-3.5.4 new file mode 100644 index 000000000000..34a08cf386cb --- /dev/null +++ b/net-mail/kbiff/files/digest-kbiff-3.5.4 @@ -0,0 +1 @@ +MD5 92177923d7cd1e99834f40cb6a4db7f8 kbiff-3.5.4.tar.bz2 421888 diff --git a/net-mail/kbiff/kbiff-3.5.4.ebuild b/net-mail/kbiff/kbiff-3.5.4.ebuild new file mode 100644 index 000000000000..ff26bda90688 --- /dev/null +++ b/net-mail/kbiff/kbiff-3.5.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Grant Goodyear <g2boojum@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-mail/kbiff/kbiff-3.5.4.ebuild,v 1.1 2001/12/10 17:26:28 g2boojum Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-base || die + +need-kdelibs 2.2 +need-qt 2.2 + +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/" + +S=${WORKDIR}/${P} + +NEWDEPEND=">=kde-base/kdebase-2.2" + +DEPEND="$DEPEND $NEWDEPEND" +RDEPEND="$RDEPEND $NEWDEPEND" |