mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
app-forensics: drop yim2text
This commit is contained in:
parent
da4638195f
commit
e7381f1d5f
2 changed files with 0 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST yim2text-0.1.0.tar.bz2 9612 SHA256 e4ebc6242537f307a453b75a0c211cd11d9f22dda8c9bdf55f885ed2c9e906c8 SHA512 62ddf5e6af53037a44c9c65157fc375dca1b43d3d962c3ccf4b895a4ec2b56315501e656117d57ecf6430a2c99213ac4ea12e86d42ef52100c055d42dff3c097 WHIRLPOOL ff185529db439ebc1d64408170736e68de81a9127e645a9a9772b61c9f77f341af24070a92be60a0f9b29fa26a94ad05a7cb0bd1b25a2ebba222b5d85867ecb2
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# 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
|
||||
}
|
||||
Loading…
Reference in a new issue