mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/nat-traverse: add 0.7
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST nat-traverse-0.6.tar.bz2 17230 BLAKE2B 8bfd30bd433b5b0afbb45ec08ae4da12039781d05fae7b75fc7239256b2ac5db13f56c58ca42455895f9a0887cdb5b535ade76b019b5343a0f76c066bebebb0c SHA512 4ee940b1bdef9ea061d983e0df780378d1dfde16e770ac7af8c11c8746f867f5e4cc80280decfa478062defcf3f9f1f5023e212cd2f9c36e67758be68da254fc
|
||||
DIST nat-traverse-0.7.tar.bz2 17361 BLAKE2B 5e3c92b99b33e32f3b9f7f5c6f2721ba2f59f16324a062c07b1a8cb28b0b9eaabf8d47a4ebf5ea8c51d3a5a78ba8497af510a6611a17dcb039ddc7064e89bcc4 SHA512 f6444d4708f5d33b4b9b3a7b64a6a5dc5b59ff62c50f2e7ad5c964b5b63c7ca519109dcce5eca55f1d1e39a1a2e8087a0d70731dc542ac50a99ff865b8028095
|
||||
|
||||
21
net-misc/nat-traverse/nat-traverse-0.7.ebuild
Normal file
21
net-misc/nat-traverse/nat-traverse-0.7.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Traverse NAT gateways with the Use of UDP"
|
||||
HOMEPAGE="https://gitlab.com/iblech/nat-traverse"
|
||||
SRC_URI="https://gitlab.com/iblech/${PN}/-/raw/master/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
|
||||
|
||||
RDEPEND=">=dev-lang/perl-5.6.1"
|
||||
|
||||
src_install() {
|
||||
doman nat-traverse.1
|
||||
dobin nat-traverse
|
||||
|
||||
dodoc ChangeLog README
|
||||
}
|
||||
Reference in New Issue
Block a user