blob: 142916232a18bd7ae079294b2558936a9263c217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-ktts/kopete-ktts-1.3.0.ebuild,v 1.3 2008/06/30 10:31:38 carlo Exp $
ARTS_REQUIRED="never"
inherit kde
MY_P=${P/-/_}
DESCRIPTION="A Text-to-Speech plugin for the Kopete KDE Instant Messenger."
HOMEPAGE="http://conrausch.elise.no-ip.com/index.php?p=kopete_ktts"
SRC_URI="http://conrausch.elise.no-ip.com/kopete/ktts/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="|| ( =kde-base/kttsd-3.5* =kde-base/kdeaccessibility-3.5* )
|| ( =kde-base/kopete-3.5* =kde-base/kdenetwork-3.5* )"
need-kde 3.5
S="${WORKDIR}/${MY_P}"
|