Merge updates from master

This commit is contained in:
Repository mirror & CI 2025-11-25 12:45:48 +00:00
commit c2ce6d11f4
No known key found for this signature in database
GPG Key ID: 7C2AC09CD98F2EDF
4 changed files with 0 additions and 44 deletions

View File

@ -1 +0,0 @@
DIST eventlog_0.2.12.tar.gz 303925 BLAKE2B 2321b26456380788752f8cb106f4e7b7ea30c9d463d04d536d46d0deb83a0640b86483f46acb33537f539c127a9dde484c121ad608ed43f1a8f525fd6c04aa3c SHA512 a681ab2961f5bf38e106a5b0b4492e74098808e2bf1a100f545736902649c705db124c0847796a47485faa8b0befe691a789d752f313c5b65ad50ed2763d2cce

View File

@ -1,33 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit libtool
DESCRIPTION="Support library for syslog-ng"
HOMEPAGE="http://www.balabit.com/products/syslog_ng/"
SRC_URI="http://www.balabit.com/downloads/files/eventlog/$(ver_cut 1-2)/eventlog_${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ppc ppc64 ~s390 ~sparc x86"
IUSE="static-libs"
DOCS=( AUTHORS CREDITS ChangeLog NEWS PORTS README )
src_prepare() {
default
elibtoolize
}
src_configure() {
econf $(use_enable static-libs static)
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

View File

@ -127,11 +127,6 @@ media-sound/cadence
# Removal on 2025-11-28.
sec-keys/openpgp-keys-danielkiper
# Arthur Zamarin <arthurzam@gentoo.org> (2025-10-25)
# EAPI=7, maintainer-needed, no rev deps, source digest mismatch.
# Removal on 2025-11-24. Bugs #965097, #927089.
dev-libs/eventlog
# Sam James <sam@gentoo.org> (2025-10-13)
# Crashes in memtodest when handling PATH. Not yet reported upstream.
=app-shells/dash-0.5.13.1