From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F8A3158042 for ; Thu, 7 Nov 2024 10:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81723E088F; Thu, 7 Nov 2024 10:49:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63B2BE088F for ; Thu, 7 Nov 2024 10:49:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FFA033BE18 for ; Thu, 7 Nov 2024 10:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71D481A26 for ; Thu, 7 Nov 2024 10:49:29 +0000 (UTC) From: "Jason Blackwell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Blackwell" Message-ID: <1730976512.39118b96f682c63d8dd541c1d8119d85d7f264e8.blackwell@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/pmbootstrap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/pmbootstrap/Manifest dev-util/pmbootstrap/metadata.xml dev-util/pmbootstrap/pmbootstrap-2.3.1.ebuild dev-util/pmbootstrap/pmbootstrap-2.3.3.ebuild X-VCS-Directories: dev-util/pmbootstrap/ X-VCS-Committer: blackwell X-VCS-Committer-Name: Jason Blackwell X-VCS-Revision: 39118b96f682c63d8dd541c1d8119d85d7f264e8 X-VCS-Branch: dev Date: Thu, 7 Nov 2024 10:49:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 21bdae65-e5d3-488d-8e06-a818ea21baed X-Archives-Hash: d82efaebdee1d42e90cd6034351526f4 commit: 39118b96f682c63d8dd541c1d8119d85d7f264e8 Author: Jason Blackwell disroot org> AuthorDate: Thu Nov 7 10:48:32 2024 +0000 Commit: Jason Blackwell disroot org> CommitDate: Thu Nov 7 10:48:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39118b96 dev-util/pmbootstrap: add 2.3.3, drop 2.3.1 Signed-off-by: Jason Blackwell disroot.org> dev-util/pmbootstrap/Manifest | 2 +- dev-util/pmbootstrap/metadata.xml | 3 +-- .../pmbootstrap/{pmbootstrap-2.3.1.ebuild => pmbootstrap-2.3.3.ebuild} | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-util/pmbootstrap/Manifest b/dev-util/pmbootstrap/Manifest index c07382354..1653d5836 100644 --- a/dev-util/pmbootstrap/Manifest +++ b/dev-util/pmbootstrap/Manifest @@ -1 +1 @@ -DIST pmbootstrap-2.3.1.tar.bz2 22491945 BLAKE2B b74816ae98068d87979f235e42e71cfc2f2345bb962ecf4338b2ecb24304e60f2aa3cd0e01b2f39019d9f966fbea3ea10b69fb79fb21c850b46e345a69d65d7a SHA512 d2c184ca3bb2f3a671a3a17a73f2f3e38ed1971ba11ab9bdec0151c06988c99b97e2558acfe176956a5348f661f863449174e60313422e10a1ebcd9ae72e581a +DIST pmbootstrap-2.3.3.tar.bz2 22494602 BLAKE2B 53fc61e4982e7fac93f3f7de051efee87904bb87e11865812f6d757ae27f8458e3899eb65fac6bc64a9fe0b34a1a1bf52c551468a91396613fbf4a00930c62cf SHA512 d59e254482077f061ef78c4ce7f5f9d1e8be4a1a58f3125430c52bba6cb379b0eb9e60dc8802da8a94284458c30c225e8a558fe9a38885143c1e5efe1ffad92c diff --git a/dev-util/pmbootstrap/metadata.xml b/dev-util/pmbootstrap/metadata.xml index fe462bb0d..7f0dedb42 100644 --- a/dev-util/pmbootstrap/metadata.xml +++ b/dev-util/pmbootstrap/metadata.xml @@ -6,7 +6,6 @@ blackwell@disroot.org - https://gitlab.com/postmarketOS/pmbootstrap/-/issues - postmarketOS/pmbootstrap + https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues diff --git a/dev-util/pmbootstrap/pmbootstrap-2.3.1.ebuild b/dev-util/pmbootstrap/pmbootstrap-2.3.3.ebuild similarity index 92% rename from dev-util/pmbootstrap/pmbootstrap-2.3.1.ebuild rename to dev-util/pmbootstrap/pmbootstrap-2.3.3.ebuild index 3e98168df..5e758782f 100644 --- a/dev-util/pmbootstrap/pmbootstrap-2.3.1.ebuild +++ b/dev-util/pmbootstrap/pmbootstrap-2.3.3.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 linux-info DESCRIPTION="Helper tool for developing and building postmarketOS" HOMEPAGE="https://postmarketos.org/" -SRC_URI="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${PV}/${P}.tar.bz2" +SRC_URI="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0"