ubi_reader: remove in Gentoo's favour

This commit is contained in:
Anton Bolshakov 2021-11-16 10:15:40 +08:00
parent 8005cd69ac
commit 7ec49ac160
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 0 additions and 37 deletions

View file

@ -1 +0,0 @@
DIST ubi_reader-0.6.3.tar.gz 40416 BLAKE2B 42712ce3481e149d8a9dba6422b2766d7d199118c0bed8bf61aef9765a631e1364768b2dc78b8872fe78b55c69bd32172707cb1b3b544d8becf20966b2ecbc83 SHA512 6b990fc0d01659f2e384c06aaebe7868968925651c6026fe35f9d0cbe5db459fb25bd197f3ff2f15865309f7fd3120db64b868e3aa4011e950ef51f0813fdd5f

View file

@ -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>

View file

@ -1 +0,0 @@
ubi_reader-9999.ebuild

View file

@ -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}]"