mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
ubi_reader: remove in Gentoo's favour
This commit is contained in:
parent
8005cd69ac
commit
7ec49ac160
4 changed files with 0 additions and 37 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST ubi_reader-0.6.3.tar.gz 40416 BLAKE2B 42712ce3481e149d8a9dba6422b2766d7d199118c0bed8bf61aef9765a631e1364768b2dc78b8872fe78b55c69bd32172707cb1b3b544d8becf20966b2ecbc83 SHA512 6b990fc0d01659f2e384c06aaebe7868968925651c6026fe35f9d0cbe5db459fb25bd197f3ff2f15865309f7fd3120db64b868e3aa4011e950ef51f0813fdd5f
|
||||
|
|
@ -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 @@
|
|||
ubi_reader-9999.ebuild
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Reading information and extracting data from UBIFS images"
|
||||
HOMEPAGE="https://github.com/jrspruitt/ubi_reader"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/jrspruitt/ubi_reader"
|
||||
else
|
||||
MY_PV="${PV}-master"
|
||||
SRC_URI="https://github.com/jrspruitt/ubi_reader/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}"/${PN}-${MY_PV}
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/python-lzo[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue