summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-22 09:08:07 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-22 09:08:07 +0200
commit70b5b9f8bcb5d085b993d39198d81cfc0be6a7f9 (patch)
tree95d1a03340319621490b38ce8e88b672ad854caa /dev-python/pymountboot
parentdev-python/pyfakefs: Remove redundant versions (diff)
downloadgentoo-70b5b9f8bcb5d085b993d39198d81cfc0be6a7f9.tar.gz
gentoo-70b5b9f8bcb5d085b993d39198d81cfc0be6a7f9.tar.bz2
gentoo-70b5b9f8bcb5d085b993d39198d81cfc0be6a7f9.zip
dev-python/pymountboot: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r--dev-python/pymountboot/Manifest1
-rw-r--r--dev-python/pymountboot/pymountboot-0.2.2.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/pymountboot/Manifest b/dev-python/pymountboot/Manifest
index 68d2bc3c01ba..51e37376ed3c 100644
--- a/dev-python/pymountboot/Manifest
+++ b/dev-python/pymountboot/Manifest
@@ -1,2 +1 @@
-DIST pymountboot-0.2.2.tar.bz2 4098 BLAKE2B bbfbe631313189e6aef684ff29e73fcf2dcbbb998528103afe9c89e517e5a6c13bf6e05ced7c2eb05f668e0cc269212618b648043b65fb95da2e1b46c37476ac SHA512 bb6ec0772300b2edf9864a09ff64f67ad99f0cd29b009793e1b2a590be48146640c927b5772023d27e68fc2fba51652a55ab66d1cf875dd9b4134f043ac353c9
DIST pymountboot-0.2.3.tar.gz 4065 BLAKE2B 81ef6c967a2e8eaa76155446e0c59208ee10e5e3b40fbe9d910d5e4faf3ac1963146ef1df634c4795b56e709b90fb92edb57916586c8a1e5fa14ad92e1721f42 SHA512 fee4c8444b89ff0375c75eb44ec396d1c1e65d4bb08ff230ae0fdb1f822115ed44bf9904c284d3623768df0b4041ef7ab4cf9717596148d3df76badd0a3aa92a
diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
deleted file mode 100644
index c5007a5efda2..000000000000
--- a/dev-python/pymountboot/pymountboot-0.2.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension module to (re)mount /boot"
-HOMEPAGE="https://github.com/mgorny/pymountboot/"
-SRC_URI="https://github.com/mgorny/pymountboot/releases/download/pymount-${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=sys-apps/util-linux-2.20"
-DEPEND="${RDEPEND}"