blob: 99e80e67e50ce632f48c9c1ea8fe47b8e1aac06a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.15.1.ebuild,v 1.5 2005/03/24 14:15:02 swegener Exp $
inherit kde
DESCRIPTION="A user friendly IRC Client for KDE3.x"
HOMEPAGE="http://www.konversation.org/"
SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc amd64 ~sparc"
IUSE="nls"
need-kde 3
src_install() {
kde_src_install
use nls || rm -rf ${D}/usr/share/locale
}
|