Gentoo Archives: gentoo-commits

From: "Duje Mihanović" <duje.mihanovic@×××××.hr>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/pmbootstrap/
Date: Wed, 06 Jul 2022 18:18:22
Message-Id: 1657131447.13f10500b0dd6d2bc7036a530154bf2c7c56296b.duje.mihanovic@gentoo
1 commit: 13f10500b0dd6d2bc7036a530154bf2c7c56296b
2 Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
3 AuthorDate: Wed Jul 6 14:54:48 2022 +0000
4 Commit: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
5 CommitDate: Wed Jul 6 18:17:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13f10500
7
8 dev-util/pmbootstrap: add 1.45.0, drop old
9
10 Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>
11
12 dev-util/pmbootstrap/Manifest | 3 +-
13 dev-util/pmbootstrap/pmbootstrap-1.43.1.ebuild | 35 ----------------------
14 ...rap-1.44.1.ebuild => pmbootstrap-1.45.0.ebuild} | 0
15 3 files changed, 1 insertion(+), 37 deletions(-)
16
17 diff --git a/dev-util/pmbootstrap/Manifest b/dev-util/pmbootstrap/Manifest
18 index b5d01ee27..9a3ecc4c9 100644
19 --- a/dev-util/pmbootstrap/Manifest
20 +++ b/dev-util/pmbootstrap/Manifest
21 @@ -1,2 +1 @@
22 -DIST pmbootstrap-1.43.1.tar.gz 225811 BLAKE2B d8e5d74510692f65e1430be9d813c23c95c4e8b44212c21ef01747264333a59cb158fb7f03866ca28d907b2d9ab927bfa9dd347bed7462fab6c64b03b9a629cf SHA512 96ba36dba211eacca44afae2c7009fc3e784e0067547406f9640eda311e3331adc54a81ebecefdf3238096e7a156dd3e56fc5b2864c28810c0526ab3efb64c15
23 -DIST pmbootstrap-1.44.1.tar.gz 225898 BLAKE2B 0dd8ea621c7ece8cd7f331d06dd85bde6b38c08bcadd8b0bc6d364855bef7204007988d79992b4ecc8d15e89f1f3917aa0104e81f93ab88e62392da6c96a0bcc SHA512 05499bea2d880f7c8ec3e4bf87b819186448eb99855989d88dc7fa320c71b142461e0679d6089cb06cd3f3b887da389e924d03b20e5f9c339b1ef7610b37b2cf
24 +DIST pmbootstrap-1.45.0.tar.gz 226591 BLAKE2B 163c10102fab1c700d493bad7a007ebb2feed83f99ee9faba8ef71f1aab9ebbe6a8f2ff19d181ba01a1b121d31e36f32b20dd6ce4b9d408ec5eddc9f90b998c7 SHA512 7e62bed9350a54ea875bed6c17c7070b87900589e0db89b865baa0a5d7d211a439f308cf5b544f896d58cb4439bb1ce424e9d42defeb8ec7b14308f62a0529bf
25
26 diff --git a/dev-util/pmbootstrap/pmbootstrap-1.43.1.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.43.1.ebuild
27 deleted file mode 100644
28 index 13891d02f..000000000
29 --- a/dev-util/pmbootstrap/pmbootstrap-1.43.1.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8,9,10} )
37 -
38 -inherit python-r1 distutils-r1 linux-info
39 -
40 -DESCRIPTION="Helper tool for developing and building postmarketOS"
41 -HOMEPAGE="https://postmarketos.org/"
42 -
43 -SRC_URI="https://files.pythonhosted.org/packages/6d/40/b345af67f4784083510735bfa821233daa61029dfb024aac5479d9be8ee6/${P}.tar.gz"
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -
47 -# According to upstream README either x86, amd64 or arm64 are required. I
48 -# wrote down all other arches because if I just did -* without adding x86 and
49 -# arm64 keywords it would seem like the package only works on amd64, but I can't
50 -# keyword x86 and arm64 because I can't test these.
51 -KEYWORDS="-alpha ~amd64 -arm -hppa -ia64 -ppc -ppc64 -riscv -sparc"
52 -# Tests are disabled because they require the pmaports repository (containing
53 -# postmarketOS APKBUILDs) to be cloned at runtime.
54 -RESTRICT="mirror test"
55 -
56 -DEPEND="${PYTHON_DEPS}"
57 -RDEPEND="${DEPEND}
58 - dev-vcs/git"
59 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
60 -
61 -pkg_pretend() {
62 - if kernel_is -lt 3 17 0; then
63 - eerror "pmbootstrap requires Linux 3.17 or greater."
64 - die
65 - fi
66 -}
67
68 diff --git a/dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.45.0.ebuild
69 similarity index 100%
70 rename from dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild
71 rename to dev-util/pmbootstrap/pmbootstrap-1.45.0.ebuild