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

Collapse All | Expand All

(-)/usr/portage/app-portage/gentoolkit/gentoolkit-0.2.0.ebuild (-1 / +4 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/app-portage/gentoolkit/gentoolkit-0.2.0.ebuild,v 1.2 2005/01/01 15:52:50 eradicator Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.0.ebuild,v 1.2 2005/01/01 15:52:50 eradicator Exp $
4
4
5
inherit eutils
5
inherit eutils python
6
6
7
DESCRIPTION="Collection of administration scripts for Gentoo"
7
DESCRIPTION="Collection of administration scripts for Gentoo"
8
HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml"
8
HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml"
Lines 22-27 Link Here
22
22
23
src_install() {
23
src_install() {
24
	make DESTDIR=${D} install-gentoolkit || die
24
	make DESTDIR=${D} install-gentoolkit || die
25
    python_version
26
    mkdir -p ${D}/usr/lib/python${PYVER}/site-packages 
27
    mv "${D}/usr/lib/gentoolkit/pym"/* ${D}/usr/lib/python${PYVER}/site-packages || die "couldn't move modules"
25
}
28
}
26
29
27
pkg_postinst() {
30
pkg_postinst() {

Return to bug 83080