dev-python/fchroot: add a new package

fchroot (Franken-chroot) is a command that able to chroot
into arm/64 images/tarballs from and amd64/x86 host.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
Marco Scardovi
2021-06-14 13:31:53 +02:00
parent e83a785b7e
commit b038df6ccc
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST fchroot-0.1.2.tar.gz 8351 BLAKE2B 342d9fcd3df13ce0e6ef2d9ccefb66f98cd4c6cd24855bcbce2299f5a6896408a310020c85b09079778bb904476b8bb8728099a135ba4a499528acbfd578cc55 SHA512 b1cead02a25d980d42ca22bcde6c421d7ff3e6d6357f979d59286c870f3d726950a115b7e63c4e990ddcf078c58a9393271b9a756104fe539102070e4af7c77e

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Franken-chroot tool. Chroot arm/64 arches into amd64/x86"
HOMEPAGE="https://pypi.org/project/fchroot/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
IUSE="+static-libs"
RDEPEND="
app-emulation/qemu[static-user]
dev-libs/glib[static-libs]
sys-apps/attr[static-libs]
sys-libs/zlib[static-libs]
dev-libs/libpcre[static-libs]
"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>marco@scardovi.com</email>
<name>Marco Scardovi</name>
</maintainer>
<upstream>
<remote-id type="pypi">fchroot</remote-id>
</upstream>
</pkgmetadata>