| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/Attic/kopete-3.5.10-r4.ebuild,v 1.7 2009/06/06 16:20:22 nixnut Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/Attic/kopete-3.5.10-r4.ebuild,v 1.8 2009/06/12 11:45:33 tampakrap Exp $ |
| 4 | |
4 | |
| 5 | KMNAME=kdenetwork |
5 | KMNAME=kdenetwork |
| 6 | EAPI="1" |
6 | EAPI="1" |
| 7 | inherit kde-meta eutils |
7 | inherit kde-meta eutils |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://kopete.kde.org/" |
10 | HOMEPAGE="http://kopete.kde.org/" |
| 11 | |
11 | |
| 12 | KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86" |
12 | KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86" |
| 13 | |
13 | |
| 14 | IUSE="emoticons-manager jingle ssl xscreensaver slp kernel_linux kdehiddenvisibility" |
14 | IUSE="emoticons-manager jingle ssl xscreensaver slp kernel_linux kdehiddenvisibility" |
| 15 | PLUGINS="addbookmarks alias autoreplace connectionstatus contactnotes crypt highlight history latex netmeeting nowlistening |
15 | PLUGINS="addbookmarks alias autoreplace connectionstatus contactnotes crypt highlight history latex nowlistening |
| 16 | statistics texteffect translator webpresence" |
16 | statistics texteffect translator webpresence" |
| 17 | PROTOCOLS="gadu groupwise irc jabber oscar msn sametime sms v4l2 winpopup yahoo" |
17 | PROTOCOLS="gadu groupwise irc jabber oscar msn sametime sms v4l2 winpopup yahoo" |
| 18 | IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" |
18 | IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" |
| 19 | |
19 | |
| 20 | # Even more broken tests... |
20 | # Even more broken tests... |
| … | |
… | |
| 105 | use contactnotes || kopete_disable plugin contactnotes |
105 | use contactnotes || kopete_disable plugin contactnotes |
| 106 | use crypt || kopete_disable plugin cryptography |
106 | use crypt || kopete_disable plugin cryptography |
| 107 | use highlight || kopete_disable plugin highlight |
107 | use highlight || kopete_disable plugin highlight |
| 108 | use history || kopete_disable plugin history |
108 | use history || kopete_disable plugin history |
| 109 | use latex || kopete_disable plugin latex |
109 | use latex || kopete_disable plugin latex |
| 110 | use netmeeting || kopete_disable plugin netmeeting |
|
|
| 111 | use nowlistening || kopete_disable plugin nowlistening |
110 | use nowlistening || kopete_disable plugin nowlistening |
| 112 | use statistics || kopete_disable plugin statistics |
111 | use statistics || kopete_disable plugin statistics |
| 113 | use texteffect || kopete_disable plugin texteffect |
112 | use texteffect || kopete_disable plugin texteffect |
| 114 | use translator || kopete_disable plugin translator |
113 | use translator || kopete_disable plugin translator |
| 115 | use webpresence || kopete_disable plugin webpresence |
114 | use webpresence || kopete_disable plugin webpresence |