summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2003-02-24 04:17:36 +0000
committerHannes Mehnert <hannes@gentoo.org>2003-02-24 04:17:36 +0000
commitdba2f74291ed6fcdfeb0bd5d9c3399762a2fed62 (patch)
treee4c2dc9ddd5d9c517f4f57334f3cc6489dc11e55 /net-irc/konversation/konversation-0.10.ebuild
parentadded xinetd for #14512 (diff)
downloadhistorical-dba2f74291ed6fcdfeb0bd5d9c3399762a2fed62.tar.gz
historical-dba2f74291ed6fcdfeb0bd5d9c3399762a2fed62.tar.bz2
historical-dba2f74291ed6fcdfeb0bd5d9c3399762a2fed62.zip
version bump
Diffstat (limited to 'net-irc/konversation/konversation-0.10.ebuild')
-rw-r--r--net-irc/konversation/konversation-0.10.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-irc/konversation/konversation-0.10.ebuild b/net-irc/konversation/konversation-0.10.ebuild
new file mode 100644
index 000000000000..065c140fe21e
--- /dev/null
+++ b/net-irc/konversation/konversation-0.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.10.ebuild,v 1.1 2003/02/24 04:17:36 hannes Exp $
+
+IUSE="nls"
+
+inherit kde-base
+need-kde 3
+
+DESCRIPTION="A user friendly IRC Client for KDE3.x"
+HOMEPAGE="http://konversation.sourceforge.net"
+SRC_URI="http://konversation.sourceforge.net/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+
+src_install() {
+
+ kde_src_install
+
+ use nls || rm -rf ${D}/usr/share/locale
+}