diff options
author | Julien Roy <julien@jroy.ca> | 2024-06-15 15:35:54 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-06-15 15:35:54 -0400 |
commit | 21449f19758a88a02b237bdf713cd925581f9d15 (patch) | |
tree | 3dd3d847e53d7ddf63804e2562d9bbf7369444f6 /sys-apps | |
parent | media-video/tartube: treeclean (diff) | |
download | guru-21449f19758a88a02b237bdf713cd925581f9d15.tar.gz guru-21449f19758a88a02b237bdf713cd925581f9d15.tar.bz2 guru-21449f19758a88a02b237bdf713cd925581f9d15.zip |
sys-apps/fchroot: treeclean
Bug: https://bugs.gentoo.org/922048
Bug: https://bugs.gentoo.org/931477
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fchroot/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/fchroot/fchroot-0.1.2.ebuild | 26 | ||||
-rw-r--r-- | sys-apps/fchroot/metadata.xml | 8 |
3 files changed, 0 insertions, 35 deletions
diff --git a/sys-apps/fchroot/Manifest b/sys-apps/fchroot/Manifest deleted file mode 100644 index 8b4e0d3ad..000000000 --- a/sys-apps/fchroot/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fchroot-0.1.2.tar.gz 8351 BLAKE2B 342d9fcd3df13ce0e6ef2d9ccefb66f98cd4c6cd24855bcbce2299f5a6896408a310020c85b09079778bb904476b8bb8728099a135ba4a499528acbfd578cc55 SHA512 b1cead02a25d980d42ca22bcde6c421d7ff3e6d6357f979d59286c870f3d726950a115b7e63c4e990ddcf078c58a9393271b9a756104fe539102070e4af7c77e diff --git a/sys-apps/fchroot/fchroot-0.1.2.ebuild b/sys-apps/fchroot/fchroot-0.1.2.ebuild deleted file mode 100644 index f42c6f55b..000000000 --- a/sys-apps/fchroot/fchroot-0.1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Funtoo's franken-chroot tool - chroot from AMD64 to ARM system" -HOMEPAGE="https://code.funtoo.org/bitbucket/users/drobbins/repos/fchroot/browse" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="mirror test" - -RDEPEND=" - ${PYTHON_DEPS} - app-emulation/qemu[qemu_user_targets_aarch64,qemu_user_targets_arm,static-user] - dev-libs/glib[static-libs] - dev-libs/libpcre[static-libs] - sys-apps/attr[static-libs] - sys-libs/zlib[static-libs] -" diff --git a/sys-apps/fchroot/metadata.xml b/sys-apps/fchroot/metadata.xml deleted file mode 100644 index f239ad470..000000000 --- a/sys-apps/fchroot/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">fchroot</remote-id> - </upstream> -</pkgmetadata> |