Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 313991
Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +11 lines)
Line  Link Here
0
-- istanbul-0.2.1.ebuild
0
++ istanbul-0.2.1.ebuild
Lines 1-7 Link Here
1
# Copyright 1999-2008 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/media-video/istanbul/istanbul-0.2.1.ebuild,v 1.4 2008/05/29 17:30:45 hawking Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.1.ebuild,v 1.4 2008/05/29 17:30:45 hawking Exp $
4
4
5
EAPI="3"
6
5
inherit eutils gnome2 python autotools
7
inherit eutils gnome2 python autotools
6
8
7
KEYWORDS="~x86 ~amd64"
9
KEYWORDS="~x86 ~amd64"
Lines 53-62 Link Here
53
55
54
pkg_postinst() {
56
pkg_postinst() {
55
	gnome2_pkg_postinst
57
	gnome2_pkg_postinst
56
	python_version
58
	python_mod_optimize istanbul
57
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/istanbul
58
}
59
}
59
60
60
pkg_postrm() {
61
pkg_postrm() {
61
	python_mod_cleanup
62
	python_mod_cleanup istanbul
62
}
63
}
63
-- istanbul-0.2.2.ebuild
64
++ istanbul-0.2.2.ebuild
Lines 1-8 Link Here
1
# Copyright 1999-2009 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/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.6 2009/07/27 23:45:50 eva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.6 2009/07/27 23:45:50 eva Exp $
4
4
5
EAPI="2"
5
EAPI="3"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
7
8
inherit eutils gnome2 python autotools
8
inherit eutils gnome2 python autotools
Lines 62-72 Link Here
62
62
63
pkg_postinst() {
63
pkg_postinst() {
64
	gnome2_pkg_postinst
64
	gnome2_pkg_postinst
65
	python_version
65
	python_mod_optimize istanbul
66
	python_mod_optimize $(python_get_sitedir)/istanbul
67
}
66
}
68
67
69
pkg_postrm() {
68
pkg_postrm() {
70
	gnome2_pkg_postrm
69
	gnome2_pkg_postrm
71
	python_mod_cleanup
70
	python_mod_cleanup istanbul
72
}
71
}

Return to bug 313991