| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild,v 1.4 2010/05/21 15:43:31 pva Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild,v 1.5 2010/07/08 19:23:03 armin76 Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit flag-o-matic eutils |
7 | inherit flag-o-matic eutils |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://pidgin-encrypt.sourceforge.net/" |
10 | HOMEPAGE="http://pidgin-encrypt.sourceforge.net/" |
| 11 | SRC_URI="mirror://sourceforge/gaim-encryption/${P}.tar.gz" |
11 | SRC_URI="mirror://sourceforge/gaim-encryption/${P}.tar.gz" |
| 12 | |
12 | |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd" |
15 | KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86 ~x86-fbsd" |
| 16 | IUSE="nls" |
16 | IUSE="nls" |
| 17 | |
17 | |
| 18 | RDEPEND="net-im/pidgin |
18 | RDEPEND="net-im/pidgin |
| 19 | >=x11-libs/gtk+-2 |
19 | >=x11-libs/gtk+-2 |
| 20 | >=dev-libs/nss-3.11" |
20 | >=dev-libs/nss-3.11" |