diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-01 21:33:31 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-01 21:33:31 +0000 |
commit | 40caf1ff2cde79fcfdc3d9acbb04f5c74b908520 (patch) | |
tree | 2afae7f4d2f810e0a4412dc9ebd4098669365849 /net-mail/kbiff | |
parent | add $LICENSE to all the kde apps (diff) | |
download | historical-40caf1ff2cde79fcfdc3d9acbb04f5c74b908520.tar.gz historical-40caf1ff2cde79fcfdc3d9acbb04f5c74b908520.tar.bz2 historical-40caf1ff2cde79fcfdc3d9acbb04f5c74b908520.zip |
add $LICENSE to all the kde apps
Diffstat (limited to 'net-mail/kbiff')
-rw-r--r-- | net-mail/kbiff/kbiff-3.6.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/kbiff/kbiff-3.6.1.ebuild b/net-mail/kbiff/kbiff-3.6.1.ebuild index c11c26453e2f..b4c214c6a9e4 100644 --- a/net-mail/kbiff/kbiff-3.6.1.ebuild +++ b/net-mail/kbiff/kbiff-3.6.1.ebuild @@ -1,7 +1,7 @@ # 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.6.1.ebuild,v 1.2 2002/05/21 18:14:11 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/kbiff/kbiff-3.6.1.ebuild,v 1.3 2002/07/01 21:33:31 danarmak Exp $ inherit kde-base || die @@ -10,5 +10,6 @@ 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" newdepend ">=kde-base/kdebase-3" |