mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-25 01:36:08 +01:00
22 lines
507 B
Bash
22 lines
507 B
Bash
# 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}"
|