diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-12-05 11:21:48 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-12-05 11:21:48 +0000 |
commit | 67b159bc1c76fba467a54bd6f088d2255a5fedf7 (patch) | |
tree | ab84ea1b862aa230914f805a3cdcd2df4a62304c /net-mail/kbiff | |
parent | changelog entry for atitvout, see bug 11518 (diff) | |
download | gentoo-2-67b159bc1c76fba467a54bd6f088d2255a5fedf7.tar.gz gentoo-2-67b159bc1c76fba467a54bd6f088d2255a5fedf7.tar.bz2 gentoo-2-67b159bc1c76fba467a54bd6f088d2255a5fedf7.zip |
new release, resolve #11596
Diffstat (limited to 'net-mail/kbiff')
-rw-r--r-- | net-mail/kbiff/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/kbiff/files/digest-kbiff-3.6.3 | 1 | ||||
-rw-r--r-- | net-mail/kbiff/kbiff-3.6.3.ebuild | 17 |
3 files changed, 26 insertions, 2 deletions
diff --git a/net-mail/kbiff/ChangeLog b/net-mail/kbiff/ChangeLog index 41ce371b9c23..261791e97f97 100644 --- a/net-mail/kbiff/ChangeLog +++ b/net-mail/kbiff/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/kbiff -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/kbiff/ChangeLog,v 1.3 2002/04/15 20:56:07 danarmak Exp $ +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/kbiff/ChangeLog,v 1.4 2002/12/05 11:21:47 danarmak Exp $ + +*kbiff-3.6.3 (05 Dec 2002) + + 05 Dec 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + + New upstream release. Close our bug #11596. *kbiff-3.6.1 (15 Apr 2002) this and 3.5.5 (kde2): new upstream versions. diff --git a/net-mail/kbiff/files/digest-kbiff-3.6.3 b/net-mail/kbiff/files/digest-kbiff-3.6.3 new file mode 100644 index 000000000000..4be8f5298d53 --- /dev/null +++ b/net-mail/kbiff/files/digest-kbiff-3.6.3 @@ -0,0 +1 @@ +MD5 ffb65c1a41e9fc1a9209bbdc4a21467c kbiff-3.6.3.tar.bz2 548349 diff --git a/net-mail/kbiff/kbiff-3.6.3.ebuild b/net-mail/kbiff/kbiff-3.6.3.ebuild new file mode 100644 index 000000000000..886e57883a47 --- /dev/null +++ b/net-mail/kbiff/kbiff-3.6.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/kbiff/kbiff-3.6.3.ebuild,v 1.1 2002/12/05 11:21:48 danarmak 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 sparc sparc64" + +newdepend ">=kde-base/kdebase-3" |