Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymountboot/
Date: Sat, 29 Jan 2022 21:19:32
Message-Id: 1643491072.aba4cb9a91634abbd62dca1e19d0ef2470404b4f.mgorny@gentoo
1 commit: aba4cb9a91634abbd62dca1e19d0ef2470404b4f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 21:17:52 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 21:17:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba4cb9a
7
8 dev-python/pymountboot: Remove the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pymountboot/pymountboot-9999.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild
16 deleted file mode 100644
17 index 785c3ca73800..000000000000
18 --- a/dev-python/pymountboot/pymountboot-9999.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -DISTUTILS_USE_SETUPTOOLS=no
27 -PYTHON_COMPAT=( python3_{7..9} )
28 -
29 -inherit distutils-r1 git-r3
30 -
31 -DESCRIPTION="Python extension module to (re)mount /boot"
32 -HOMEPAGE="https://github.com/mgorny/pymountboot/"
33 -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS=""
38 -IUSE=""
39 -
40 -RDEPEND=">=sys-apps/util-linux-2.20"
41 -DEPEND="${RDEPEND}"