blob: a3e26ade2340e3b5e72f65bda128b93e73467903 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/kmess/kmess-1.4_pre1.ebuild,v 1.2 2005/08/24 23:05:39 tester Exp $
inherit kde eutils
MY_P=${PN}-${PV/_}
S=${WORKDIR}/${MY_P}
DESCRIPTION="MSN Messenger clone for KDE"
HOMEPAGE="http://kmess.sourceforge.net"
SRC_URI="mirror://sourceforge/kmess/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
need-kde 3
|