diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-01-13 21:58:50 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-01-13 21:58:50 -0500 |
commit | 65f26e915ff3917b39a3020037d407f0542841c5 (patch) | |
tree | 7094a313ac92b23955d80b905b9512006bb458f0 | |
parent | 59df3ad455b90189f2b975fd6b7457cc4ad6fff9 (diff) | |
download | gentoo-overlay-65f26e915ff3917b39a3020037d407f0542841c5.tar.xz gentoo-overlay-65f26e915ff3917b39a3020037d407f0542841c5.zip |
dev-util/pmbootstrap: drop
-rw-r--r-- | dev-util/pmbootstrap/Manifest | 1 | ||||
-rw-r--r-- | dev-util/pmbootstrap/metadata.xml | 8 | ||||
-rw-r--r-- | dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild | 21 |
3 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/pmbootstrap/Manifest b/dev-util/pmbootstrap/Manifest deleted file mode 100644 index 7497892..0000000 --- a/dev-util/pmbootstrap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pmbootstrap-1.35.0.tar.gz 206636 BLAKE2B 3890309eb4538e3536a2f07e219319e87a1157303f2362371cf3a22fb41f2450b79ef69064c4735d012037f1e56b43e4f0fd586473b6a1c09ba6ed582293aa90 SHA512 f3db6ff2b4a3d050583d2f803fcc8db8bf94a6243ced6e1ff00c580b517cee685fa205954d4a5c734d1f00a734d40b3a8c5128b042aa62ccfe89be30600e4d0a diff --git a/dev-util/pmbootstrap/metadata.xml b/dev-util/pmbootstrap/metadata.xml deleted file mode 100644 index 004555a..0000000 --- a/dev-util/pmbootstrap/metadata.xml +++ /dev/null @@ -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>alex_y_xu@yahoo.ca</email> - <name>Alex Xu (Hello71)</name> - </maintainer> -</pkgmetadata> diff --git a/dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild deleted file mode 100644 index b3e63e9..0000000 --- a/dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Sophisticated chroot/build/flash tool to develop and install postmarketOS" -HOMEPAGE="https://gitlab.com/postmarketOS/pmbootstrap" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# https://gitlab.com/postmarketOS/pmbootstrap/-/issues/1951 -RESTRICT="test" - -distutils_enable_tests pytest |