commit:     e1c236944737997b3606c1dad93955de8de02430
Author:     Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Fri May  3 14:25:50 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun May  5 18:36:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c23694

net-misc/passt: add 2024.04.26 and cleanup

Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/36532
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 net-misc/passt/Manifest                            |  4 +--
 net-misc/passt/passt-2023.12.04.ebuild             | 29 ----------------------
 net-misc/passt/passt-2023.12.30.ebuild             | 29 ----------------------
 ...t-2024.03.20.ebuild => passt-2024.04.26.ebuild} |  2 +-
 net-misc/passt/passt-9999.ebuild                   |  2 +-
 5 files changed, 3 insertions(+), 63 deletions(-)

diff --git a/net-misc/passt/Manifest b/net-misc/passt/Manifest
index 11f5c4743bd1..9ef071fe8383 100644
--- a/net-misc/passt/Manifest
+++ b/net-misc/passt/Manifest
@@ -1,5 +1,3 @@
-DIST passt-2023.12.04.tar.xz 188136 BLAKE2B 
f1d72fbb4bbb25f6a11e9ff87a91cf9bac06e047b8cb9a8b40402ced1422c23b105fa7e64646698d38ad747efa449c34cfdaecf492a3e4984114cbcf60656cdc
 SHA512 
febd9fa22363438b52b2688481183d81c22966e1775139fc559dbfa50437c9b00ba09800db867738d25fcea8ac05d4589b75dcd2d0c88eeffefc0598d4236001
-DIST passt-2023.12.30.tar.xz 188596 BLAKE2B 
75712a7cb7a00fea20427979153090d938b8c7b0e3da61c83cabb3751786034df35ebbe8afbd991d582a680f55b12792547b68efa931a5576dc181040b31e5fd
 SHA512 
4b19d191e2526bacc61bb8ab2964f5da4e0535656b094a7592f91d6b437c855a586fc772e2abd89138ff4f89aae12ade494c6e0fe7bee1502fe319215200d8f0
-DIST passt-2024.03.20.tar.xz 195332 BLAKE2B 
1bed740ddd235f300a4233fb2024f155758809589f1fdd2174ab99a8a93dd16044ab41814b215d12eb1e557966a73a3754bbff2b9acd752b45b385edd88ba3c7
 SHA512 
3701820e539545771d0f867fe0b8977cb5967e7501413f717fed08d2d2c141f17d86ed7238177b4fb4cf4cfc01c6c9d07e3c218c34b48e0a5a1f2b2ce8a5b903
 DIST passt-2024.03.26.tar.xz 195348 BLAKE2B 
d91e6ac1d50aae04ceb53a34341b545ff644ceccdfcfab461907050612d9d871f61591aac02ebddef9a607a9b39ce5017a2fc47c9189f85b9b9a70a30d010e4c
 SHA512 
da771f8f334862f81702b22688c9d3552aefc2883b5a44c39156ff7a69f301cabf52fa0fb13f8695240db5411c498806d28d847fca8caff2bedb69d1a4b4e5a7
 DIST passt-2024.04.05.tar.xz 195772 BLAKE2B 
4c237aeda56455f948d4309624d171612d59fa7ec653e7f89c1aeb05c677ccbdeeaaf6e14c09cda1d5bc88a97fca57dbbe480095e9711045fbd381bd30fb644a
 SHA512 
bf14689cb1c4780d4249562965ff9a5a0515756cbf5af4b531c17982a066f33001a65210959ff8da691ddaa75560ab5691c685a4c1a4b73e742a883d12d2a24b
+DIST passt-2024.04.26.tar.xz 196148 BLAKE2B 
f3a9b9d2a9fa42e0dd35894d4c92890af9935965ccfb3b1751c396080ab0482bd541fe22f09ae7b068f336f1e985b6905d2cc93987a17f243ba6ec97d880ee68
 SHA512 
f25b9bc695de555048f6a24ec9bb603ec6def0449227ce837b6e46f8cda5816c2450aa733257aaa349260b0b7c05b2d5580ad21010a1a45a74e9eb3027e37d98

diff --git a/net-misc/passt/passt-2023.12.04.ebuild 
b/net-misc/passt/passt-2023.12.04.ebuild
deleted file mode 100644
index 5683bd6f8693..000000000000
--- a/net-misc/passt/passt-2023.12.04.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="User-mode networking daemons for VMs and namespaces, replacement 
for Slirp"
-HOMEPAGE="https://passt.top/";
-
-RELEASE_COMMIT="b86afe3"
-
-if [[ ${PV} == 9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="git://passt.top/passt"
-else
-       
SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> 
${P}.tar.xz"
-       S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD GPL-2+"
-SLOT="0"
-IUSE="static"
-
-src_compile() {
-       [[ ${PV} != 9999* ]] && export VERSION="${PV}"
-       export prefix="${EPREFIX}/usr" docdir="${EPREFIX}/usr/share/doc/${P}"
-
-       emake $(usev static)
-}

diff --git a/net-misc/passt/passt-2023.12.30.ebuild 
b/net-misc/passt/passt-2023.12.30.ebuild
deleted file mode 100644
index cf2c6784ce85..000000000000
--- a/net-misc/passt/passt-2023.12.30.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="User-mode networking daemons for VMs and namespaces, replacement 
for Slirp"
-HOMEPAGE="https://passt.top/";
-
-RELEASE_COMMIT="f091893"
-
-if [[ ${PV} == 9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="git://passt.top/passt"
-else
-       
SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> 
${P}.tar.xz"
-       S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
-       KEYWORDS="~amd64 ~riscv"
-fi
-
-LICENSE="BSD GPL-2+"
-SLOT="0"
-IUSE="static"
-
-src_compile() {
-       [[ ${PV} != 9999* ]] && export VERSION="${PV}"
-       export prefix="${EPREFIX}/usr" docdir="${EPREFIX}/usr/share/doc/${P}"
-
-       emake $(usev static)
-}

diff --git a/net-misc/passt/passt-2024.03.20.ebuild 
b/net-misc/passt/passt-2024.04.26.ebuild
similarity index 97%
rename from net-misc/passt/passt-2024.03.20.ebuild
rename to net-misc/passt/passt-2024.04.26.ebuild
index ed54ff64b6be..c73a0f7c146b 100644
--- a/net-misc/passt/passt-2024.03.20.ebuild
+++ b/net-misc/passt/passt-2024.04.26.ebuild
@@ -8,7 +8,7 @@ inherit toolchain-funcs
 DESCRIPTION="User-mode networking daemons for VMs and namespaces, replacement 
for Slirp"
 HOMEPAGE="https://passt.top/";
 
-RELEASE_COMMIT="71dd405"
+RELEASE_COMMIT="d03c4e2"
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3

diff --git a/net-misc/passt/passt-9999.ebuild b/net-misc/passt/passt-9999.ebuild
index e4201215e520..c73a0f7c146b 100644
--- a/net-misc/passt/passt-9999.ebuild
+++ b/net-misc/passt/passt-9999.ebuild
@@ -8,7 +8,7 @@ inherit toolchain-funcs
 DESCRIPTION="User-mode networking daemons for VMs and namespaces, replacement 
for Slirp"
 HOMEPAGE="https://passt.top/";
 
-RELEASE_COMMIT="954589b"
+RELEASE_COMMIT="d03c4e2"
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3

Reply via email to