Diff nat-traverse-0.6 with a nat-traverse-0.7
| /usr/portage/net-misc/nat-traverse/nat-traverse-0.7.ebuild 2025-07-29 16:22:17.284467543 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2019 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
DESCRIPTION="Traverse NAT gateways with the Use of UDP" |
| 7 | 7 |
HOMEPAGE="https://gitlab.com/iblech/nat-traverse" |
| 8 |
SRC_URI="https://gitlab.com/iblech/${PN}/blob/master/${P}.tar.bz2"
|
|
| 8 |
SRC_URI="https://gitlab.com/iblech/${PN}/-/raw/master/${P}.tar.bz2"
|
|
| 9 | 9 | |
| 10 | 10 |
LICENSE="GPL-2" |
| 11 | 11 |
SLOT="0" |
| 12 |
KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86" |
|
| 13 |
IUSE="" |
|
| 12 |
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" |
|
| 14 | 13 | |
| 15 | 14 |
RDEPEND=">=dev-lang/perl-5.6.1" |
| 16 | 15 | |