View | Details | Raw Unified
Collapse All | Expand All

(-) pycairo-1.4.0.ebuild (+10 lines)
 Lines 2-7    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.4.0.ebuild,v 1.1 2007/03/14 23:15:56 marienz Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.4.0.ebuild,v 1.1 2007/03/14 23:15:56 marienz Exp $
inherit python multilib
DESCRIPTION="Python wrapper for cairo vector graphics library"
DESCRIPTION="Python wrapper for cairo vector graphics library"
HOMEPAGE="http://cairographics.org/pycairo"
HOMEPAGE="http://cairographics.org/pycairo"
SRC_URI="http://cairographics.org/releases/${P}.tar.gz"
SRC_URI="http://cairographics.org/releases/${P}.tar.gz"
 Lines 27-29    Link Here 
	dodoc AUTHORS NOTES README NEWS ChangeLog
	dodoc AUTHORS NOTES README NEWS ChangeLog
}
}
pkg_postinst() {
	python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/cairo
}
pkg_postrm() {
	python_mod_cleanup
}