diff --git a/app-forensics/yim2text/Manifest b/app-forensics/yim2text/Manifest new file mode 100644 index 000000000..5d52c8124 --- /dev/null +++ b/app-forensics/yim2text/Manifest @@ -0,0 +1 @@ +DIST yim2text-0.1.0.tar.bz2 9612 SHA256 e4ebc6242537f307a453b75a0c211cd11d9f22dda8c9bdf55f885ed2c9e906c8 SHA512 62ddf5e6af53037a44c9c65157fc375dca1b43d3d962c3ccf4b895a4ec2b56315501e656117d57ecf6430a2c99213ac4ea12e86d42ef52100c055d42dff3c097 WHIRLPOOL ff185529db439ebc1d64408170736e68de81a9127e645a9a9772b61c9f77f341af24070a92be60a0f9b29fa26a94ad05a7cb0bd1b25a2ebba222b5d85867ecb2 diff --git a/app-forensics/yim2text/yim2text-0.1.0.ebuild b/app-forensics/yim2text/yim2text-0.1.0.ebuild new file mode 100644 index 000000000..3852d1439 --- /dev/null +++ b/app-forensics/yim2text/yim2text-0.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 + +DESCRIPTION="A python script to decode yahoo instant message archive files" +HOMEPAGE="http://www.1vs0.com/tools.html" +SRC_URI="http://www.1vs0.com/code/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +src_install() { + dobin ${PN} + python_fix_shebang "${ED}"usr/bin +}