mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
yaffshiv: remove, unmaintained
This commit is contained in:
parent
2065fd0d20
commit
83e91c13d2
3 changed files with 0 additions and 32 deletions
|
|
@ -1,8 +0,0 @@
|
|||
<?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 +0,0 @@
|
|||
yaffshiv-99999999.ebuild
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
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"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue