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: Sun, 03 Nov 2019 15:29:41
Message-Id: 1572794971.a7104559dd995ba7586894651e251588d2deea78.mgorny@gentoo
1 commit: a7104559dd995ba7586894651e251588d2deea78
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 15:25:27 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 15:29:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7104559
7
8 dev-python/pymountboot: Unifdef live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pymountboot/pymountboot-9999.ebuild | 16 +++-------------
13 1 file changed, 3 insertions(+), 13 deletions(-)
14
15 diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild
16 index d2f6dde8a98..9fef9b4021f 100644
17 --- a/dev-python/pymountboot/pymountboot-9999.ebuild
18 +++ b/dev-python/pymountboot/pymountboot-9999.ebuild
19 @@ -4,30 +4,20 @@
20 EAPI=5
21 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
22
23 -inherit distutils-r1
24 -
25 -#if LIVE
26 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
27 -inherit git-r3
28 -#endif
29 +inherit distutils-r1 git-r3
30
31 DESCRIPTION="Python extension module to (re)mount /boot"
32 HOMEPAGE="https://bitbucket.org/mgorny/pymountboot/"
33 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
34 +EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
35
36 LICENSE="BSD"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 +KEYWORDS=""
40 IUSE=""
41
42 RDEPEND=">=sys-apps/util-linux-2.20"
43 DEPEND="${RDEPEND}"
44
45 -#if LIVE
46 -KEYWORDS=
47 -SRC_URI=
48 -#endif
49 -
50 python_compile() {
51 python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
52 distutils-r1_python_compile