Link Here
|
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/net-irc/irssi-otr/irssi-otr-0.2.ebuild,v 1.6 2010/04/20 19:05:34 polynomial-c Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.2.ebuild,v 1.6 2010/04/20 19:05:34 polynomial-c Exp $ |
4 |
|
4 |
|
5 |
inherit cmake-utils eutils |
5 |
EAPI="3" |
|
|
6 |
|
7 |
PYTHON_DEPEND="2" |
8 |
|
9 |
inherit cmake-utils eutils python |
6 |
|
10 |
|
7 |
DESCRIPTION="Off-The-Record messaging (OTR) for irssi" |
11 |
DESCRIPTION="Off-The-Record messaging (OTR) for irssi" |
8 |
HOMEPAGE="http://irssi-otr.tuxfamily.org" |
12 |
HOMEPAGE="http://irssi-otr.tuxfamily.org" |
Link Here
|
29 |
|
33 |
|
30 |
DEPEND="${RDEPEND} |
34 |
DEPEND="${RDEPEND} |
31 |
>=dev-util/cmake-2.4.7 |
35 |
>=dev-util/cmake-2.4.7 |
32 |
dev-util/pkgconfig |
36 |
dev-util/pkgconfig" |
33 |
dev-lang/python"" |
37 |
|
|
|
38 |
pkg_setup() { |
39 |
python_set_active_version 2 |
40 |
} |
34 |
|
41 |
|
35 |
src_install() { |
42 |
src_install() { |
36 |
cmake-utils_src_install |
43 |
cmake-utils_src_install |
37 |
rm "${D}"/usr/share/doc/${PF}/LICENSE |
44 |
rm "${ED}"/usr/share/doc/${PF}/LICENSE |
38 |
prepalldocs |
45 |
prepalldocs |
39 |
} |
46 |
} |