diff options
author | 2002-07-25 17:20:02 +0000 | |
---|---|---|
committer | 2002-07-25 17:20:02 +0000 | |
commit | 5c9f65798bcd4fe2d5a2bc13478eaa37add0574e (patch) | |
tree | 5f754c83d0df4603868a68572e913c2846a76411 /app-misc/kwanda | |
parent | repoman'd (diff) | |
download | historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.tar.gz historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.tar.bz2 historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.zip |
repoman'd
Diffstat (limited to 'app-misc/kwanda')
-rw-r--r-- | app-misc/kwanda/kwanda-1.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-misc/kwanda/kwanda-1.0.ebuild b/app-misc/kwanda/kwanda-1.0.ebuild index 1499241c23d5..dc455f91d62b 100644 --- a/app-misc/kwanda/kwanda-1.0.ebuild +++ b/app-misc/kwanda/kwanda-1.0.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/kwanda/kwanda-1.0.ebuild,v 1.4 2002/07/11 06:30:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/kwanda/kwanda-1.0.ebuild,v 1.5 2002/07/25 17:20:02 seemant Exp $ inherit kde-base || die S=${WORKDIR}/${PN} need-kde 2.1 - -LICENSE="GPL-2" DESCRIPTION="KDE fish that lives in the taskbar :o)" SRC_URI="http://kwanda.sourceforge.net/${P}.tar.gz" HOMEPAGE="http://kwanda.sourceforge.net" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { cd ${S} |