Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 315307 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 315307