Diff clrngd-1.0.3-r1 with a clrngd-1.0.3-r3
| /usr/portage/sys-apps/clrngd/clrngd-1.0.3-r3.ebuild 2026-03-17 11:46:09.039303202 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 11 | 11 | |
| 12 | 12 |
LICENSE="GPL-2" |
| 13 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="amd64 x86" |
|
| 14 |
KEYWORDS="~amd64 ~x86" |
|
| 15 | 15 | |
| 16 | 16 |
PATCHES=( |
| 17 | 17 |
"${FILESDIR}"/${PN}-1.0.3-implicit-func-declaration.patch
|
| 18 |
"${FILESDIR}"/${P}-sighandler.patch
|
|
| 18 | 19 |
) |
| 19 | 20 | |
| 20 | 21 |
src_prepare() {
|
| ... | ... | |
| 30 | 31 |
src_install() {
|
| 31 | 32 |
default |
| 32 | 33 | |
| 33 |
newinitd "${FILESDIR}"/${PN}-init.d ${PN}
|
|
| 34 |
newinitd "${FILESDIR}"/${PN}-init.d-r2 ${PN}
|
|
| 34 | 35 |
newconfd "${FILESDIR}"/${PN}-conf.d ${PN}
|
| 35 | 36 |
} |