public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-process/minicoredumper/
@ 2020-01-14  7:43 Georgy Yakovlev
  0 siblings, 0 replies; 5+ messages in thread
From: Georgy Yakovlev @ 2020-01-14  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b5f89348db309b15607123a06f0d7acfe21e6426
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 07:43:03 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 07:43:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f89348

sys-process/minicoredumper: keyword on ~arm64

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-process/minicoredumper/minicoredumper-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild b/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild
index 8795d2b0b94..d940519bfa4 100644
--- a/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild
+++ b/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://linutronix.de/minicoredumper/files/${P}.tar.xz"
 
 LICENSE="BSD BSD-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/minicoredumper/
@ 2020-05-29  9:45 Georgy Yakovlev
  0 siblings, 0 replies; 5+ messages in thread
From: Georgy Yakovlev @ 2020-05-29  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c72dd309ae3a10a46f1239d9c21e731d1cf9f4fd
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri May 29 09:45:10 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri May 29 09:45:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72dd309

sys-process/minicoredumper: rebvump, remove .a and .la files

Closes: https://bugs.gentoo.org/726058
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 .../{minicoredumper-2.0.1.ebuild => minicoredumper-2.0.1-r1.ebuild}    | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild b/sys-process/minicoredumper/minicoredumper-2.0.1-r1.ebuild
similarity index 94%
rename from sys-process/minicoredumper/minicoredumper-2.0.1.ebuild
rename to sys-process/minicoredumper/minicoredumper-2.0.1-r1.ebuild
index d940519bfa4..95f84870773 100644
--- a/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild
+++ b/sys-process/minicoredumper/minicoredumper-2.0.1-r1.ebuild
@@ -23,6 +23,7 @@ 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
@@ -44,4 +45,6 @@ src_install() {
 	# 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
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/minicoredumper/
@ 2020-08-21 22:11 Georgy Yakovlev
  0 siblings, 0 replies; 5+ messages in thread
From: Georgy Yakovlev @ 2020-08-21 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3f7e53c712e176c7daa79e7fa24fbb35759165d8
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 22:10:53 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 22:10:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7e53c7

sys-process/minicoredumper: update metadata.xml

git repo moved to github

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-process/minicoredumper/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-process/minicoredumper/metadata.xml b/sys-process/minicoredumper/metadata.xml
index c514535249c..da51470e12e 100644
--- a/sys-process/minicoredumper/metadata.xml
+++ b/sys-process/minicoredumper/metadata.xml
@@ -10,4 +10,7 @@
 		It can produce much smaller core dump files by making use of sparse files, compression,
 		and allowing the user to configure what parts of the process memory image should be dumped. 
 	</longdescription>
+	<upstream>
+		<remote-id type="github">diamon/minicoredumper</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/minicoredumper/
@ 2023-01-04  1:13 Georgy Yakovlev
  0 siblings, 0 replies; 5+ messages in thread
From: Georgy Yakovlev @ 2023-01-04  1:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7f053ab98b5c41c351a938f606b3e5f0356cb056
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 01:13:18 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 01:13:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f053ab9

sys-process/minicoredumper: quote var

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-process/minicoredumper/minicoredumper-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/minicoredumper/minicoredumper-2.0.2.ebuild b/sys-process/minicoredumper/minicoredumper-2.0.2.ebuild
index abb2db17ff6a..b7ce48ede654 100644
--- a/sys-process/minicoredumper/minicoredumper-2.0.2.ebuild
+++ b/sys-process/minicoredumper/minicoredumper-2.0.2.ebuild
@@ -20,7 +20,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-PATCHES=( ${FILESDIR}/${PV}-readme.patch )
+PATCHES=( "${FILESDIR}"/${PV}-readme.patch )
 
 src_configure() {
 	# regd daemon is disabled as there are no known consumers


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/minicoredumper/
@ 2024-03-21  2:41 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-03-21  2:41 UTC (permalink / raw
  To: gentoo-commits

commit:     7b55a97c53158dcedf8e7b8d3fd521c28089549a
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Mar  8 05:16:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 02:38:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b55a97c

sys-process/minicoredumper: add 2.0.7

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/minicoredumper/Manifest                |  1 +
 .../minicoredumper/minicoredumper-2.0.7.ebuild     | 52 ++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/sys-process/minicoredumper/Manifest b/sys-process/minicoredumper/Manifest
index 66c67036523e..ad5fa1c05292 100644
--- a/sys-process/minicoredumper/Manifest
+++ b/sys-process/minicoredumper/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/sys-process/minicoredumper/minicoredumper-2.0.7.ebuild b/sys-process/minicoredumper/minicoredumper-2.0.7.ebuild
new file mode 100644
index 000000000000..ccd45d42a61d
--- /dev/null
+++ b/sys-process/minicoredumper/minicoredumper-2.0.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+DEPEND="
+	dev-libs/json-c:=
+	virtual/libelf
+"
+
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	# regd daemon is disabled as there are no known consumers
+	local myconf=(
+		--runstatedir="${EPREFIX}/run"
+		--with-coreinject
+		--with-libminicoredumper
+		--with-minicoredumper
+		--without-minicoredumper_demo
+		--without-minicoredumper_regd
+		--without-minicoredumper_trigger
+		--without-werror
+		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
+	newins "${FILESDIR}"/60-minicoredumper.conf-r1 60-minicoredumper.conf
+
+	# 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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-21  2:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04  1:13 [gentoo-commits] repo/gentoo:master commit in: sys-process/minicoredumper/ Georgy Yakovlev
  -- strict thread matches above, loose matches on Subject: below --
2024-03-21  2:41 Sam James
2020-08-21 22:11 Georgy Yakovlev
2020-05-29  9:45 Georgy Yakovlev
2020-01-14  7:43 Georgy Yakovlev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox