# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/kmess/kmess-1.5.1.ebuild,v 1.2 2008/06/28 15:07:39 loki_val Exp $ EAPI="2" NEED_KDE="4.1" inherit kde4-base cmake-utils eutils subversion ESVN_REPO_URI="http://kmess.svn.sourceforge.net/svnroot/kmess/trunk/kmess/" MY_P=${P/_/} DESCRIPTION="KMess is an alternative MSN Messenger chat client for Linux(SVN Build)." HOMEPAGE="http://www.kmess.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" S="${WORKDIR}/${MY_P}" LANGS="de" for X in ${LANGS} ; do IUSE="${IUSE} linguas_${X}" done pkg_postinst() { echo elog "KMess can use the following optional packages:" elog "- net-www/netscape-flash provides support for winks" echo }