mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
yaffshiv: new tool
This commit is contained in:
parent
1ed1b56f1d
commit
7b4ebfb58a
3 changed files with 31 additions and 0 deletions
8
sys-fs/yaffshiv/metadata.xml
Normal file
8
sys-fs/yaffshiv/metadata.xml
Normal 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>
|
||||
1
sys-fs/yaffshiv/yaffshiv-20160105.ebuild
Symbolic link
1
sys-fs/yaffshiv/yaffshiv-20160105.ebuild
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
yaffshiv-99999999.ebuild
|
||||
22
sys-fs/yaffshiv/yaffshiv-99999999.ebuild
Normal file
22
sys-fs/yaffshiv/yaffshiv-99999999.ebuild
Normal 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}"
|
||||
Loading…
Reference in a new issue