mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-process/minicoredumper: drop 2.0.1-r1
Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/35706 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
7b55a97c53
commit
c7b368aa27
@@ -1,3 +1,2 @@
|
||||
DIST minicoredumper-2.0.1.tar.xz 292088 BLAKE2B 0286004b707b1c9559ef4078dbd1d39ac82123cf3a6ba194210674dff3462db1b922340705f9b5e30e821b84ed91429f6f86cb680d353363b8b6aac92885cba6 SHA512 1ffc8e763aa653e443b15d49ac229720afc5d7729d6c1edb728bee55a887cad3b780bca2e4ac7f34c2f36756b02bd15002286f65d8a21ba99778d722e5953bb2
|
||||
DIST minicoredumper-2.0.2.tar.xz 303764 BLAKE2B 50e57aa2928b36cbade64795a2a721345bda1d5b7c9699ff2415c207f5a286560ff1f83b2d9964c69feca8a16323208945315545441fb54f3aebad91f524583d SHA512 1a511229f0784003a52bd54219a305dad72e97f7e1897f9512e38d443c377928657df6eae7383d9127c307c4098eead19de197327a675137d2962eee3b1ba395
|
||||
DIST minicoredumper-2.0.7.tar.xz 304304 BLAKE2B d59b0e9c7bca8e3638ff0f9e0281c1458f1aa0c64952999a2021b4daf8682a5400ae5f827835703f5da84650bd1784dca3b14ba52266154b7ade4adec2f8b495 SHA512 de4b6e79091f16c7e821d8d0ff22cc3d656616b444ee50cd873713963f6ff9c5b42a033f137d65e7ece72b690cbd692393eacad0ae17c00cc43e80fbc67e7308
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
kernel.core_pattern = |/usr/sbin/minicoredumper %P %u %g %s %t %h %e
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Core dump file processor"
|
||||
HOMEPAGE="https://linutronix.de/minicoredumper"
|
||||
SRC_URI="https://linutronix.de/minicoredumper/files/${P}.tar.xz"
|
||||
|
||||
LICENSE="BSD BSD-2 LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-libs/json-c:=
|
||||
virtual/libelf
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
# TODO: regd daemon is disabled as there are no known consumers
|
||||
local myconf=(
|
||||
--enable-static=no
|
||||
--runstatedir="${EPREFIX}/run"
|
||||
--without-werror
|
||||
--without-minicoredumper_trigger
|
||||
--without-minicoredumper_regd
|
||||
MCD_DUMP_PATH="${EPREFIX}/var/lib/${PN}"
|
||||
)
|
||||
econf ${myconf[@]}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
keepdir /var/lib/minicoredumper
|
||||
|
||||
# systemd-coredump uses /usr/lib/sysctl.d/50-coredump.conf
|
||||
insinto /usr/lib/sysctl.d
|
||||
doins "${FILESDIR}"/60-minicoredumper.conf
|
||||
|
||||
# it installs some files/dirs we don't want
|
||||
rmdir -v "${ED}/run" || die
|
||||
rm -rv "${ED}"/etc/{init.d,default} || die
|
||||
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user