yaffshiv: new tool

This commit is contained in:
Yury Martynov 2019-04-03 14:02:28 +03:00
parent 1ed1b56f1d
commit 7b4ebfb58a
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1 @@
yaffshiv-99999999.ebuild

View file

@ -0,0 +1,22 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit git-r3 distutils-r1
DESCRIPTION="YAFFS filesystem extraction tool"
HOMEPAGE="https://github.com/devttys0/yaffshiv"
EGIT_REPO_URI="https://github.com/devttys0/yaffshiv"
if [[ ${PV} != *9999 ]]; then
EGIT_COMMIT="8a7c99e2ea4cb968f2cede1b9782160c0fe6cb87"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="MIT"
RESTRICT="mirror"
SLOT="0"
IUSE=""
RDEPEND="${PYTHON_DEPS}"