blob: 63ac5e1ad11a71c94741d3b51a5f9e49f91969bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/kxicq2/kxicq2-0.7.6.ebuild,v 1.7 2002/07/17 09:08:09 seemant Exp $
inherit kde-base || die
need-kde 2.1
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
SRC_URI="mirror://sourceforge/kxicq/${P}.tar.gz"
HOMEPAGE="http://www.kxicq.org"
DESCRIPTION="KDE 2.x ICQ Client, using the ICQ2000 protocol"
|