# $Id$ PNAME="pyxdg" PVER="0.19" PBUILD="r1" PCAT="dev-python" DESCRIPTION="Python module to deal with freedesktop.org specifications." HOMEPAGE="http://people.freedesktop.org/~lanius/" DEPEND=">= dev-lang/python-2.7" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude python SRC_URI=( http://people.freedesktop.org/~lanius/${SRCFILE} mirror://${PNAME}/${SRCFILE} mirror://${PNAME}/${PNAME}-${PVER}-subprocess.patch ) UP2DATE="updatecmd http://people.freedesktop.org/~lanius/ | lasttarball gz" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} mpatch ${PNAME}-${PVER}-subprocess.patch || die }