public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Duje Mihanović" <duje.mihanovic@skole.hr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/pmbootstrap/
Date: Tue, 24 May 2022 19:11:06 +0000 (UTC)	[thread overview]
Message-ID: <1653419447.e1e9c0a70d3424971180305144380103efa437c1.duje.mihanovic@gentoo> (raw)

commit:     e1e9c0a70d3424971180305144380103efa437c1
Author:     Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Tue May 24 19:09:37 2022 +0000
Commit:     Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
CommitDate: Tue May 24 19:10:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1e9c0a7

dev-util/pmbootstrap: add 1.44.1

Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>

 dev-util/pmbootstrap/Manifest                  |  1 +
 dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild | 35 ++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-util/pmbootstrap/Manifest b/dev-util/pmbootstrap/Manifest
index 9b2589af2..b5d01ee27 100644
--- a/dev-util/pmbootstrap/Manifest
+++ b/dev-util/pmbootstrap/Manifest
@@ -1 +1,2 @@
 DIST pmbootstrap-1.43.1.tar.gz 225811 BLAKE2B d8e5d74510692f65e1430be9d813c23c95c4e8b44212c21ef01747264333a59cb158fb7f03866ca28d907b2d9ab927bfa9dd347bed7462fab6c64b03b9a629cf SHA512 96ba36dba211eacca44afae2c7009fc3e784e0067547406f9640eda311e3331adc54a81ebecefdf3238096e7a156dd3e56fc5b2864c28810c0526ab3efb64c15
+DIST pmbootstrap-1.44.1.tar.gz 225898 BLAKE2B 0dd8ea621c7ece8cd7f331d06dd85bde6b38c08bcadd8b0bc6d364855bef7204007988d79992b4ecc8d15e89f1f3917aa0104e81f93ab88e62392da6c96a0bcc SHA512 05499bea2d880f7c8ec3e4bf87b819186448eb99855989d88dc7fa320c71b142461e0679d6089cb06cd3f3b887da389e924d03b20e5f9c339b1ef7610b37b2cf

diff --git a/dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild
new file mode 100644
index 000000000..e4a1d1f11
--- /dev/null
+++ b/dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit python-r1 distutils-r1 linux-info
+
+DESCRIPTION="Helper tool for developing and building postmarketOS"
+HOMEPAGE="https://postmarketos.org/"
+
+SRC_URI="https://files.pythonhosted.org/packages/source/p/${PN}/${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+
+# According to upstream README either x86, amd64 or arm64 are required. I
+# wrote down all other arches because if I just did -* without adding x86 and
+# arm64 keywords it would seem like the package only works on amd64, but I can't
+# keyword x86 and arm64 because I can't test these.
+KEYWORDS="-alpha ~amd64 -arm -hppa -ia64 -ppc -ppc64 -riscv -sparc"
+# Tests are disabled because they require the pmaports repository (containing
+# postmarketOS APKBUILDs) to be cloned at runtime.
+RESTRICT="mirror test"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+		dev-vcs/git"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+pkg_pretend() {
+	if kernel_is -lt 3 17 0; then
+		eerror "pmbootstrap requires Linux 3.17 or greater."
+		die
+	fi
+}


             reply	other threads:[~2022-05-24 19:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-24 19:11 Duje Mihanović [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-11  4:20 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/pmbootstrap/ Jason Blackwell
2024-11-07 10:49 Jason Blackwell
2024-06-18 22:19 Jason Blackwell
2024-06-17  0:44 Jason Blackwell
2024-05-14 20:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 20:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 20:07 Julien Roy
2023-09-18 15:09 Duje Mihanović
2023-04-07 11:05 Duje Mihanović
2023-03-17 13:01 Anna Vyalkova
2022-09-13 15:35 Duje Mihanović
2022-07-14 11:44 Duje Mihanović
2022-07-06 18:18 Duje Mihanović
2022-05-25 12:50 Duje Mihanović
2022-05-20 17:58 Duje Mihanović
2022-05-18 19:49 Tony Olagbaiye
2022-05-18 15:54 Tony Olagbaiye

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1653419447.e1e9c0a70d3424971180305144380103efa437c1.duje.mihanovic@gentoo \
    --to=duje.mihanovic@skole.hr \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox