# Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" inherit distutils DESCRIPTION="Meliae is a library meant to help people understand how their memory is being used in Python" HOMEPAGE="https://launchpad.net/meliae/" SRC_URI="https://launchpad.net/meliae/trunk/0.4/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_install() { distutils_src_install mv "${D}/usr/bin/"{,meliae_}"strip_duplicates.py" }