summaryrefslogtreecommitdiff
path: root/net-misc/passt/passt-2023.12.30.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/passt/passt-2023.12.30.ebuild')
-rw-r--r--net-misc/passt/passt-2023.12.30.ebuild29
1 files changed, 0 insertions, 29 deletions
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)
-}