Diff netkit-timed-0.17-r11 with a netkit-timed-0.17-r12
| /usr/portage/net-misc/netkit-timed/netkit-timed-0.17-r12.ebuild 2025-07-29 16:22:17.284467543 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 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 |
| ... | ... | |
| 9 | 9 |
HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit" |
| 10 | 10 |
SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
|
| 11 | 11 | |
| 12 |
KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" |
|
| 13 | 12 |
LICENSE="BSD GPL-2" |
| 14 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" |
|
| 15 | 15 | |
| 16 |
src_prepare() {
|
|
| 17 |
eapply "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch
|
|
| 18 |
eapply "${FILESDIR}"/0.17-timed-opt-parsing.patch
|
|
| 19 |
sed -i -e '/^LDFLAGS=/d' configure || die "sed configure" |
|
| 20 |
sed -i -e "s|ar -cruv|\${AR} -cruv|g" timed/lib/Makefile || die
|
|
| 21 |
default |
|
| 22 |
} |
|
| 16 |
PATCHES=( |
|
| 17 |
"${FILESDIR}/0.17-CFLAG-DEF-fix.patch"
|
|
| 18 |
"${FILESDIR}/0.17-timed-opt-parsing.patch"
|
|
| 19 |
"${FILESDIR}/${P}-c99-port.patch"
|
|
| 20 |
"${FILESDIR}/${P}-accept-build-flags.patch"
|
|
| 21 |
"${FILESDIR}/${P}-c23-port.patch"
|
|
| 22 |
) |
|
| 23 | 23 | |
| 24 | 24 |
src_configure() {
|
| 25 | 25 |
tc-export AR |