Diff iodine-0.7.0-r3 with a iodine-0.7.0-r4
| /usr/portage/net-vpn/iodine/iodine-0.7.0-r4.ebuild 2025-02-03 17:39:35.902677895 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 13 | 13 | |
| 14 | 14 |
LICENSE="ISC GPL-2" #GPL-2 for init script bug #426060 |
| 15 | 15 |
SLOT="0" |
| 16 |
KEYWORDS="~amd64 ~x86" |
|
| 16 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
| 17 | 17 |
IUSE="test" |
| 18 | 18 |
RESTRICT="!test? ( test )" |
| 19 | 19 | |
| ... | ... | |
| 43 | 43 |
emake prefix="${EPREFIX}"/usr DESTDIR="${D}" install
|
| 44 | 44 |
einstalldocs |
| 45 | 45 | |
| 46 |
newinitd "${FILESDIR}"/iodined-1.init iodined
|
|
| 47 |
newconfd "${FILESDIR}"/iodined.conf iodined
|
|
| 46 |
newinitd "${FILESDIR}"/iodined-1.init-r1 iodined
|
|
| 47 |
newconfd "${FILESDIR}"/iodined.conf-r1 iodined
|
|
| 48 | 48 |
keepdir /var/empty |
| 49 | 49 |
fperms 600 /etc/conf.d/iodined |
| 50 | 50 |
} |