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

Collapse All | Expand All

(-)layman-1.1.1.ebuild.old (+11 lines)
Lines 2-7 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/app-portage/layman/layman-1.1.1.ebuild,v 1.10 2007/11/15 07:16:23 wrobel Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-1.1.1.ebuild,v 1.10 2007/11/15 07:16:23 wrobel Exp $
4
4
5
NEED_PYTHON=2.5
6
5
inherit eutils distutils
7
inherit eutils distutils
6
8
7
DESCRIPTION="A python script for retrieving gentoo overlays."
9
DESCRIPTION="A python script for retrieving gentoo overlays."
Lines 47-52 Link Here
47
}
49
}
48
50
49
pkg_postinst() {
51
pkg_postinst() {
52
53
	python_version
54
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
55
50
	einfo "You are now ready to add overlays into your system."
56
	einfo "You are now ready to add overlays into your system."
51
	einfo
57
	einfo
52
	einfo "layman -L"
58
	einfo "layman -L"
Lines 72-74 Link Here
72
	ewarn "you added your first overlay. Otherwise portage will fail."
78
	ewarn "you added your first overlay. Otherwise portage will fail."
73
	epause 5
79
	epause 5
74
}
80
}
81
82
pkg_postrm() {
83
	python_version
84
	python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
85
}

Return to bug 232282